Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. command /hasteyboys [<text>]:
  2. permission: skript.host
  3. trigger:
  4. if arg-1 is "on":
  5. broadcast "&c&lUHC &7» &fHasteyBoys &aEnabled"
  6. set {hb} to true
  7. if arg-1 is "off":
  8. broadcast "&c&lUHC &7» &fHasteyBoys &cDisabled"
  9. set {hb} to false
  10.  
  11. on craft of fishingrod:
  12. {hb} is true
  13. wait 20 ticks
  14. loop all items in the player's inventory:
  15. loop-item is fishingrod
  16. enchant loop-item with luckofthesea 3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement