Advertisement
NAOSAMA

Untitled

Mar 19th, 2019
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 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 "&c&lチェックポイント"
  5. line 3 of clicked block is "&c&l右クリック"
  6. line 4 of clicked block is "=========="
  7. set {checkpoint.%player%} to location of player
  8. message "&6&lチェックポイントセーブ完了"
  9. command "/playsound note.pling %player% ~ ~ ~ 1 2 1"
  10.  
  11. on sign change:
  12. line 1 is "cp" or "cp"
  13. set line 2 to "&c&lチェックポイント"
  14. set line 3 to "&c&l右クリック"
  15. set line 4 to "=========="
  16. set line 1 to "=========="
  17.  
  18. on walking on diamond block:
  19. teleport player to {checkpoint.%player%}
  20. message "&e&lチェックポイントへTPしました!"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement