Friday, April 6, 2018

Minecraft Pe /give Command Components and More

In Minecraft Pe the "/give" command has only two components =( . Those components are called "can_place_on" , and "can_destroy".



 But this will make the command more longer. Also these parts of a command they are used for adventure mode only, they don't do any thing on survival or creative. Here is a example of the "can_destroy" part of the command:  you are on adventure mode because your friend wanted to be kind of mean and wanted to test you.



 So you type in this:

/give @s diamond_pickaxe 1 0 {"can_destroy":{"blocks":["stone","cobblestone","iron_ore","diamond_ore"]}}

This will give you, well, a diamond pickax (in minecraft a pickax is called a pickaxe) that can destroy stone, cobblestone, iron ore, and diamond ore. Also you will probably want to type this in if you can't find a cave:

/give @s diamond_shovel 1 0 {"can_destroy":{"blocks":["grass","dirt"]}}

This will make it so you can dig through the grass, and dirt in order to get to stone if you can't find a cave nearby.  Here is a example of the "can_place_on"(which is the other component of the command) part of the command:  you are still on adventure mode because of your friend, and you need shelter for the night. So you type this in:

/give @s planks 64 0 {"can_place_on":{"blocks":["grass","planks"]}}

This will make it so you get oak planks that you can place on grass, and oak planks so now you can get shelter. Then your friend takes you off of adventure mode and on to creative mode again, and you have finished your test.

Now I will tell you how to make a good doorbell with commands.



First make your house, then break two blocks up so a player could fit in that space. Next place a command block on the bottom block, and type this in:

/playsound random.levelup @a ~2 ~ ~ 1 0.5

Then place a block above the command block and place a button on that block you just placed.
This will play a sound of a player leveling up their experience point bar, but more slower than normal. The "1" in the command means how loud the sound is, and you can make this as loud as you want! The "0.5" in the command means how slow or fast it is. The normal setting for this is 1. This command will sound extremely like a doorbell or maybe wind chimes.

Anyway that's it for today! Goodbye!

5 comments:

Leave me a message and I’ll read it! Check back for a reply, because I respond to every comment!

Minecraft Bedrock Edition Tutorials Custom Crafting Recipes!

In Minecraft pe have you ever wanted somthing that you can only get on creative, but you are on survival?  Well you can get those items by c...