Advertisement
kaliumsan

Untitled

Jun 24th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. on fishing:
  2. fishing state is IN_GROUND
  3. if name of held item contains "&6Grapple":
  4. push player upward at speed 0.4
  5. push player direction from player to hook at speed 2
  6. stop
  7.  
  8. command /grapple:
  9. permission: skript.grapple
  10. trigger:
  11. send "&aYou got a Grapple!" to player
  12. give player fishing rod named "&6Grapple"
  13. stop
  14.  
  15. on damage:
  16. if victim's tool is fishing rod named "&6Grapple":
  17. if damage was caused by fall:
  18. cancel event
  19. stop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement