AntiWither Description This is a fully working and customizable plugin that prevents players from being able to spawn in withers by building them. There are even world blacklists too if you don't want to disable wither building in every world!
Note: It does NOT prevent withers from being spawned in by other means (like commands).
Config
Code (Text):
# If true, wither spawning will be disabled
DisableWithers: true
# If this is false then withers will be disabled for everyone (as long as DisableWithers is true).
# If this is true AND DisableWithers is true, then people with the permission antiwither.bypass will still be able to spawn withers
AllowBypass: false
# If a world is in this list, players will be able to spawn withers even with DisableWithers set to true
World-Blacklist:
- world1
- world2
- world3
# The message you would like to give someone for trying to spawn a wither. Set to '' to disable the message.
Spawn-Attempt-Message: '&cSpawning withers is disabled!'
Permissions antiwither.bypass - Allows people to still build withers
antiwither.reload - Allows people to reload the config.yml