Advertisement
dragnoz

pool of london cathederal

Nov 17th, 2014
799
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. /entitydata @e[r=1] {CustomName:"parkourcheckpoint"}
  2.  
  3. execute @a ~ ~ ~ detect ~ ~-1 ~ gold_block 0 /setblock -10 26 -6 minecraft:redstone_block
  4.  
  5. kill @e[name=checkpoint]
  6.  
  7. /tellraw @a {"text":"","extra":[{"text":"\n\n","color":"white"},{"text":"CHECKPOINT","color":"light_purple\n\n"}]}
  8.  
  9. execute @a ~ ~ ~ detect ~ ~-1 ~ gold_block 0 /summon ArmorStand ~ ~ ~ {CustomName:"checkpoint",CustomNameVisible:0,Invisible:1,NoGravity:1,PersistenceRequired:1,DisabledSlots:2039583}
  10.  
  11. execute @a ~ ~ ~ execute @e[name=parkourcheckpoint,r=4] ~ ~ ~ /particle instantSpell ~ ~-1 ~ 0.3 0.3 0.3 0.01 1 force
  12.  
  13. execute @a ~ ~ ~ execute @e[name=parkourcheckpoint,r=4] ~ ~ ~ setblock ~ ~-1 ~ gold_block
  14.  
  15. execute @a ~ ~ ~ execute @e[name=parkourcheckpoint,rm=4,r=12] ~ ~ ~ setblock ~ ~-1 ~ air
  16.  
  17. tp @p[47,26,966,dx=17,dy=2,dz=150] @e[name=checkpoint,c=-1]
  18.  
  19. execute @a ~ ~ ~ execute @e[name=parkourcheckpoint,rm=1,r=6] ~ ~ ~ /setblock -10 26 -6 air
  20.  
  21.  
  22. /summon ArmorStand ~ ~ ~ {CustomName:"parkourcheckpoint",CustomNameVisible:0,Invisible:1,NoGravity:1,PersistenceRequired:1,DisabledSlots:2039583}parkourcheckpoint
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement