Advertisement
taiyaki23

Untitled

Jul 21st, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. on rightclick on sign:
  2. player is on ground
  3. set {%player%-50000m-warppoint} to location of player
  4. message "&6&nチェックポイント&eを設定しました"
  5. play sound "entity.experience_orb.pickup" with pitch 0 at player
  6. wait 2 minecraft ticks
  7. play sound "entity.experience_orb.pickup" with pitch 0.5 at player
  8. wait 2 minecraft ticks
  9. play sound "entity.experience_orb.pickup" with pitch 1 at player
  10. wait 2 minecraft ticks
  11. play sound "entity.experience_orb.pickup" with pitch 1.5 at player
  12. wait 2 minecraft ticks
  13. play sound "entity.experience_orb.pickup" with pitch 2 at player
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement