- Added private messages to Settings.yml
Code (YAML):
Private-Messages
:
# All messages will still be sent to the console log no matter the setting.
# Discord messages will be effected depending on if the below settings are changed.
# Example: Setting Player to true will not send the message to discord.
# The victim and the killer will only have the death message sent to them.
Player
: false
# The victim will only have the death message sent to them.
Mobs
: false
# The victim will only have the death message sent to them.
Natural
: false
# The killer will only have the message sent to them.
Tameable
: false
- Added a version checker for WorldGuard, if the version is lower than v7, the worldguard feature will automatically disable to avoid errors.
- Fixed the worldguard flags. Tested too (Obviously)
- I think I fixed the "Bound must be positive error". I got reports of it but can't replicate it.