Advertisement
Ilom_uk

arrows.sk

Jun 26th, 2018
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. #Double Arrows - Skripted by Ilom
  2.  
  3. options:
  4. P: &7[&6UHC&7]&f
  5. H: &6
  6.  
  7. command /arrows [<text>]:
  8. permission: skript.op
  9. trigger:
  10. if arg-1 is not set:
  11. send "{@P} Arrows are currently set to {@H}%{arrows}%"
  12. if arg-1 is "vanilla" or "default" or "single":
  13. set {arrows} to "default"
  14. reset recipes
  15. broadcast "{@P} Arrows now set to {@H}%{arrows}%"
  16. if arg-1 is "double":
  17. set {arrows} to "double"
  18. broadcast "{@P} Arrows now set to {@H}%{arrows}%"
  19. reset recipes
  20. register new shaped recipe for 8 arrows using air, air, flint, air, air, stick, air, air, feather
  21. register new shaped recipe for 8 arrows using air, flint, air, air, stick, air, air, feather, air
  22. register new shaped recipe for 8 arrows using flint, air, air, air, stick, air, feather, air, air
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement