Ir para conteúdo

Eduardoo

Membros
  • Total de itens

    699
  • Registro em

  • Última visita

Respostas na Comunidade

  1. Eduardoo's postagem in [PEDIDO] Redes Sociais was marked as the answer   
    command /discord [<text>] [<text>]:
    trigger:
    if argument 1 is not set:
    send "&cUtilize /discord add <nome##id>."
    else if argument 1 is "add":
    if argument 2 contains "##":
    set {discord.%player%} to argument 2
    send "&aVocê adicionou seu discord à seu perfil."
    else:
    send "&cPor favor, insira seu discord corretamente."
    send "&cFormato correto: &aImEduuH##0051"
    else if argument 1 is not "add":
    send "&cUtilize /discord add <nome##id>."
     
    command /skype [<text>] [<text>]:
    trigger:
    if argument 1 is not set:
    send "&cUtilize /skype add <live:nome>."
    else if argument 1 is "add":
    if argument 2 contains "live:":
    set {skype.%player%} to argument 2
    send "&aVocê adicionou seu skype à seu perfil."
    else:
    send "&cPor favor, insira seu skype corretamente."
    send "&cFormato correto: &alive:imeduuh.priv"
    else if argument 1 is not "add":
    send "&cUtilize /skype add <live:nome>."
     
    command /twitter [<text>] [<text>]:
    trigger:
    if argument 1 is not set:
    send "&cUtilize /twitter add <@nome>."
    else if argument 1 is "add":
    if argument 2 contains "@":
    set {twitter.%player%} to argument 2
    send "&aVocê adicionou seu discord à seu perfil."
    else:
    send "&cPor favor, insira seu twitter corretamente."
    send "&cFormato correto: &a@ImEduuH_"
    else if argument 1 is not "add":
    send "&cUtilize /twitter add <@nome>."
     
    command /perfil [<offline player>]:
    trigger:
    if arg 1 is not set:
    wait 0.43 tick
    open chest with 3 rows named "Perfil - @%player%" to player
    wait 0.43 tick
    format slot 13 of player with skull of player named "&a%player%" with lore "|| &7Discord: &a%{discord.%player%}%|| &7Skype: &a%{skype.%player%}%|| &7Twitter: &a%{twitter.%player%}%" to close
    if arg 1 is set:
    if argument 1 is online:
    wait 0.43 tick
    open chest with 3 rows named "Perfil - @%arg 1%" to player
    wait 0.43 tick
    format slot 13 of player with skull of argument 1 named "&a%arg 1%" with lore "|| &7Discord: &a%{discord.%arg 1%}%|| &7Skype: &a%{skype.%arg 1%}%|| &7Twitter: &a%{twitter.%arg 1%}%" to close
    else:
    send "&cEste usuário não está online."

  2. Eduardoo's postagem in (Pedido) Dup na chain! (Urgente) was marked as the answer   
    Fiz o tpa em Skript, dai não pode usar o /chain enquanto estiver com pedido pendente.

    Cód: AQUI
  3. Eduardoo's postagem in [Resolvido][Duvida] Boardcoins was marked as the answer   
    1. BoardCoins é a economia do fórum.
    2. Você pode gasta-las através da aba 'Loja' localizada na parte de cima do fórum. (Print)
  4. Eduardoo's postagem in Teleportando pro spawn was marked as the answer   
    on join: teleport player to spawn Caso o Spawn não seja feito dentro do sk.
     
     
    on join: teleport player to {variavel.do.spawn} Exemplo: on join: teleport player to {spawn} Caso seja feito no sk.
×
×
  • Criar Novo...