Command Block Tutorial | Parkour Checkpoints (1.10.2, 1.10.1, 1.10, 1.9.4)
This is a quick command block tutorial on how to add in checkpoints into a parkour game:
(This has been tested and is working on all the current versions, including 1.10.2, 1.10.1, 1.10, 1.9.4)
First you need to setup the 2 command blocks, one on repeat, the other on conditional, but always active, and then use the following commands in the area you wish the checkpoint to activate from:
/execute @e[type=Player] ~ ~ ~ testfor @e[x=COORD,y=COORD,z=COORD,dx=DISTANCE+X,dy=DISTANCE+Y,dz=DISTANCE+Z]
EXAMPLE:
/execute @e[type=Player] ~ ~ ~ testfor @e[x=773,y=4,z=-300,dx=11,dy=0,dz=6]
With the second command block it just needs to teleport the player to the location of the checkpoint, for example:
/tp @p 785.5 5.5 -298.5
Thankyou for watching this tutorial on command blocks! Hopefully this has been helpful! If you wish to see any more tutorials, leave comments down below! Or if you encounter any problems, just ask!
Follow me:
- Twitter: https://twitter.com/germrage
- Twitch: http://twitch.tv/germrage
- Facebook: http://facebook.com/germrage
Intro Music:
Skull Fire - Jingle Punks.
Available In The YouTube Audio Library
Other Videos By GermRage
Other Statistics
Minecraft Statistics For GermRage
At present, GermRage has 399,567 views spread across 445 videos for Minecraft, accounting for over 5 days of watchable video on his channel. This makes up 79.46% of Minecraft content that GermRage has uploaded to YouTube.