Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2021
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. options:
  2. narkotyk3: bone meal of unbreaking 10 named "&8Amfetamina"
  3.  
  4. on region enter:
  5. "%event-region%" contains "amfetamina"
  6. send "&2Aby zaczac zbierac Amfetamine &c/zbieraj"
  7.  
  8.  
  9. command /zbieraj:
  10. trigger:
  11. "%region at player%" contains "amfetamina"
  12. set {_count} to 500
  13. send player title "500"
  14. loop 50 times:
  15. wait 10 seconds
  16. set {_count} to {_count} - 10
  17. send player title "%{_count}%"
  18. give 1 of {@narkotyk3} to player
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement