Introduction: How to Make Elevator With Minecraft 1.9 Command Blocks

About: welcome to my instructable and welcome to my website !

In Minecraft 1.9 New Command Blocks can be used to make elevators. You types different commands to achieve controlling the elevator for movement you like. This tutorial tells in Minecraft 1.9 how to use command blocks to make elevator. Lets just have a look at it!

Step 1:

There two command blocks staying one side of the elevator, and the upper one is for floating effect.

-direct @ [r=1, type=player] 25 5015, then you copy the code. - /effect @a minecraft:levitation

Taking effect @e[x,y,z,r=1,type=Player] levitation 20 10 true for example

- “effect” means giving players two kinds of potion effects; - “@e”refers to all entities; - “x”, “y”, “z” refers to the three dimensional location of players, only at the location can players obtain potion effect; if you haven’t added location by yourself, then the practical location is that of the command block. - “r=1” refers to the site that is one block away from yourself, similarly, r=100 means the site that is 100 block far away. - “type=player” means only players are allowed to get floating effect, similarly, “type=Pig” means only pig is allowed to get the effect. - “levitation” is the NBT of floating effect, that number is alterable, and “20” means the floating effect lasts for 20 seconds while “10” means the degree of floating rate. - “true” means removing grain effect of potion; - different degrees present different effect, some specific degrees even shows particular effect. This is the top of the elevator, which is a piston door.

Step 2:

Two command blocks are next to the door on top of elevator. The other command block is to remove floating effect:/effect @a[r=5] clear, when players are lifted to top, the command block is activated by turning on the switch of elevator. Floating effect is removed and door opens.

Step 3:

As the picture shows, press the upper button, players begin to float while the button below is to remove floating effect and open the door.

If players want to return to ground, they should get inside elevator and turn off switch. With top door closing and exit at the button of elevator opening, another command block is activated: effect @e[r=1,type=Player] 25 50 450 true, so that players slowing fall down to ground but won’t fall to death.

This tutorial is about making and using elevator with new command blocks in Minecraft 1.9. Minecraft 1.9 command blocks include impulse, repeating chain. Click the following link to learn more about Minecraft 1.9 command blocks! New Command Blocks - Impulse, Repeating, Chain for Minecraft 1.9

Have we solved your question? If you want to know more, please keep an eye on Minecraft GoPlay for more guide videos and strategies!