Advertisement
kookoo1007

Untitled

Apr 17th, 2019
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. on rightclick on sign:
  2. 1st line of clicked block is "&6[&eCheckpoint&6]"
  3. if block below player is diamond block:
  4. set {%player%-checkpoint} to player's location
  5. send "&6[&eCheckpoint&6]&eCheckpointを設定しました"
  6. stop
  7. send "&6[&eCheckpoint&6]&eダイアモンドブロックの上でclickしてください"
  8. on sign change:
  9. line 1 of event-block is "cp"
  10. set line 1 of event-block to "&6[&eCheckpoint&6]"
  11. set line 2 of event-block to "&7(rightclick here)"
  12. on rightclick:
  13. player is holding diamond
  14. if name of player's tool is "§b§lCheckpoint":
  15. teleport player to {%player%-checkpoint}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement