Disabling explosions in Minecraft is a common request from players managing community servers or running personal worlds where the chaos of TNT and creepers needs to be contained. This guide provides a clear, step-by-step approach to turning off explosive damage, ensuring your structures remain intact and your gameplay follows a more peaceful design. Whether you are using the Java or Bedrock edition, the process involves accessing specific configuration files or game settings to lock down the physics engine.
Understanding Explosion Mechanics
Before making changes, it helps to understand how the game calculates blast resistance. Every block in Minecraft has a numerical value that determines how much explosion power it can withstand before breaking. When you disable explosions entirely, you are essentially setting this resistance to an extremely high value across the board. This prevents any entity or block, including Obsidian and Bedrock, from being affected by the physics of detonation, creating a stable environment where griefing via explosives is impossible.
Method 1: Using Server Properties (Java Edition)
If you are running a dedicated server, the easiest method is to modify the server properties file. This file controls global settings and does not require you to be in-game to adjust the rules. You will be changing a single line of code that tells the server to ignore explosion impacts entirely. This is the most efficient way to apply the setting to all players connecting to your world.
Steps to Edit Server Properties
Locate your server files and open the server.properties file with a text editor.
Find the line labeled explosion-size .
Change the value from the default number to 0.0 .
Save the file and restart the server for the changes to take effect.
Method 2: In-Game Commands (Java Edition)
For single-player worlds or temporary sessions, using the console command is the fastest solution. This requires enabling cheats on your world, but it allows you to toggle the feature on or off without editing files. The command targets the global game rule that governs explosion physics, giving you immediate feedback once executed.
Executing the Command
Open the chat window by pressing T .
Type the following command: /gamerule mobExplosions false .
Press enter to disable explosions from mobs like creepers.
Repeat the process for /gamerule tileExplosions false to disable TNT and other block-based explosions.
Method 3: Bedrock Edition Settings
Players on consoles, mobile devices, or Windows 10 versions of the game must navigate through the menu system rather than editing text files. The setting is hidden within the world options, where you can lock down specific features before launching your session. This method is permanent for that specific world unless you change the settings again.
Adjusting World Settings
While creating or editing your world, tap on the Settings icon.
Scroll down to the Game or World Options section.
Look for an option labeled Explosions or Mob Damage .
Toggle the setting to Off to disable all explosive damage.