Kind Reminder: If version 5.0 already meets the needs of your server, you may ignore this update!
WorldRulesManage v5.1 adds support for using whitelist/blacklist in blockBreak and blockPlace to restrict the breaking and placing of specific blocks.
Additionally, you will need to update the blockBreak and blockPlace sections in your configuration file.
A configuration example has been provided in the update log.
YAML:
blockBreak:
message: "&cYou are not allowed to break blocks in this world!"
type: WHITELIST
list: []
blockPlace:
message: "&cYou are not allowed to place blocks in this world!"
list: []
Major Update: WorldRulesManage 5.0
Updating to this version requires deleting the previous configuration files and regenerating them.
Now supports customizing messages for each world's rules individually.
A new option to block entity spawning has been added to the global rules.
World-level global rules now support always keeping the weather clear.
Finally, the core logic has been optimized.