-
Total de itens
1.125 -
Registro em
-
Última visita
Tudo que zGhol postou
-
script HWorldGuard | Marca posições automaticamente
tópico respondeu ao Hiitmarqes de zGhol em Projetos
Legal gostei da Ideia Isso vai facilitar muito para algumas pessoas apressadas ! Possue dependências ?Se sim Então coloque no Tópico se possuir -
Não porque ele e pequeno indamais que ele tem Delay de usar somente 1 vez evita mais o lag ainda 1 vez de 30 em 30 Minutos e muito tempo São pouca as chances de muitas pessoas executarem o comando pode haver algumas em 5 ou 3 pessoas
-
Pode ser skript ? http://pastebin.com/Usvbc2K9 options: # Coloque a Prefix # #! EDIT !# Prefix: &6&lB&f&luff &6&l> &f # Coloque a Permissão # #! EDIT !# Perm: buff.usar # Coloque o Tempo para Usar o Buff #! EDIT !# DeleyT: 10 minutes # Coloque os Buffs # #! EDIT !# Efeito1: strength Nivel1: 2 Tempo1: 1 minutes Efeito2: speed Nivel2: 2 Tempo2: 1 minutes Efeito3: regeneration Nivel3: 2 Tempo3: 1 minutes Efeito4: fire resistance Nivel4: 2 Tempo4: 1 minutes # Coloque a Mensagem De usar o Buff # #! EDIT !# Msg: Você usou o buff ! command /buff: trigger: if player has the permission "{@Perm}": set {Delay} to difference between {Buff.Delay::%player%} and now if {Delay} is less than {@DeleyT}: apply {@Efeito1} {@Nivel1} to the player for {@Tempo1} apply {@Efeito2} {@Nivel2} to the player for {@Tempo2} apply {@Efeito3} {@Nivel3} to the player for {@Tempo3} apply {@Efeito4} {@Nivel4} to the player for {@Tempo4} send "{@Prefix}{@Msg}" set {Buff.Delay::%player%} to now stop
-
Não Apoio Ele é considerado um tópico e qualquer ação em Post vai para o tópico recentes Aquilo apenas ira mostrar que ele foi movido e fechado Mesmo assim alguns até gostam no caso se forem um dono de um tópico desse
-
Pode ser Skript ? Se puder tenta esse: on craft of hopper: cancel event stop
-
zGCash é um Script no qual você poderá enviar cash, dar cash, e ver os cash dos outros Skript: https://dev.bukkit.org/projects/skript/files 1.5 - (NÃO TESTADO) 1.7 - (NÃO TESTADO) 1.8 - (TESTANDO) http://pastebin.com/i4tdG2R4 options: # Coloque aqui a Prefixo do Cash # #! EDIT !# Prefix: &3&lC&f&lash &3&l> &f # Coloque aqui a Mensagem de Erro do Player # #! EDIT !# ErroP: Esse player não está registrado no servidor # Coloque aqui a Mensagem de Erro Comando # #! EDIT !# Erro1: Use /darcash NICK QUANTIA Erro2: Use /enviarcash NICK QUANTIA on first join: set {Cash.%player%::DINHEIRO} to true command /cash [<offlineplayer>]: trigger: if arg 1 is set: if {Cash.%arg 1%::QUANTIA} is true: send "{@Prefix}O Jogador %arg 1% tem %{Cash.%arg 1%::QUANTIA}% de cash!" stop else: send "{@Prefix}{@ErroP}" if arg 1 is not set: send "{@Prefix}Você possue %{Cash.%player%::DINHEIRO}% de cash!" stop command /darcash [<offlineplayer>] [<integer>]: permission: Cash.Admin trigger: if {Cash.%player%::DINHEIRO} is true: if arg 1 is set: if arg 2 is set: add %arg 2% to {Cash.%arg 1%::DINHEIRO} send "{@Prefix}Você deu %arg 2% de cash para %arg 1%" stop else: send "{@Prefix}{@Erro1}" stop else: send "{@Prefix}{@Erro1}" stop else: send "{@Prefix}{@ErroP}" stop command /enviarcash [<offlineplayer>] [<integer>]: trigger: if {Cash.%arg 1%::DINHEIRO} is true: if arg 1 is set: if arg 2 is set: if {Cash.%player%::DINHEIRO} is more or equal to %arg 2%: add %arg 2% to {Cash.%arg 1%::DINHEIRO} send "{@Prefix}Você deu %arg 2% de cash para %arg 1%" remove %arg 2% to {Cash.%player%::DINHEIRO} send "{@Prefix}Você recebeu %arg 2% de cash de %player%" to arg 1 stop else: send "{@Prefix}Você não tem cash suficientes para enviar essa quantia!" stop else: send "{@Prefix}{@Erro2}" stop else: send "{@Prefix}{@Erro2}" stop else: send "{@Prefix}{@ErroP}" stop v2 com Caixa/Spawners! options: # Coloque aqui a Prefixo do Cash # #! EDIT !# Prefix: &3&lC&f&lash &3&l> &f # Coloque aqui a Mensagem de Erro do Player # #! EDIT !# ErroP: Esse player não está registrado no servidor # Coloque aqui a Mensagem de Erro Comando # #! EDIT !# Erro1: Use /darcash NICK QUANTIA Erro2: Use /enviarcash NICK QUANTIA on first join: set {Cash.%player%::DINHEIRO} to true command /cash [<offlineplayer>]: trigger: if arg 1 is set: if {Cash.%arg 1%::QUANTIA} is true: send "{@Prefix}O Jogador %arg 1% tem %{Cash.%arg 1%::QUANTIA}% de cash!" stop else: send "{@Prefix}{@ErroP}" if arg 1 is not set: send "{@Prefix}Você possue %{Cash.%player%::DINHEIRO}% de cash!" stop command /darcash [<offlineplayer>] [<integer>]: permission: Cash.Admin trigger: if {Cash.%player%::DINHEIRO} is true: if arg 1 is set: if arg 2 is set: add %arg 2% to {Cash.%arg 1%::DINHEIRO} send "{@Prefix}Você deu %arg 2% de cash para %arg 1%" stop else: send "{@Prefix}{@Erro1}" stop else: send "{@Prefix}{@Erro1}" stop else: send "{@Prefix}{@ErroP}" stop command /enviarcash [<offlineplayer>] [<integer>]: trigger: if {Cash.%arg 1%::DINHEIRO} is true: if arg 1 is set: if arg 2 is set: if {Cash.%player%::DINHEIRO} is more or equal to %arg 2%: add %arg 2% to {Cash.%arg 1%::DINHEIRO} send "{@Prefix}Você deu %arg 2% de cash para %arg 1%" remove %arg 2% to {Cash.%player%::DINHEIRO} send "{@Prefix}Você recebeu %arg 2% de cash de %player%" to arg 1 stop else: send "{@Prefix}Você não tem cash suficientes para enviar essa quantia!" stop else: send "{@Prefix}{@Erro2}" stop else: send "{@Prefix}{@Erro2}" stop else: send "{@Prefix}{@ErroP}" stop command /caixa [<text>]: trigger: if arg 1 is not set: send " " send "&c&l > &fCaixa Basica 50 de cash!" send "&c&l > &fCaixa Avancada 150 de cash!" send "&c&l > &fCaixa de Spawners 200 de cash!" send " " if arg 1 is "basica": if {Cash.%player%::DINHEIRO} is more or equal to 50: subtract 50 to {Cash.%player%::DINHEIRO} send "&aVocê comprou uma caixa Básica!" give 1 chest named "&6Caixa Basica" to the player stop else: send "&cVocê so possue %{Cash.%player%::DINHEIRO} de cash!" stop if arg 1 is "avancada": if {Cash.%player%::DINHEIRO} is more or equal to 150: subtract 150 to {Cash.%player%::DINHEIRO} send "&aVocê comprou uma caixa Avançada" give 1 ender chest named "&bCaixa Avançada" to the player stop else: send "&cVocê so possue %{Cash.%player%::DINHEIRO} de cash!" stop if arg 1 is "spawner": if {Cash.%player%::DINHEIRO} is more or equal to 200: subtract 200 to {Cash.%player%::DINHEIRO} send "&aVocê comprou uma caixa de Spawners" give 1 mob spawner named "&3Caixa de Spawners" stop on rightclick with chest: if tool of player is chest named "&6Caixa Basica": set player's tool to air chance of 10%: give diamond sword of sharpness 5 and unbreaking 3 and fire aspect 2 named "&bEspada do Meliodas" to player strike lightning at the player broadcast " &5&lCaixas > &f O player %player% encontrou um item &5ULTRA RARO" stop chance of 50%: give 15 emerald block to the player stop chance of 40% give 5 diamond block to player stop chance of 25%: give diamond sword of sharpness 4 and unbreaking 2 and fire aspect 2 to player broadcast " &5&lCaixas > &f O player %player% encontrou um item &6RARO" stop chance of 30% give paper named "&2Dinheiro" stop on rightclick with paper: if tool of player is papel named "&2Dinheiro": set player's tool to air add 10000 to player's account stop on rightclick with ender chest: if tool of player is chest named "&bCaixa Avançada": set player's tool to air chance of 25%: give diamond sword of sharpness 5 and unbreaking 3 and fire aspect 2 named "&bEspada do Meliodas" to player strike lightning at the player broadcast " &5&lCaixas > &f O player %player% encontrou um item &5ULTRA RARO" stop chance of 55%: give 15 diamond block to player stop chance of 35%: give 10 emerald block to player stop chance of 40%: give diamond sword of sharpness 3 and unbreaking 2 and fire aspect 2 to player stop chance of 60%: give diamond boots of protection 4 and unbreaking 3 to player stop on rightclick with mob spawner: if tool of player is mob spawner named "&3Caixa de Spawners" set player's tool to air chance of 40%: give 20 emerald block to player stop chance of 35%: give 1 diamond sword of sharpness 5 and unbreaking 3 and fire aspect 2 named "&bEspada do Meliodas" to player strike lightning at the player broadcast " &5&lCaixas > &f O player %player% encontrou um item &5ULTRA RARO" stop chance of 45%: give 25 diamond block to player stop chance of 20%: give 1 mob spawner:54 to player stop chance of 5%: give 1 mob spawner:99 to player strike lightning at the player broadcast " &5&lCaixas > &f O player %player% encontrou um item &bMEGA RARO" stop chace of 10%: give 1 mob spawner:57 to player stop
-
Obrigado kkk kkkk tá sim
-
Muito obrigado Pode usar a vontade !
-
Acho que esse plugin tem que por permissão
-
Cara não conheço nenhum plugin assim Más tem esse: https://www.spigotmc.org/resources/skinsrestorer.2124/ Cada player pode setar sua permissão Se quiser posso fazer um comando que todos players executariam ele quando entrassem toda vez no server ou na hora que você der
-
Boa sorte com o Recrutamento
-
Boa sorte com o Recrutamento
-
Kibado ;-; Legal gostei do plugin
-
Acho que você não sabe mais SkQuery é o mesmo que o SkPower # Script feito na versão 1.5.2 #Dependências: Skript,SkQuery e SkPower Gostei do seu Sk So que poderia vender todo o Inv não so 64
-
zGDroga é um Script no qual você poderá minerar e terá chance de ganha uma Droga que te dará efeitos! Skript: https://dev.bukkit.org/projects/skript/files 1.5 - (NÃO TESTADO) 1.7 - (NÃO TESTADO) 1.8 - (TESTANDO) http://pastebin.com/YJVVvvzz Se curtiu Deixa o seu Like para Ajuda Qualquer Erro só Avisar Obrigado e Flw
-
saushausa olha quem eu sou @Topic Outra opção:
-
Muito obrigado e pode sim A vontade pode fazer as alterações que quizer
-
Pedido: [ x ] Assinatura [ x ] Avatar [ ] Banner para divulgação [ ] Banner para Youtube [ ] Server-icon [ ] Outro: Tema: [ ] Minecraft [ ] Livre [ x ] Outro: Os sete pecados capitais (MELIODAS) Quero uma foto bem top ! ou Editem essas: MAIS TEM QUE REMOVER AQUELA ESCRITA TIPO CORTAR UM POUCO DA PARTE DE CIMA Essa também: Tamanho: [ x ] 400x200 (Assinatura) [ x ] 150x250 (Avatar) [ ] 468x60 (Banner para divulgação) [ ] 2560x1440 (Banner YT) [ ] 64x64 (Server-icon) [ ] Outro: Texto: [ ] N/D [ x ] Outro: na assinatura: zGhol
-
Namoral RESOLVIDO COM HONRA
-
@UP