How to turn off explosion damage in minecraft
Emily Cortez
Published Mar 30, 2026

How To Turn Off The Explosion in Minecraft With Plugins. Players should install the plugin to the server of the game. It would help pause the game server until… Turn Off The Explosion in Minecraft Casued By Creeper. The area where the explosion takes place demands players to hide… Turn Off The …
There are other answers below:
If set to allow, TNT explosions are enabled in your Minecraft worlds. This is the default value. If set to deny, TNT explosions are disabled in you Minecraft worlds. /region flag __global__ creeper-explosion If set to allow, explosions caused by creepers will be enabled. This is the default value.
TNT and Creeper explosions can quickly damage a world. Disabling these explosions entirely can protect your servers from griefers and creepers. This guide al…
How do you turn off Creeper damage in Minecraft? New Member. In singleplayer, you have to have cheats enabled and use /gamerule mobGriefing false to disable creeper and ghast explosions as well as endermen picking up blocks. Can you turn off just creeper griefing? As for the griefing coming back, that first line always flips the gamerule to true.
How to Disable TNT and Creeper Explosions in Minecraft. Without WorldGuard Plugin. For Creeper Explosion. /gamerule mobGriefing
How do you turn off TNT block damage in Minecraft? How To Disable TNT Explosion In Vanilla Minecraft. Step1. Get a Command Block /give @a minecraft:command_block. Step2. copy paste this command to command block /execute as @e [type=tnt] positioned ~ ~ ~ run kill @e [type=tnt] Step3. set command block to repeat and always active.
To disable damage to a player. On explosion attach metadata to the player like “mobmeat.explosion.nodamage”. In EntityDamageEvent you check if a Player has the flag and the type of damage is from an explosion. Remove the flag and cancel the Event. As a precaution you could also start a scheduled task that will clear the flag after a few ticks.
HOW TO DISABLE TNT EXPLOSION. Step1 . Get a Command Block /give @a minecraft:command_block. Step2. copy paste this command to command block /execute as @e[type=tnt] positioned ~ ~ ~ run kill @e[type=tnt]
SpigotMC – High Performance Minecraft. Home Forums Spigot Spigot Plugin Development. Solved Disabling End_Crystal explosion and damage. Discussion in ‘Spigot Plugin Development’ started by BeerHuntor, Apr 5, 2019. BeerHuntor.
How to disable the “/kill” command on Minecraft server 2 (Java Minecraft 1.14.2) How to make a charged creeper do more damage without increasing explosion radius or summoning multiple?
Related Questions
How do I enable or disable explosions in Minecraft?
Below are the game rule commands to enable and disable different kinds of explosions: If set to true, TNT explosions are enabled in your Minecraft worlds. This is the default value. If set to false, TNT explosions are disabled in you Minecraft worlds. If set to true, explosions caused by mobs will be enabled.
Are TNT explosions enabled or disabled in Minecraft?
If set to allow, TNT explosions are enabled in your Minecraft worlds. This is the default value. If set to deny, TNT explosions are disabled in you Minecraft worlds. If set to allow, explosions caused by creepers will be enabled.
What does the game rule “TNT explosions” do?
This game rule will also affect the ability of mobs to make changes to the world or pick items up e.g. endermen If set to true, TNT explosions are enabled in your Minecraft worlds.
What is the difference between allow and deny explosions?
If set to allow, explosions caused by creepers will be enabled. If set to deny, explosions caused by creepers will be disabled. If set to allow, TNT explosions are enabled in your Minecraft worlds. If set to deny, TNT explosions are disabled in you Minecraft worlds. If set to allow, other kinds of explosions will be enabled.