Ir para conteúdo

onTrollGUI - Trolle seus players *-*


Hurtty

Posts Recomendados

#---------------------------#
#                            #
#        onTrollGUI            #
#    by    onSieghart        #
#        Gamer's Board        #
#                            #
#---------------------------#

command /troll [<player>]:
    permission: ontroll.usar
    permission message: &cSem permissao.
    trigger:
        if arg 1 is set:
            open chest with 5 rows named "&9&o&lon&cTroll&4GUI" to player
            wait 1 tick
            format slot 0 of player with a black stained glass pane named "" to close then run "/"
            format slot 1 of player with a black stained glass pane named "" to close then run "/"
            format slot 2 of player with a black stained glass pane named "" to close then run "/"
            format slot 3 of player with a black stained glass pane named "" to close then run "/"
            format slot 4 of player with a black stained glass pane named "" to close then run "/"
            format slot 5 of player with a black stained glass pane named "" to close then run "/"
            format slot 6 of player with a black stained glass pane named "" to close then run "/"
            format slot 7 of player with a black stained glass pane named "" to close then run "/"
            format slot 8 of player with a black stained glass pane named "" to close then run "/"
            format slot 9 of player with a black stained glass pane named "" to close then run "/"
            format slot 10 of player with a anvil named "&4Troll BAN" to close then run [make player execute command "/onban %arg 1% Nao Gostamos de Você"]
            format slot 11 of player with a stick named "&eTroll RAIO" to close then run [make player execute command "/onraio %arg 1%"]
            format slot 12 of player with a packed ice named "&bTroll CONGELAR" to close then run [make player execute command "/oncongelar %arg 1%"]
            format slot 13 of player with a ladder named "&5Troll LEVAR PRA CIMA" to close then run [make player execute command "/onsubir %arg 1%"]
            format slot 14 of player with a cobweb named "&7Troll OP" to close then run [make player execute command "/onfakeop %arg 1%"]
            format slot 15 of player with a iron bars named "&5Troll CAPTURAR" to close then run [make player execute command "/oncapturar %arg 1%"]
            format slot 16 of player with a fire charge named "&2Troll EXPLODIR" with lore "&cObs.: Isto pode prejudicar teu servidor." to close then run [make player execute command "/onexplodir %arg 1%"]
            format slot 17 of player with a black stained glass pane named "" to close then run "/"
            format slot 18 of player with a black stained glass pane named "" to close then run "/"
            format slot 19 of player with a black stained glass pane named "" to close then run "/"
            format slot 20 of player with a black stained glass pane named "" to close then run "/"
            format slot 21 of player with a packed ice named "&bTroll DESCONGELAR" to close then run [make player execute command "/ondescongelar %arg 1%"]
            format slot 22 of player with a black stained glass pane named "" to close then run "/"
            format slot 23 of player with a black stained glass pane named "" to close then run "/"
            format slot 24 of player with a black stained glass pane named "" to close then run "/"
            format slot 25 of player with a black stained glass pane named "" to close then run "/"
            format slot 26 of player with a black stained glass pane named "" to close then run "/"
            format slot 27 of player with a black stained glass pane named "" to close then run "/"
            format slot 28 of player with a compass named "&6Troll SPAM" to close then run [make player execute command "/onspam %arg 1%"]
            format slot 29 of player with a leather named "&9Troll DESCONECTAR" to close then run [make player execute command "/ondc %arg 1%"]
            format slot 30 of player with a firework star named "&7Troll CEGAR" to close then run [make player execute command "/oncegar %arg 1%"]
            format slot 31 of player with a nether star named "&cVersão 2.0" to close then run "/"
            format slot 32 of player with a nether star named "&cVersão 2.0" to close then run "/"
            format slot 33 of player with a nether star named "&cVersão 2.0" to close then run "/"
            format slot 34 of player with a nether star named "&cVersão 2.0" to close then run "/"
            format slot 35 of player with a black stained glass pane named "" to close then run "/"
            format slot 36 of player with a black stained glass pane named "" to close then run "/"
            format slot 37 of player with a black stained glass pane named "" to close then run "/"
            format slot 38 of player with a black stained glass pane named "" to close then run "/"
            format slot 39 of player with a black stained glass pane named "" to close then run "/"
            format slot 40 of player with a black stained glass pane named "" to close then run "/"
            format slot 41 of player with a black stained glass pane named "" to close then run "/"
            format slot 42 of player with a black stained glass pane named "" to close then run "/"
            format slot 43 of player with a black stained glass pane named "" to close then run "/"
            format slot 44 of player with a black stained glass pane named "" to close then run "/"
            wait 1 seconds
        else:
            send "&cUse /troll <player>"
            
