Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- options:
- P: &4[TELA]
- SemPermi: &4&lSem Permissao!
- ComandoParaBanir: ban %player% 0 Hack
- solicitou1: &cO STAFF &6%player% &csolicitou sua tela.
- solicitou2: &cVocê tem 10 minutos para printar e usar /enviartela
- solicitou3: { link}
- solicitou4: &cEnvie um print de tela inteira, com data de hoje e
- solicitou5: contendo essa mensagem no chat!
- solicitou6: &cOutros prints não serão aceitos!
- solicitou7: &cNão sabe upar seu print? Acesse http://prntscr.com
- solicitou8: &cCaso deslogue será banido automaticamente
- solicitou9: &cVocê solicitou tela do jogador: &6%player%&c.
- solicitou10: &c&lAGUARDE &ca resposta do mesmo! caso ele deslogue
- solicitou11: &cserá banido automaticamente.
- msgenviou1: &cSeu print foi enviado!
- msgenviou2: &c%player% -> %arg 1%
- msgliberou1: &cVocê Liberou &6%arg 1%&c.
- msgliberou2: &cVocê Foi Liberado pelo staffer &6%player%&c.
- msgliberou3: &cJogue Honestamente!
- jasolicitou: &cVocê já solicitou a tela do jogador!
- jasolicitou2: &c&lAGUARDE &ca resposta do mesmo!
- command /pedirtela [<player>]:
- trigger:
- if arg 1 is set:
- if player is op:
- if {pedirtela.espera.%arg 1%} is false:
- send "{@P} {@solicitou1}" to arg 1
- send "{@P} {@solicitou2}" to arg 1
- send "{@P} {@solicitou3}" to arg 1
- send "{@P} {@solicitou4}" to arg 1
- send "{@P} {@solicitou5}" to arg 1
- send "{@P} {@solicitou6}" to arg 1
- send "{@P} {@solicitou7}" to arg 1
- send "{@P} {@solicitou8}" to arg 1
- send "{@P} {@solicitou9}" to player
- send "{@P} {@solicitou10}" to player
- send "{@P} {@solicitou11}" to player
- set {pedirtela.espera.%arg 1%} to true
- wait 10 minutes
- if {pedirtela.espera.%arg 1%} is true:
- make console execute command "{@ComandoParaBanir}"
- else:
- send "{@P} {@jasolicitou}"
- send "{@P} {@jasolicitou2}"
- else:
- send "{@P} {@SemPermi}"
- else:
- send "{@P} &cUse /pedirtela <nick>"
- command /liberar [<player>]:
- trigger:
- if arg 1 is set:
- if player is op:
- if {pedirtela.espera.%arg 1%} is true:
- set {pedirtela.espera.%arg 1%} to false
- send "{@P} {msgliberou1}" to player
- send "{@P} {msgliberou2}" to arg 1
- send "{@P} {msgliberou3}" to arg 1
- else:
- send "&cNinguem pediu a tela do jogador!"
- else:
- send "{@P} {@SemPermi}"
- else:
- send "&cUse /liberar <nick>"
- command /enviartela [<text>]:
- trigger:
- if {pedirtela.espera.%player%} is true:
- send "{@P} {@msgenviou1}" to player
- send "&0==================" to all ops
- send "{@P} {@msgenviou2}" to all ops
- send "&0==================" to all ops
- else:
- send "&cNinguem pediu sua tela!"
- on quit:
- if {pedirtela.espera.%player%} is true:
- make console execute command "{@ComandoParaBanir}"
- if {pedirtela.espera.%player%} is false:
- set quit message to " "
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement