Advertisement
Blue_Tec

Untitled

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