Minecraft | How to Disable TNT Explosions and Creeper Explosions
How to Disable TNT and Creeper Explosions in Minecraft
Without WorldGuard Plugin
- For Creeper Explosion
``/gamerule mobGriefing <true|false>``
If set to true, explosions caused by mobs will be enabled. This is the default value.
If set to false, explosions caused by mobs will be disabled.
- This game rule will also affect the ability of mobs to make changes to the world or pick items up e.g. endermen
- For TNT Explosion (BEDROCK only)
``/gamerule tntexplodes <true|false>``
If set to true, TNT explosions are enabled in your Minecraft worlds.
If set to false, TNT explosions are disabled in your Minecraft worlds.
With WorldGuard Plugin
- WorldGuard plugin page: https://dev.bukkit.org/projects/worldguard
- WorldEdit plugin page: https://dev.bukkit.org/projects/worldedit
- For Creeper Explosion
``/region flag global creeper-explosion <allow|deny>``
If set to allow, explosions caused by creepers will be enabled.
If set to deny, explosions caused by creepers will be disabled.
- For TNT Explosion
``/region flag global tnt <allow|deny>``
If set to allow, TNT explosions are enabled in your Minecraft worlds.
If set to deny, TNT explosions are disabled in you Minecraft worlds.
- Other Explosions
``/region flag global other-explosion <allow|deny>``
If set to allow, other kinds of explosions will be enabled.
If set to deny, other kinds of explosions will be disabled.
All done! You are now all set with these explosions!
Updated on: 24/09/2022
Thank you!