Skip to content

1.26.1 - Unbreakable whitelist and fix errors

Compare
Choose a tag to compare
@moom0o moom0o released this 13 Jun 00:47
· 1477 commits to master since this release
  • 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)