Advertisement
Blue_Tec

Untitled

Jun 15th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. on sneak toggle:
  2. if {jumpapi::%uuid of player%} is true:
  3. stop
  4. else:
  5. if {jump.can::%uuid of player%} is true:
  6. cancel event
  7. else:
  8. set {jump.can::%uuid of player%} to true
  9. cancel event
  10. push player upwards at speed 1.5
  11. wait 1.6 seconds
  12. set {jump.can::%uuid of player%} to false
  13.  
  14. command /jumpapi:
  15. permission: skript.admin
  16. trigger:
  17. if {jumpapi::%uuid of player%} is true:
  18. set {jumpapi::%uuid of player%} to false
  19. message "&aジャンプを有効化"
  20. stop
  21. else:
  22. set {jumpapi::%uuid of player%} to true
  23. message "&aジャンプを無効化"
  24. stop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement