Skip to content

WorldGuard Folia 1.21+ & removed messages when trying to break, place…#2261

Open
yourcatismine wants to merge 1 commit intoEngineHub:version/7.0.xfrom
yourcatismine:version/7.0.x
Open

WorldGuard Folia 1.21+ & removed messages when trying to break, place…#2261
yourcatismine wants to merge 1 commit intoEngineHub:version/7.0.xfrom
yourcatismine:version/7.0.x

Conversation

@yourcatismine
Copy link

…, pvp, etc

WGMetadata.put(player, DENY_MESSAGE_KEY, now);
}
}
// Messages disabled - no chat messages will be sent for protection violations
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please don't just remove the messages

message = CommandUtils.replaceColorMacros(message);
localPlayer.printRaw(message.replace("%what%", what));
// Messages disabled - no denial messages will be sent
return;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as above

@Euphillya
Copy link

You're proposing far too many changes at once, especially removing features like messaging, etc. I think you should open several pull requests to propose your changes instead of doing everything this way

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants