I’m trying to make an adventure map for my little bros but I can’t figure out how to use the can destroy and can place commands. I’ve tried everything on different websites but it’s all commands for pc edition. Does anyone know what the commands are for bedrock edition? This is my first time ever using command blocks and red stone so I’m trying to teach myself
If it's meant to go on multiple blocks (or destroy them, the syntax is the same except it's can_destroy) then you can do "block1","block2", etc inside the square brackets
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
I’m trying to make an adventure map for my little bros but I can’t figure out how to use the can destroy and can place commands. I’ve tried everything on different websites but it’s all commands for pc edition. Does anyone know what the commands are for bedrock edition? This is my first time ever using command blocks and red stone so I’m trying to teach myself
Pretty sure it's /give (player) (item) (amount) (data value) "can_place_on:{"blocks":"<block of choice>"}
After data value it should read
{"can_place_on":{"blocks":["blockofchoice"]}}
If it's meant to go on multiple blocks (or destroy them, the syntax is the same except it's can_destroy) then you can do "block1","block2", etc inside the square brackets