- Add unbreakable whitelist (#71)
EnableWhitelist: false # If enabled, only items in the whitelist will be reverted.
Whitelist:
- "DIAMOND_CHESTPLATE" # The name of the item in the spigot api
- Fixes the
Material cannot be null
error.
This error is from setting the wrong BANNED_BLOCKS in config.yml
It has been changed to [20:39:44 WARN]: [AnarchyExploitFixes] BANNED_BLOCKS 'BEDROCKe' not recognized. Please change to correct value from https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html
- Add config option to disable the warning completely if for some reason you want to keep the invalid block in config.
DisableBannedBlocksWarnings: false # Disable warnings for some reason
- Fix lag from large metadata (#74)