English | 中文
WorldSafe is a lightweight Minecraft Bukkit plugin designed to prevent certain entities and items from damaging the map.
- Java 21: This plugin requires Java 21 runtime environment.
- Lightweight: Minimal performance impact, only loads necessary listeners, and minimizes irrelevant checks.
- Easy Configuration: User-friendly and simple configuration.
- Download the plugin and place it in the
plugins
folder. - Restart the server to load the plugin.
- Make necessary settings in the configuration file.
The plugin is continuously being updated. Please stay tuned for future updates. You can submit your requests in the issue section!
Currently, there is only one permission: worldsafe.admin
View plugin help
Reload the plugin configuration
(If you configure items in this class, there's no need to configure items in the "Cancel block destruction but keep damage" class below)
- ✅ bedExplosionCancel - Prevent bed explosions “(This configuration should not include the overworld)”
- ✅ respawnAnchorExplosionCancel - Prevent respawn anchor explosions
- ✅ tntExplosionCancel - Prevent TNT explosions
- ✅ bedExplosionProtection - Prevent bed explosions from destroying blocks
- ✅ respawnAnchorExplosionPrevention - Prevent respawn anchor explosions from destroying blocks
- ✅ tntExplosionProtection - Prevent TNT explosions from destroying blocks
- ✅ cropTrampleProtection - Prevent crops from being trampled
- ✅ dragonEggTeleportationPrevention - Prevent dragon egg teleportation
(If you configure items in this class, there's no need to configure items in the "Cancel block destruction but keep explosion damage" class below)
- ✅ creeperExplosionCancel - Prevent creeper explosions
- ✅ endCrystalExplosionCancel - Prevent end crystal explosions
- ✅ ghastExplosionCancel - Prevent ghast fireball explosions
- ✅ witherExplosionCancel - Prevent wither explosions
- ✅ creeperExplosionProtection - Prevent creeper explosions from destroying blocks
- ✅ endCrystalExplosionPrevention - Prevent end crystal explosions from destroying blocks
- ✅ ghastExplosionProtection - Prevent ghast fireball explosions from destroying blocks
- ✅ witherExplosionProtection - Prevent wither explosions from destroying blocks
- ✅ enderDragonBlockDestructionProtection - Prevent ender dragon from destroying blocks
- ✅ enderManBlockPickupProtection - Prevent endermen from picking up blocks
- ✅ phantomDamagePrevention - Prevent phantoms from causing damage
Copyright Notice: This plugin is developed by Eric.乐乐 & 追求at, and follows the MIT License.