Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Skript criado por zTeyvolzZ
- # Skript simples, só pra posta mesmo ;-;
- # Dependência(s): Skript, SkPower, LegendChat
- # #! ▬▬▬▬▬▬▬▬▬▬ Configuração ▬▬▬▬▬▬▬▬▬▬ !#
- options
- # Punição por usar a tag mulher, sem ser mulher? #! Sim = true | Não = false !#
- Punição: true
- # Tempo da punição, caso a "Punição" esteja #! true !#
- tempo: 120
- command /mulher [<text>]:
- trigger:
- if arg 1 is set:
- send "&cUse /mulher"
- else:
- if {Mulher.Usando.%player%} is false:
- set tag of player replacer "mulher" to "&d[Mulher]"
- send "&aVocê agora está usando a tag &d[Mulher]&a."
- send "&aCaso você não seja &dmulher &aremova a tag usando o mesmo comando(&f/mulher&a)."
- set {Mulher.Usando.%player%} to true
- if {@Punição} is true:
- send "&cUsar a tag &d[Mulher] causa punição de {@tempo} minutos."
- else:
- send "&aTag &d[Mulher] removida."
- clear tag of player replacer "mulher"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement