Advertisement
Blue_Tec

Untitled

Mar 4th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. on walking on golden block:
  2. set {checkpoint.%player%} to location of player
  3. message "&6&lCheck&7&l>> &a&lチェックポイントセーブ!"
  4. command "/playsound note.pling %player% ~ ~ ~ 1 2 1"
  5.  
  6. on walking on quartz block:
  7. player's gamemode is adventure
  8. command "/playsound minecraft:ui.button.click player %player% ~ ~ ~ 2555555555 2"
  9. teleport player to {checkpoint.%player%}
  10.  
  11. on rightclick:
  12. player is holding grass named "&aチェックポイントに移動"
  13. command "/playsound minecraft:ui.button.click player %player% ~ ~ ~ 2555555555 2"
  14. teleport player to {checkpoint.%player%}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement