Advertisement
Guest User

Better Chat data

a guest
Sep 14th, 2016
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.29 KB | None | 0 0
  1. [
  2. {
  3. "GroupName": "default",
  4. "Priority": 0,
  5. "Title": {
  6. "Hidden": false,
  7. "HideIfNotHighestPriority": false,
  8. "Size": 15,
  9. "Color": "#9EC326",
  10. "Text": "[Player]",
  11. "InheritSize": false,
  12. "InheritColor": false
  13. },
  14. "PlayerName": {
  15. "Size": 15,
  16. "Color": "#9EC326",
  17. "ClanTagFormat": "[{Clan}] {Name}"
  18. },
  19. "Message": {
  20. "Size": 15,
  21. "Color": "white"
  22. },
  23. "Formatting": {
  24. "Console": "{Title} {Name}: {Message}",
  25. "Chat": "{Title} {Name}: {Message}"
  26. }
  27. },
  28. {
  29. "GroupName": "Admin",
  30. "Priority": 0,
  31. "Title": {
  32. "Hidden": false,
  33. "HideIfNotHighestPriority": false,
  34. "Size": 15,
  35. "Color": "#FF0000",
  36. "Text": "[Admin]",
  37. "InheritSize": false,
  38. "InheritColor": false
  39. },
  40. "PlayerName": {
  41. "Size": 15,
  42. "Color": "#9EC326",
  43. "ClanTagFormat": "[{Clan}] {Name}"
  44. },
  45. "Message": {
  46. "Size": 15,
  47. "Color": "white"
  48. },
  49. "Formatting": {
  50. "Console": "{Title} {Name}: {Message}",
  51. "Chat": "{Title} {Name}: {Message}"
  52. }
  53. },
  54. {
  55. "GroupName": "Supporter",
  56. "Priority": 0,
  57. "Title": {
  58. "Hidden": false,
  59. "HideIfNotHighestPriority": false,
  60. "Size": 15,
  61. "Color": "#1EFF00",
  62. "Text": "[Supporter]",
  63. "InheritSize": false,
  64. "InheritColor": false
  65. },
  66. "PlayerName": {
  67. "Size": 15,
  68. "Color": "#9EC326",
  69. "ClanTagFormat": "[{Clan}] {Name}"
  70. },
  71. "Message": {
  72. "Size": 15,
  73. "Color": "white"
  74. },
  75. "Formatting": {
  76. "Console": "{Title} {Name}: {Message}",
  77. "Chat": "{Title} {Name}: {Message}"
  78. }
  79. },
  80. {
  81. "GroupName": "Moderator",
  82. "Priority": 0,
  83. "Title": {
  84. "Hidden": false,
  85. "HideIfNotHighestPriority": false,
  86. "Size": 15,
  87. "Color": "#0000FF",
  88. "Text": "[Moderator]",
  89. "InheritSize": false,
  90. "InheritColor": false
  91. },
  92. "PlayerName": {
  93. "Size": 15,
  94. "Color": "#9EC326",
  95. "ClanTagFormat": "[{Clan}] {Name}"
  96. },
  97. "Message": {
  98. "Size": 15,
  99. "Color": "white"
  100. },
  101. "Formatting": {
  102. "Console": "{Title} {Name}: {Message}",
  103. "Chat": "{Title} {Name}: {Message}"
  104. }
  105. }
  106. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement