Advertisement
Guest User

Untitled

a guest
Jan 16th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. command /nick [<text>]:
  2. trigger:
  3. if {cooldown.%player%} is set:
  4. message "&eTento prikaz muzes pouzit jednou za 30 dni."
  5. stop
  6. if {cooldown.%player%} isn't set:
  7. set {cooldown.%player%} to false
  8. if {cooldown.%player%} is false:
  9. set {cooldown.%player%} to true
  10. execute command "essentials:nick %player% %arg-1%"
  11. message "&eUspesne sis zmenil jmeno!"
  12. wait 30 days
  13. set {cooldown.%player%} to false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement