GrimoN

Untitled

Feb 25th, 2015
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. command /turbodrop [<offlineplayer>]:
  2. executable by: console
  3. trigger:
  4. set {emerald::%arg 1%} to true
  5. broadcast "&6Gracz &2%arg 1% &6zakupil TurboDrop Emeraldow!"
  6. wait 30 minutes
  7. clear {emerald::%arg 1%}
  8. stop
  9.  
  10.  
  11. on break of stone:
  12. if {emerald::%player%} is true:
  13. chance of 20%:
  14. set {_liczba} to 1 or 2 or 3 or 4 or 5
  15. if player has enough space for {_liczba} of emeralds:
  16. give {_liczba} of emeralds to player
  17. else:
  18. drop {_liczba} of emeralds at event-block
Advertisement
Add Comment
Please, Sign In to add comment