Advertisement
Haon

HasteyBoys [SK]

Oct 8th, 2017
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. command /hasteyboys [<text>]:
  2. trigger:
  3. if arg-1 is "on" or "enable":
  4. broadcast "&§6HasteyBoys §8» §aenable"
  5. set {HasteyBoys} to true
  6. if arg-1 is "off" or "disable":
  7. broadcast "&§6HasteyBoys §8» §cdisable"
  8. set {HasteyBoys} to false
  9. if arg-1 is not set:
  10. send "§6HasteyBoys §8» §8(§aon§8/§coff§8)"
  11.  
  12. on craft of axe or shovel or pickaxe:
  13. if {HasteyBoys} is true
  14. wait 20 ticks
  15. loop all items in the player's inventory:
  16. loop-item is axe or pickaxe or shovel
  17. enchant loop-item with efficiency 3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement