Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # By: Afonso
- # Versão: 0.0.2
- # Servidor: ExpendableCraft
- # Nome: ACoresVipEC
- # Always If Fight
- command /nomecomcor [<text>]:
- permission: NomeCCor.usar
- permission message: &c<> &7Compre &bVIP &7e mude a cor do seu nome.
- trigger:
- if arg 1 is set:
- if arg 1 is "a":
- set the player's display name to "&a%name of player%"
- if arg 1 is "b":
- set the player's display name to "&b%name of player%"
- if arg 1 is "c":
- set the player's display name to "&c%name of player%"
- if arg 1 is "d":
- set the player's display name to "&d%name of player%"
- if arg 1 is "e":
- set the player's display name to "&e%name of player%"
- if arg 1 is "f":
- set the player's display name to "&f%name of player%"
- if arg 1 is "0":
- set the player's display name to "&0%name of player%"
- if arg 1 is "1":
- set the player's display name to "&1%name of player%"
- if arg 1 is "2":
- set the player's display name to "&2%name of player%"
- if arg 1 is "3":
- set the player's display name to "&3%name of player%"
- if arg 1 is "4":
- set the player's display name to "&4%name of player%"
- if arg 1 is "5":
- set the player's display name to "&5%name of player%"
- if arg 1 is "6":
- set the player's display name to "&6%name of player%"
- if arg 1 is "7":
- set the player's display name to "&7%name of player%"
- if arg 1 is "8":
- set the player's display name to "&8%name of player%"
- if arg 1 is "9":
- set the player's display name to "&9%name of player%"
- else:
- send "&6[!]&3 Use /nomecomcor <idcor>"
- send "&6[!]&3 Para ver as cores digite /cores"
- stop
- command /cornotablist [<text>]:
- permission: CorNoTB.usar
- permission message: &c<> &7Compre &bVIP &7e mude a cor do seu nome no tablist.
- trigger:
- if arg 1 is set:
- if arg 1 is "a":
- set the player's tablist name to "&a%name of player%"
- if arg 1 is "b":
- set the player's tablist name to "&b%name of player%"
- if arg 1 is "c":
- set the player's tablist name to "&c%name of player%"
- if arg 1 is "d":
- set the player's tablist name to "&d%name of player%"
- if arg 1 is "e":
- set the player's tablist name to "&e%name of player%"
- if arg 1 is "f":
- set the player's tablist name to "&f%name of player%"
- if arg 1 is "0":
- set the player's tablist name to "&0%name of player%"
- if arg 1 is "1":
- set the player's tablist name to "&1%name of player%"
- if arg 1 is "2":
- set the player's tablist name to "&2%name of player%"
- if arg 1 is "3":
- set the player's tablist name to "&3%name of player%"
- if arg 1 is "4":
- set the player's tablist name to "&4%name of player%"
- if arg 1 is "5":
- set the player's tablist name to "&5%name of player%"
- if arg 1 is "6":
- set the player's tablist name to "&6%name of player%"
- if arg 1 is "7":
- set the player's tablist name to "&7%name of player%"
- if arg 1 is "8":
- set the player's tablist name to "&8%name of player%"
- if arg 1 is "9":
- set the player's tablist name to "&9%name of player%"
- else:
- send "&6[!]&3 Use /cornotablist <idcor>"
- send "&6[!]&3 Para ver as cores digite /cores"
- stop
- command /cores:
- trigger:
- send "&6[!]&3 Cores:"
- send "0 - &0Preto - Black"
- send "1 - &1Azul Escuro - Dark Blue"
- send "2 - &2Verde Escuro - Dark Green"
- send "3 - &3Celeste Escuro - Dark Aqua"
- send "4 - &4Roxo Escuro - Dark Red"
- send "5 - &5Purpura - Purple"
- send "6 - &6Ouro - Gold"
- send "7 - &7Cinza - Gray"
- send "8 - &8Cinza Escuro - Dark Gray"
- send "9 - &9Azul - Blue"
- send "a - &aVerde - Green"
- send "b - &bCeleste - Aqua"
- send "c - &cRoxo Claro - Light Red"
- send "d - &dRosa - Light Purple"
- send "e - &eAmarelo - Yellow"
- send "f - &fBranco - White"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement