Kokoszka

Untitled

Dec 3rd, 2013
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. options:
  2. #Kody, za które otrzymujemy diament.
  3. kod1: 588515611
  4.  
  5. variables:
  6. {use.%player%}=false
  7.  
  8. command /kod [<text>]:
  9. trigger:
  10. if {use.%player%} is true:
  11. send "&9[<remove>] &bPoczekaj 24godz. aby ponownie uzyc tego kodu!"
  12. if {use.%player%} is false:
  13. arg 1 is not empty:
  14. arg 1 is "{@kod1}":
  15. add 1 diamond named "&bZ kodu promocyjnego." to player
  16. send "&9[<remove>] &bKod &a&l%arg%&b zostal &apomyslnie &bzatwierdzony!"
  17. set {use.%player%} to true
  18. wait 24 hours
  19. set {use.%player%} to false
  20. else:
  21. send "&9[<remove>] &bKod &a&l%arg%&b zostal &cblednie &bzatwierdzony!"
  22. else:
  23. send "&9[<remove>] &bPoprawne uzycie to: &a/kod <kod>&b
Advertisement
Add Comment
Please, Sign In to add comment