Advertisement
grantygames

wow tadadamdamdamdmamdam

Jun 23rd, 2015
277
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. on command "/register":
  2. if {registrado.Lista::%player%} is true:
  3. stop
  4. else:
  5. add 1 to {registrado.cont}
  6. set {registrado.Lista::%player%} to true
  7. on command "/login":
  8. if {registrado.Lista::%player%} is true:
  9. stop
  10. else:
  11. add 1 to {registrado.cont}
  12. set {registrado.Lista::%player%} to true
  13. on load:
  14. if {registrado.cont} is not set:
  15. set {registrado.cont} to 0
  16. command /jogadores:
  17. trigger:
  18. if player have permission "essentials.jogadores":
  19. send "Jogadores registrados: %{registrado.cont}%"
  20. command /resetenter:
  21. permission: aaa
  22. trigger:
  23. set {registrado.Lista::%player%} to false
  24. kick the player due "Agora sim."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement