Advertisement
Guest User

Untitled

a guest
Apr 3rd, 2021
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. command /astrokit:
  2. trigger:
  3. set {astroDelay} to difference between {astro::%player%} and now
  4. if {astroDelay} is less than 1 minute:
  5. send "&bThis kit is on cooldown. You may use it again in &f%difference between {astroDelay} and 1 minute%&b."
  6. stop
  7. set {astro::%player%} to now
  8. wait 1 tick
  9. equip player with iron helmet
  10. equip player with iron chestplate
  11. equip player with iron leggings
  12. equip player with iron boots
  13. give player stone axe
  14. give player feather named "&5&lGravity Feather" with lore " " and " &aRight click while holding this to gain &bJump Boost 2"
  15. give player 4 golden apple
  16. give player bow
  17. give player 10 arrows
  18. give player 4 beetroot soup
  19. if player's balance is more or equal to 1000:
  20. subtract 1000 from player's balance
  21. else:
  22. send "&cInsufficient Funds!"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement