Compatibility
Minecraft: Java Edition
Platforms
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Features
- Completely disable or enable Wither spawning with '/ws toggle' command
- Keep track of all Withers in your server with uuid, location, and time info stored using SQLite database
- Disable Wither damage, explosions, or status effect
- Armor, armor toughness, attack damage, follow range, knock back resistance, movement speed, & max health of Wither now configurable!
- Optimized and lightweight
- Disable Wither spawning in worlds by listing them in configuration file
- Wither will spawn if a server operator or player with bypass permission is within bypassRadius range in configuration file
- Config option to prevent anvil damage to Wither
- Config options to cancel dropping of Nether Star item or XP if Wither died from listed death reasons - https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/event/entity/EntityDamageEvent.DamageCause.html
- Config option to set minimum/maximum y-coordinates Wither can spawn within
- New scan feature that will add or update database with currently loaded Wither information
- Command '/ws list' will now list all Withers with uuid, last location, and time found in database
- Set maximum amount of Withers allowed to be alive and loaded in the server when spawning new Withers
- Setting maxWithers to 0 will disable Wither spawns unless player has op or witherspawn.bypass permission
- Kill all Withers loaded in the server with command '/ws killall'
- Kill all Withers within default or specified radius of player who issued command
- Withers that are killed with commands do not drop anything
- Notification option with location for when players try to spawn Wither but is disabled or prevented
- Notification option with location for when players successfully spawn Wither
- Config option to disable Wither spawning above sea level in Overworld
- Config option to send messages to server console, admins, or players
- Customizable messages in config!
Commands
/ws toggle -- Completely disable or enable Wither spawning
/ws killall -- Kill all Withers loaded in the server
/ws list -- List uuid, location, and time of all Withers found in database
/ws radiuskill -- Kill all Withers within killRadius set in configuration file
/ws radiuskill # -- Replace # with an integer above 0 to kill Withers within specified radius
/ws reload -- Reload configuration file
Permissions
witherspawn.admin -- Allows use of commands
witherspawn.bypass -- Completely bypass restrictions and allow Wither spawning
witherspawn.deny -- Completely deny Wither spawning unless player has witherspawn.bypass permission or op
witherspawn.notify -- Receive message when players attempt to spawn Wither but is disabled/prevented or when successfully spawned
Config File
- Config file automatically updates to latest version when updating plugin jar file!
- Config regeneration still recommended for updated comments!