Blue_Tec

Untitled

Mar 4th, 2018
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. on walking on gold block:
  2. player's gamemode is adventure
  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%}
Add Comment
Please, Sign In to add comment