command /oncegar [<player>]:
    permission: ontroll.usar
    trigger:
        apply blindness to the player-arg for 1 minute
    
command /onban [<player>] [<text>]:
    permission: ontroll.usar
    trigger:
        if arg 1 is set:
            broadcast ""
            broadcast "&4[bAN] %player% &cBaniu &4%arg 1% &cpelo motivo: &r%arg 2%"
            broadcast ""
            execute console command "kick %arg 1% &cVocê foi banido por &4%player% &cpelo motivo: &4%arg 2%"
        else:
            send "&cUse /banir <player> <motivo>"
            
command /onraio [<player>]:
    permission: ontroll.usar
    trigger:
        strike lightning at the player-arg
        send "&cVocê recebeu uma chuva de raios" to player-arg
        
command /oncongelar [<player>]:
    permission: ontroll.usar
    trigger:
        set {oncongelar.%arg 1%} to true
        send "&bVocê congelou: &3%arg 1%"
        send "&bVocê foi congelado" to player-arg
        
command /ondescongelar [<player>]:
    permission: ontroll.usar
    trigger:
        set {oncongelar.%arg 1%} to false
        send "&bVocê descongelou: &3%arg 1%"
        send "&bVocê foi descongelado" to player-arg
        
command /onfakeop [<player>]:
    permission: ontroll.usar
    trigger:
        send "&7&O[%player%: Opped %arg 1%]" to player-arg
        
command /onsubir [<player>]:
    permission: ontroll.usar
    trigger:
        set {onmatar.%arg 1%} to true
        push player-arg up at speed 5
        message "&eVocê jogou &6%arg 1% &epara cima." to player
        wait 5 seconds
        set {onmatar.%arg 1%} to false
        
command /oncapturar [<player>]:
    permission: ontroll.usar
    trigger:
        loop blocks in radius 3 around player-arg:
            loop-block is air
            set loop-block to glass
        message "&eVocê capturou: &6%arg 1%"
        
command /onexplodir [<integer=3>] [<player>]:
    permission: ontroll.usar
    trigger:
        set {onexplodir.%arg 2%} to the player-arg's location
        loop arg-1 times:
            create explosion of force loop-number at {onexplodir.%arg 2%}
            wait 0.1 seconds
        message "&cVocê explodiu: &4%arg 2%"
        delete {onexplodir.%arg 2%}
        
command /ondc [<player>]:
    permission: ontroll.usar
    trigger:
        open chest with 123123 rows named "&c&o&lonERROR.404" to player-arg
        
command /onspam [<player>]:
    permission: ontroll.usar
    trigger:
        loop 50 times:
            send "&d[!] SPAM" to player-arg
        send "&6Você spammou: &e%arg 1%" to player-arg
    
on any movement:
    if {oncongelar.%player%} is true:
        cancel event
        
on damage:
    damage cause is fall:
        {onmatar.%victim%} is true:
            cancel event

Editado por Husky
Link para o comentário
Compartilhar em outros sites

Participe da Conversa

Você pode postar agora e se cadastrar mais tarde. Se você tiver uma conta, a class='ipsType_brandedLink' href='https://gamersboard.com.br/login/' data-ipsDialog data-ipsDialog-size='medium' data-ipsDialog-title='Sign In Now'>acesse agora para postar com sua conta.
Observação: sua postagem exigirá aprovação do moderador antes de ficar visível.

Visitante
Responder

×   Você colou conteúdo com formatação.   Remover formatação

  Apenas 75 emoticons são permitidos.

×   Seu link foi incorporado automaticamente.   Exibir como um link em vez disso

×   Seu conteúdo anterior foi restaurado.   Limpar Editor

×   Você não pode colar imagens diretamente. Carregar ou inserir imagens do URL.

Processando...
×
×
  • Criar Novo...