Advertisement
Blue_Tec

Untitled

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