How to make blocks unbreakable in minecraft server
James Holden
Published Mar 29, 2026

There is a crazy way of doing this: Replace every block you want to be “invincible” by a barrier block, and summon invisible ArmorStand’s at their position with the designated block on their head. This works great, if you want to have only a few blocks, to be indestructable, but is completely overkill, if you want to create a whole wall.
There are other answers below:
In this video I will be teaching you how to prevent falling and showing a Message that says “You cannot break blocks here” in Vanilla Minecraft or Minecraft …
About Press Copyright Contact us Creators Advertise Developers Terms Privacy Policy & Safety How YouTube works Test new features Press Copyright Contact us Creators …
What you have requested can be achieved using the following /give command: /give @p minecraft :iron_axe {CanDestroy: [ “#minecraft:logs”, “#minecraft:leaves” ]} This will allow the player to destroy the current 6 types of logs, wood, stripped logs, stripped wood, and leaves. Here is the tooltip of the iron axe:
1)I can make the whole thing out of bedrock, obsidian and barriers. issue: ugly, very few materials, unable to tell which island is which color. 2) Use a command block on repeat running a /setblock or /fill command. issue: very time consuming to set each block with a command block. 3) Set all players to adventure mode
Make a dirt block at “153 156 231” Unbreakable(Well it is still breakable but it will be replaced as soon as it is broken) enter the command in repeating Command Block /setblock 153 156 231 minecraft:dirt
You can, but an easier method, would be to store the location of the block placed in a config file, and then when a player breaks a block, check the config file to see if that specific block location is in there, and if so cancel the BlockBreak event. #4 bellrock9, Nov 29, 2016. + …
HOW TO MAKE AN AREA OF BLOCKS UNBREAKABLE BY USERS IN A MINECRAFT SERVER. Discussion in ‘Bukkit Help’ started by AlexTaylor, Jun 20, 2012. Thread Status: Not open for further replies. Offline AlexTaylor. I have made a building which I want to be unbreakble by users and only by me. I have a really large area and wondering if i could select the …
Adding on to this (assuming you want the walls to be immune to tnt cannons or such) you can also run a similar command to kill tnt blocks: /kill @a[type=minecraft:tnt,distance=..100] You could also set the mobGriefing rule to false to stop creepers or endermen from affecting your building as well.
Mantere has it. Install world guard then it is as simple as making a selection like you would with WorldEdit then typing: /region define RegionName yourname where “RegionName” is whatever you want to call it (without spaces) and “yourname” is your Minecraft username. Then only you can build there.
Related Questions
Is there a way to set NBT for breaking blocks?
Or you can use loot tables to set nbt on items when players break blocks, though that would still require a tool to break stuff. Could also switch people to survival when they leave the islands, same logic as the mining fatigue. Switch them back to adventure on the islands.
How do you replace a block with a different block?
Simply set up a repeating command block requiring no redstone that replaces the block every time it is destroyed. Make sure you replace the coordinates ( x, y, and z) with the coordinates of the block, and block with the block ID (such as minecraft:stone ). When the block is broken, it will be instantly replaced with a block of the same type:
What are some common issues when using the/setblock command?
issue: ugly, very few materials, unable to tell which island is which color. 2) Use a command block on repeat running a /setblock or /fill command issue: very time consuming to set each block with a command block
How do you make a wall indestructable?
There is a crazy way of doing this: Replace every block you want to be “invincible” by a barrier block, and summon invisible ArmorStand’s at their position with the designated block on their head. This works great, if you want to have only a few blocks, to be indestructable, but is completely overkill, if you want to create a whole wall.