Advertisement
Randall123459

GoneFishing

Jan 5th, 2017
493
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. options:
  2. Perm: uhc.staff
  3. P: &f[&bGone Fishing&f]
  4. C: &b
  5. H: &f
  6.  
  7. command /GoneFishing <text>:
  8. permission: {@Perm}
  9. usage: /GoneFishing <On:Off>
  10. trigger:
  11. if arg-1 is "enable" or "on":
  12. set {GoneFishing} to true
  13. broadcast "{@P}{@C} Gone Fishing {@H}Enabled{@C}!"
  14. if arg-1 is "disable" or "off":
  15. delete {GoneFishing}
  16. broadcast "{@P}{@C} Gone Fishing {@H}Disabled{@C}!"
  17. if arg-1 is "give":
  18. give (fishing rod of unbreaking 100 and luck of the sea 250 and lure 3) to all players
  19. give 64 anvils to all players
  20. set level of all players to 20000
  21. broadcast "{@P}{@C} Items given!"
  22.  
  23. on craft of enchantment table:
  24. if {gonefishing} is true:
  25. cancel event
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement