CREAMPAN0408

Untitled

Feb 15th, 2019
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. command /cpd:
  2. description: Delete <player>'s checkpoint
  3. executable by: players
  4. trigger:
  5. delete {%region at player%.%player%.cp}
  6. message "&cチェックポイントが削除されました。"
  7.  
  8. command /b cpd:
  9. description: Delete <player>'s checkpoint
  10. executable by: players
  11. trigger:
  12. delete {%region at player%.%player%.cp}
  13.  
  14. on walking on block of coal:
  15. delete {%region at player%.%player%.cp}
  16. message "&cチェックポイントを削除しました。"
  17.  
  18. on walking on block of coal:
  19. delete {%region at player%.%player%.blockcp}
  20.  
  21.  
  22. command /adcp:
  23. description: Set player's checkpoint
  24. executable by: players
  25. trigger:
  26. player has permission "skript.admin"
  27. set {%region at player%.%player%.cp} to location of player
  28. message "&6チェックポイントを設定しました!"
  29. play raw sound "note.pling" at player with pitch 2 volume 1
  30.  
  31. command /b adcp:
  32. description: Set player's checkpoint
  33. executable by: players
  34. trigger:
  35. player has permission "skript.admin"
  36. set {%region at player%.%player%.blockcp} to location of clicked block
  37. play raw sound "note.pling" at player with pitch 2 volume 1
Add Comment
Please, Sign In to add comment