Advertisement
Guest User

COlor code

a guest
Jan 17th, 2019
402
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.04 KB | None | 0 0
  1. 'chatcolor_a':
  2. permission-node: vip.color
  3. command: /suffix a
  4. type: RUN_CONSOLE
  5. runcmd:
  6. - /lp user $player meta removesuffix 1
  7. - /lp user $player meta addsuffix 1 &a
  8. 'chatcolor_b':
  9. permission-node: vip.color
  10. command: /suffix b
  11. type: RUN_CONSOLE
  12. runcmd:
  13. - /lp user $player meta removesuffix 1
  14. - /lp user $player meta addsuffix 1 &b
  15. 'chatcolor_c':
  16. permission-node: vip.color
  17. command: /suffix c
  18. type: RUN_CONSOLE
  19. runcmd:
  20. - /lp user $player meta removesuffix 1
  21. - /lp user $player meta addsuffix 1 &c
  22. 'chatcolor_d':
  23. permission-node: vip.color
  24. command: /suffix d
  25. type: RUN_CONSOLE
  26. runcmd:
  27. - /lp user $player meta removesuffix 1
  28. - /lp user $player meta addsuffix 1 &d
  29. 'chatcolor_e':
  30. permission-node: vip.color
  31. command: /suffix e
  32. type: RUN_CONSOLE
  33. runcmd:
  34. - /lp user $player meta removesuffix 1
  35. - /lp user $player meta addsuffix 1 &e
  36. 'chatcolor_f':
  37. permission-node: vip.color
  38. command: /suffix f
  39. type: RUN_CONSOLE
  40. runcmd:
  41. - /lp user $player meta removesuffix 1
  42. - /lp user $player meta addsuffix 1 &f
  43. 'chatcolor_1':
  44. permission-node: vip.color
  45. command: /suffix 1
  46. type: RUN_CONSOLE
  47. runcmd:
  48. - /lp user $player meta removesuffix 1
  49. - /lp user $player meta addsuffix 1 &1
  50. 'chatcolor_2':
  51. permission-node: vip.color
  52. command: /suffix 2
  53. type: RUN_CONSOLE
  54. runcmd:
  55. - /lp user $player meta removesuffix 1
  56. - /lp user $player meta addsuffix 1 &2
  57. 'chatcolor_3':
  58. permission-node: vip.color
  59. command: /suffix 3
  60. type: RUN_CONSOLE
  61. runcmd:
  62. - /lp user $player meta removesuffix 1
  63. - /lp user $player meta addsuffix 1 &3
  64. 'chatcolor_4':
  65. permission-node: vip.color
  66. command: /suffix 4
  67. type: RUN_CONSOLE
  68. runcmd:
  69. - /lp user $player meta removesuffix 1
  70. - /lp user $player meta addsuffix 1 &4
  71. 'chatcolor_5':
  72. permission-node: vip.color
  73. command: /suffix 5
  74. type: RUN_CONSOLE
  75. runcmd:
  76. - /lp user $player meta removesuffix 1
  77. - /lp user $player meta addsuffix 1 &5
  78. 'chatcolor_6':
  79. permission-node: vip.color
  80. command: /suffix 6
  81. type: RUN_CONSOLE
  82. runcmd:
  83. - /lp user $player meta removesuffix 1
  84. - /lp user $player meta addsuffix 1 &6
  85. 'chatcolor_7':
  86. permission-node: vip.color
  87. command: /suffix 7
  88. type: RUN_CONSOLE
  89. runcmd:
  90. - /lp user $player meta removesuffix 1
  91. - /lp user $player meta addsuffix 1 &7
  92. 'chatcolor_8':
  93. permission-node: vip.color
  94. command: /suffix 8
  95. type: RUN_CONSOLE
  96. runcmd:
  97. - /lp user $player meta removesuffix 1
  98. - /lp user $player meta addsuffix 1 &8
  99. 'chatcolor_9':
  100. permission-node: vip.color
  101. command: /suffix 9
  102. type: RUN_CONSOLE
  103. runcmd:
  104. - /lp user $player meta removesuffix 1
  105. - /lp user $player meta addsuffix 1 &9
  106. 'chatcolor_0':
  107. permission-node: vip.color
  108. command: /suffix 0
  109. type: TEXT
  110. text:
  111. - "&cError&7> We disalow the suffix &00&7 Because it is hard to read. Please choose a-f 1-9"
  112. colours:
  113. command: /suffix
  114. type: TEXT
  115. text:
  116. - "&eInfo&7> List of codes: &11 &22 &33 &44 &55 &66 &77 &88 &99 &00 &aa &bb &cc &dd &ee &ff"
  117. - "&eInfo&7> Correct Syntax: &b/suffix <code>"
  118. permission-required: false
  119. permission-node: vip.color
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement