Advertisement
Guest User

Untitled

a guest
Oct 28th, 2015
305
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.83 KB | None | 0 0
  1. # By: Afonso
  2. # Versão: 0.0.2
  3. # Servidor: ExpendableCraft
  4. # Nome: ACoresVipEC
  5. # Always If Fight
  6.  
  7. command /nomecomcor [<text>]:
  8. permission: NomeCCor.usar
  9. permission message: &c<> &7Compre &bVIP &7e mude a cor do seu nome.
  10. trigger:
  11. if arg 1 is set:
  12. if arg 1 is "a":
  13. set the player's display name to "&a%name of player%"
  14. if arg 1 is "b":
  15. set the player's display name to "&b%name of player%"
  16. if arg 1 is "c":
  17. set the player's display name to "&c%name of player%"
  18. if arg 1 is "d":
  19. set the player's display name to "&d%name of player%"
  20. if arg 1 is "e":
  21. set the player's display name to "&e%name of player%"
  22. if arg 1 is "f":
  23. set the player's display name to "&f%name of player%"
  24. if arg 1 is "0":
  25. set the player's display name to "&0%name of player%"
  26. if arg 1 is "1":
  27. set the player's display name to "&1%name of player%"
  28. if arg 1 is "2":
  29. set the player's display name to "&2%name of player%"
  30. if arg 1 is "3":
  31. set the player's display name to "&3%name of player%"
  32. if arg 1 is "4":
  33. set the player's display name to "&4%name of player%"
  34. if arg 1 is "5":
  35. set the player's display name to "&5%name of player%"
  36. if arg 1 is "6":
  37. set the player's display name to "&6%name of player%"
  38. if arg 1 is "7":
  39. set the player's display name to "&7%name of player%"
  40. if arg 1 is "8":
  41. set the player's display name to "&8%name of player%"
  42. if arg 1 is "9":
  43. set the player's display name to "&9%name of player%"
  44. else:
  45. send "&6[!]&3 Use /nomecomcor <idcor>"
  46. send "&6[!]&3 Para ver as cores digite /cores"
  47. stop
  48.  
  49. command /cornotablist [<text>]:
  50. permission: CorNoTB.usar
  51. permission message: &c<> &7Compre &bVIP &7e mude a cor do seu nome no tablist.
  52. trigger:
  53. if arg 1 is set:
  54. if arg 1 is "a":
  55. set the player's tablist name to "&a%name of player%"
  56. if arg 1 is "b":
  57. set the player's tablist name to "&b%name of player%"
  58. if arg 1 is "c":
  59. set the player's tablist name to "&c%name of player%"
  60. if arg 1 is "d":
  61. set the player's tablist name to "&d%name of player%"
  62. if arg 1 is "e":
  63. set the player's tablist name to "&e%name of player%"
  64. if arg 1 is "f":
  65. set the player's tablist name to "&f%name of player%"
  66. if arg 1 is "0":
  67. set the player's tablist name to "&0%name of player%"
  68. if arg 1 is "1":
  69. set the player's tablist name to "&1%name of player%"
  70. if arg 1 is "2":
  71. set the player's tablist name to "&2%name of player%"
  72. if arg 1 is "3":
  73. set the player's tablist name to "&3%name of player%"
  74. if arg 1 is "4":
  75. set the player's tablist name to "&4%name of player%"
  76. if arg 1 is "5":
  77. set the player's tablist name to "&5%name of player%"
  78. if arg 1 is "6":
  79. set the player's tablist name to "&6%name of player%"
  80. if arg 1 is "7":
  81. set the player's tablist name to "&7%name of player%"
  82. if arg 1 is "8":
  83. set the player's tablist name to "&8%name of player%"
  84. if arg 1 is "9":
  85. set the player's tablist name to "&9%name of player%"
  86. else:
  87. send "&6[!]&3 Use /cornotablist <idcor>"
  88. send "&6[!]&3 Para ver as cores digite /cores"
  89. stop
  90.  
  91. command /cores:
  92. trigger:
  93. send "&6[!]&3 Cores:"
  94. send "0 - &0Preto - Black"
  95. send "1 - &1Azul Escuro - Dark Blue"
  96. send "2 - &2Verde Escuro - Dark Green"
  97. send "3 - &3Celeste Escuro - Dark Aqua"
  98. send "4 - &4Roxo Escuro - Dark Red"
  99. send "5 - &5Purpura - Purple"
  100. send "6 - &6Ouro - Gold"
  101. send "7 - &7Cinza - Gray"
  102. send "8 - &8Cinza Escuro - Dark Gray"
  103. send "9 - &9Azul - Blue"
  104. send "a - &aVerde - Green"
  105. send "b - &bCeleste - Aqua"
  106. send "c - &cRoxo Claro - Light Red"
  107. send "d - &dRosa - Light Purple"
  108. send "e - &eAmarelo - Yellow"
  109. send "f - &fBranco - White"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement