Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # - A HACK DENUNCIE CRIADO POR U ATOM FEIKI DO GEIMERS BOARDI
- command /hack [<offline player>] [<text>]:
- trigger:
- if arg 1 is set:
- if arg 2 is set:
- if {hackdenuncia.ja.%player%} is not true:
- add 1 to {hack.%arg 1%}
- wait 1 second
- set {hackdenuncia.ja.%player%} to true
- send "&aVoce Denunciou %arg 1% Por: %arg 2%"
- send "&b#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#" to all ops
- send "&b# &eDenuncia De %player% Para %arg 2%" to all ops
- send "&b# &eMotivo:" to all ops
- send "&b# &4%arg 2%" to all ops
- send "&b#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#=#" to all ops
- if {hack.%arg 1%} is 15:
- send "&4&lEXTREMO:" to all ops
- send "&b O Jogador %arg 1% Tem 15 denuncias!" to all ops
- send "&bTome uma Providencia ou o sistema ira automaticamente bani-lo" to all ops
- if {hack.%arg 1%} is 20:
- make console execute command "/ban %arg 1% Voce tem mais de 20 denuncias a hack!"
- send "&4&lO JOGADOR %ARG 1% FOI BANIDO POR TER MAIS DE 20 DENUNCIAS" to all ops
- else:
- send "&aVocê Ja denunciou este player!"
- else:
- send "&aUse /hack <player>"
- else:
- send "&aUse /hack <player>"
- command /hackview [<offline player>]:
- trigger:
- if arg 1 is set:
- send "&aO Jogador %arg 1% Tem um total de: &7[%{hack.%arg 1%}%] &aDenuncias!"
- else:
- send "&aUse /hackview <player>"
- command /hackreset [<offline player>]:
- trigger:
- if arg 1 is set:
- if player has permission "hack.reset":
- clear {hack.%arg 1%}
- clear {hackdenuncia.ja.%player%}
- send "&aVocê Resetou as denuncias de %arg 1%"
- else:
- send "&c[!]&a Sem permissao"
- else:
- send "&c[!] &aUse /hackreset <player>"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement