grantygames

Untitled

Jul 27th, 2015
323
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. command /setardrop [<integer>]:
  2. permission: setar.drop
  3. trigger:
  4. if arg 1 is set:
  5. set {drop.%arg 1%} to player's location
  6. remove arg 1 from {drops::*}
  7. wait 2 tick
  8. add arg 1 to {drops::*}
  9. send "Drop adicionado e ira spawnar em 25 minutos"
  10. every 25 minutes:
  11. loop {drops::*}
  12. drop 5 bedrock at {drop.%loop-value%}
Advertisement
Add Comment
Please, Sign In to add comment