AntiWither Description
- Native Minecraft Version:
- 1.16
- Tested Minecraft Versions:
- 1.16
- Source Code:
- https://github.com/JHarris12345/AntiWither
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
Commands
/awr - Reloads the confg.yml

AntiWither - Prevent building Withers! 1.5
Disable the ability to spawn withers
Recent Updates
- 1.5 - Bug fixes Mar 13, 2021
- 1.4 - Allow disabling the Spawn-Attempt-Message Mar 12, 2021
- 1.3 - Fixed a bug in the reload command Mar 12, 2021