Advertisement
Guest User

[Skript] zTMulher | Skript de Tag Mulher

a guest
Feb 28th, 2016
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. # Skript criado por zTeyvolzZ
  2. # Skript simples, só pra posta mesmo ;-;
  3. # Dependência(s): Skript, SkPower, LegendChat
  4.  
  5. # #! ▬▬▬▬▬▬▬▬▬▬ Configuração ▬▬▬▬▬▬▬▬▬▬ !#
  6.  
  7. options
  8.  
  9. # Punição por usar a tag mulher, sem ser mulher? #! Sim = true | Não = false !#
  10. Punição: true
  11. # Tempo da punição, caso a "Punição" esteja #! true !#
  12. tempo: 120
  13.  
  14. command /mulher [<text>]:
  15. trigger:
  16. if arg 1 is set:
  17. send "&cUse /mulher"
  18. else:
  19. if {Mulher.Usando.%player%} is false:
  20. set tag of player replacer "mulher" to "&d[Mulher]"
  21. send "&aVocê agora está usando a tag &d[Mulher]&a."
  22. send "&aCaso você não seja &dmulher &aremova a tag usando o mesmo comando(&f/mulher&a)."
  23. set {Mulher.Usando.%player%} to true
  24. if {@Punição} is true:
  25. send "&cUsar a tag &d[Mulher] causa punição de {@tempo} minutos."
  26. else:
  27. send "&aTag &d[Mulher] removida."
  28. clear tag of player replacer "mulher"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement