
minecraft bedrock edition - /give command only works with
Jul 29, 2024 · 0 To give yourself a barrier via command, you type: /give @s minecraft:barrier Notice that minecraft: is behind barrier. minecraft:barrier is the valid name for giving yourself a …
minecraft commands - How do I get barrier blocks in bedrock
Feb 20, 2020 · 3 I'm trying to create my own minecraft server and I need barrier blocks to prevent players from going to certain places. I already know how to get command blocks but I don't …
minecraft java edition - How to make floating ladders - Arqade
Apr 27, 2016 · It needs at least version 1.8 in order to work. To get some barriers: /give @p minecraft:barrier 64 @p stands for the nearest player (which is always you, Note: not in …
minecraft java edition minecraft commands - How do I create
Jan 5, 2016 · I am creating a map on Minecraft, and I want the players to break certain blocks like trees, but I don't want them to break other blocks like stone bricks. Is there any command that …
How do I use Minecraft command blocks to make a radius that
Jun 9, 2019 · Or a solution based on barrier blocks Just set up a wall of barrier blocks, you can give yourself a barrier block with this command, no command block is required for this: /give …
minecraft java edition - how do you hide command blocks? - Arqade
Nov 4, 2016 · I am making a server, and I want to teleport the closest player to a certain area. But I don't know how to make the command blocks invisible, so the players don't see them. Does …
minecraft java edition - How do I delete ALL Barrier blocks
Jun 3, 2016 · I'd prefer to just delete all barrier blocks within 10 blocks of the player whenever they stop flying, so I'd like you clever folks to help me. How do I delete ALL Barrier blocks …
How do I make a block invisible in Minecraft? - Arqade
Mar 18, 2020 · 0 How do I make a block invisible in Minecraft? I am using Minecraft Pocket Edition, and I have been trying to work on this for quite a while. I only managed to get items …
minecraft commands - How do I make a pickaxe that can break
Jun 14, 2020 · You can use the special can_place_on and can_destroy tags for MCBE. /give @s minecraft:diamond_pickaxe 1 0 {"minecraft:can_destroy":{"blocks":["bedrock"]}} but there's still …
minecraft java edition - Make barrier blocks visible - Arqade
Apr 17, 2016 · One thing you could do to make the barriers even more visible would be to create the maze with an unused block ie. dirt. Once finished, use /fill <x> <y> <z> <dx> <dy> <dz> …