Advertisement
Guest User

Untitled

a guest
Nov 12th, 2016
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.31 KB | None | 0 0
  1. chat {
  2. # If "true", Nucleus will attempt to modify the chat
  3. modifychat=true
  4. templates {
  5. # The default chat template if no group templates apply.
  6. default {
  7. # The default colour for a player's chat if the "chatcolour" permission option isn't set on the player or group. Takes the same input as the "namecolour" option set to "" to retain default behaviour (no change of colour).
  8. default-chatcolour=""
  9. # The default styles for a player's chat if the "chatstyle" permission option isn't set on the player or group. Takes the same input as the "chatstyle" option set to "" to retain default behaviour (no style).
  10. default-chatstyle=""
  11. # The default colour for a player's name if the "namecolour" permission option isn't set on the player or group. Takes the same input as the "chatcolour" option set to "" to retain default behaviour (no change of colour).
  12. default-namecolour=""
  13. # Sets the prefix to a message. {{prefix}} - prefix (set as an option in a permission plugin), {{suffix}} - suffix (set as an option in a permission plugin), {{name}} - real name, {{displayname}} - display name
  14. prefix="{{prefix}} {{displayname}}&f: "
  15. # Sets the suffix to a message. {{prefix}} - prefix (set as an option in a permission plugin), {{suffix}} - suffix (set as an option in a permission plugin), {{name}} - real name, {{displayname}} - display name
  16. suffix=" {{suffix}}"
  17. }
  18. # Group templates override the default chat template based on the users group. Note that the group name is case sensitive.
  19. # Weight matters, the player will use the highest weighted template in this list that matches a group they are in, including inherited groups. If the same weight is used on two or more entries, the group with the most parents will be used.
  20. group-templates {
  21. Member {
  22. # The default colour for a player's chat if the "chatcolour" permission option isn't set on the player or group. Takes the same input as the "namecolour" option set to "" to retain default behaviour (no change of colour).
  23. default-chatcolour=""
  24. # The default styles for a player's chat if the "chatstyle" permission option isn't set on the player or group. Takes the same input as the "chatstyle" option set to "" to retain default behaviour (no style).
  25. default-chatstyle=""
  26. # The default colour for a player's name if the "namecolour" permission option isn't set on the player or group. Takes the same input as the "chatcolour" option set to "" to retain default behaviour (no change of colour).
  27. default-namecolour=""
  28. # Sets the prefix to a message. {{prefix}} - prefix (set as an option in a permission plugin), {{suffix}} - suffix (set as an option in a permission plugin), {{name}} - real name, {{displayname}} - display name
  29. prefix="&3{{displayname}}&f: "
  30. # Sets the suffix to a message. {{prefix}} - prefix (set as an option in a permission plugin), {{suffix}} - suffix (set as an option in a permission plugin), {{name}} - real name, {{displayname}} - display name
  31. suffix=" {{suffix}}"
  32. # The weight of the template. A higher number will take priority over lower numbers when two templates could apply to the same player because they are in the both groups.
  33. weight=1
  34. }
  35. Novice {
  36. # The default colour for a player's chat if the "chatcolour" permission option isn't set on the player or group. Takes the same input as the "namecolour" option set to "" to retain default behaviour (no change of colour).
  37. default-chatcolour=""
  38. # The default styles for a player's chat if the "chatstyle" permission option isn't set on the player or group. Takes the same input as the "chatstyle" option set to "" to retain default behaviour (no style).
  39. default-chatstyle=""
  40. # The default colour for a player's name if the "namecolour" permission option isn't set on the player or group. Takes the same input as the "chatcolour" option set to "" to retain default behaviour (no change of colour).
  41. default-namecolour=""
  42. # Sets the prefix to a message. {{prefix}} - prefix (set as an option in a permission plugin), {{suffix}} - suffix (set as an option in a permission plugin), {{name}} - real name, {{displayname}} - display name
  43. prefix="{{o:staffrank:s}}&8[&7Novice&8] &3{{displayname}}&f: "
  44. # Sets the suffix to a message. {{prefix}} - prefix (set as an option in a permission plugin), {{suffix}} - suffix (set as an option in a permission plugin), {{name}} - real name, {{displayname}} - display name
  45. suffix=" {{suffix}}"
  46. # The weight of the template. A higher number will take priority over lower numbers when two templates could apply to the same player because they are in the both groups.
  47. weight=2
  48. }
  49. Apprentice {
  50. # The default colour for a player's chat if the "chatcolour" permission option isn't set on the player or group. Takes the same input as the "namecolour" option set to "" to retain default behaviour (no change of colour).
  51. default-chatcolour=""
  52. # The default styles for a player's chat if the "chatstyle" permission option isn't set on the player or group. Takes the same input as the "chatstyle" option set to "" to retain default behaviour (no style).
  53. default-chatstyle=""
  54. # The default colour for a player's name if the "namecolour" permission option isn't set on the player or group. Takes the same input as the "chatcolour" option set to "" to retain default behaviour (no change of colour).
  55. default-namecolour=""
  56. # Sets the prefix to a message. {{prefix}} - prefix (set as an option in a permission plugin), {{suffix}} - suffix (set as an option in a permission plugin), {{name}} - real name, {{displayname}} - display name
  57. prefix="{{o:staffrank:s}}&6[&eApprentice&6] &3{{displayname}}&f: "
  58. # Sets the suffix to a message. {{prefix}} - prefix (set as an option in a permission plugin), {{suffix}} - suffix (set as an option in a permission plugin), {{name}} - real name, {{displayname}} - display name
  59. suffix=" {{suffix}}"
  60. # The weight of the template. A higher number will take priority over lower numbers when two templates could apply to the same player because they are in the both groups.
  61. weight=3
  62. }
  63. Engineer {
  64. # The default colour for a player's chat if the "chatcolour" permission option isn't set on the player or group. Takes the same input as the "namecolour" option set to "" to retain default behaviour (no change of colour).
  65. default-chatcolour=""
  66. # The default styles for a player's chat if the "chatstyle" permission option isn't set on the player or group. Takes the same input as the "chatstyle" option set to "" to retain default behaviour (no style).
  67. default-chatstyle=""
  68. # The default colour for a player's name if the "namecolour" permission option isn't set on the player or group. Takes the same input as the "chatcolour" option set to "" to retain default behaviour (no change of colour).
  69. default-namecolour=""
  70. # Sets the prefix to a message. {{prefix}} - prefix (set as an option in a permission plugin), {{suffix}} - suffix (set as an option in a permission plugin), {{name}} - real name, {{displayname}} - display name
  71. prefix="{{o:staffrank:s}}&6[&eEngineer&6] &3{{displayname}}&f: "
  72. # Sets the suffix to a message. {{prefix}} - prefix (set as an option in a permission plugin), {{suffix}} - suffix (set as an option in a permission plugin), {{name}} - real name, {{displayname}} - display name
  73. suffix=" {{suffix}}"
  74. # The weight of the template. A higher number will take priority over lower numbers when two templates could apply to the same player because they are in the both groups.
  75. weight=4
  76. }
  77. Machinist {
  78. # The default colour for a player's chat if the "chatcolour" permission option isn't set on the player or group. Takes the same input as the "namecolour" option set to "" to retain default behaviour (no change of colour).
  79. default-chatcolour=""
  80. # The default styles for a player's chat if the "chatstyle" permission option isn't set on the player or group. Takes the same input as the "chatstyle" option set to "" to retain default behaviour (no style).
  81. default-chatstyle=""
  82. # The default colour for a player's name if the "namecolour" permission option isn't set on the player or group. Takes the same input as the "chatcolour" option set to "" to retain default behaviour (no change of colour).
  83. default-namecolour=""
  84. # Sets the prefix to a message. {{prefix}} - prefix (set as an option in a permission plugin), {{suffix}} - suffix (set as an option in a permission plugin), {{name}} - real name, {{displayname}} - display name
  85. prefix="{{o:staffrank:s}}&6[&eMachinist&6] &3{{displayname}}&f: "
  86. # Sets the suffix to a message. {{prefix}} - prefix (set as an option in a permission plugin), {{suffix}} - suffix (set as an option in a permission plugin), {{name}} - real name, {{displayname}} - display name
  87. suffix=" {{suffix}}"
  88. # The weight of the template. A higher number will take priority over lower numbers when two templates could apply to the same player because they are in the both groups.
  89. weight=5
  90. }
  91. Aristocrat {
  92. # The default colour for a player's chat if the "chatcolour" permission option isn't set on the player or group. Takes the same input as the "namecolour" option set to "" to retain default behaviour (no change of colour).
  93. default-chatcolour=""
  94. # The default styles for a player's chat if the "chatstyle" permission option isn't set on the player or group. Takes the same input as the "chatstyle" option set to "" to retain default behaviour (no style).
  95. default-chatstyle=""
  96. # The default colour for a player's name if the "namecolour" permission option isn't set on the player or group. Takes the same input as the "chatcolour" option set to "" to retain default behaviour (no change of colour).
  97. default-namecolour=""
  98. # Sets the prefix to a message. {{prefix}} - prefix (set as an option in a permission plugin), {{suffix}} - suffix (set as an option in a permission plugin), {{name}} - real name, {{displayname}} - display name
  99. prefix="{{o:staffrank:s}}&8[&6Aristocrat&8] &3{{displayname}}&f: "
  100. # Sets the suffix to a message. {{prefix}} - prefix (set as an option in a permission plugin), {{suffix}} - suffix (set as an option in a permission plugin), {{name}} - real name, {{displayname}} - display name
  101. suffix=" {{suffix}}"
  102. # The weight of the template. A higher number will take priority over lower numbers when two templates could apply to the same player because they are in the both groups.
  103. weight=6
  104. }
  105. Noble {
  106. # The default colour for a player's chat if the "chatcolour" permission option isn't set on the player or group. Takes the same input as the "namecolour" option set to "" to retain default behaviour (no change of colour).
  107. default-chatcolour=""
  108. # The default styles for a player's chat if the "chatstyle" permission option isn't set on the player or group. Takes the same input as the "chatstyle" option set to "" to retain default behaviour (no style).
  109. default-chatstyle=""
  110. # The default colour for a player's name if the "namecolour" permission option isn't set on the player or group. Takes the same input as the "chatcolour" option set to "" to retain default behaviour (no change of colour).
  111. default-namecolour=""
  112. # Sets the prefix to a message. {{prefix}} - prefix (set as an option in a permission plugin), {{suffix}} - suffix (set as an option in a permission plugin), {{name}} - real name, {{displayname}} - display name
  113. prefix="{{o:staffrank:s}}&8[&6Noble&8] &3{{displayname}}&f: "
  114. # Sets the suffix to a message. {{prefix}} - prefix (set as an option in a permission plugin), {{suffix}} - suffix (set as an option in a permission plugin), {{name}} - real name, {{displayname}} - display name
  115. suffix=" {{suffix}}"
  116. # The weight of the template. A higher number will take priority over lower numbers when two templates could apply to the same player because they are in the both groups.
  117. weight=7
  118. }
  119. Ascendant {
  120. # The default colour for a player's chat if the "chatcolour" permission option isn't set on the player or group. Takes the same input as the "namecolour" option set to "" to retain default behaviour (no change of colour).
  121. default-chatcolour=""
  122. # The default styles for a player's chat if the "chatstyle" permission option isn't set on the player or group. Takes the same input as the "chatstyle" option set to "" to retain default behaviour (no style).
  123. default-chatstyle=""
  124. # The default colour for a player's name if the "namecolour" permission option isn't set on the player or group. Takes the same input as the "chatcolour" option set to "" to retain default behaviour (no change of colour).
  125. default-namecolour=""
  126. # Sets the prefix to a message. {{prefix}} - prefix (set as an option in a permission plugin), {{suffix}} - suffix (set as an option in a permission plugin), {{name}} - real name, {{displayname}} - display name
  127. prefix="{{o:staffrank:s}}&8[&6Ascendant&8] &3{{displayname}}&f: "
  128. # Sets the suffix to a message. {{prefix}} - prefix (set as an option in a permission plugin), {{suffix}} - suffix (set as an option in a permission plugin), {{name}} - real name, {{displayname}} - display name
  129. suffix=" {{suffix}}"
  130. # The weight of the template. A higher number will take priority over lower numbers when two templates could apply to the same player because they are in the both groups.
  131. weight=8
  132. }
  133. Ethereal {
  134. # The default colour for a player's chat if the "chatcolour" permission option isn't set on the player or group. Takes the same input as the "namecolour" option set to "" to retain default behaviour (no change of colour).
  135. default-chatcolour=""
  136. # The default styles for a player's chat if the "chatstyle" permission option isn't set on the player or group. Takes the same input as the "chatstyle" option set to "" to retain default behaviour (no style).
  137. default-chatstyle=""
  138. # The default colour for a player's name if the "namecolour" permission option isn't set on the player or group. Takes the same input as the "chatcolour" option set to "" to retain default behaviour (no change of colour).
  139. default-namecolour=""
  140. # Sets the prefix to a message. {{prefix}} - prefix (set as an option in a permission plugin), {{suffix}} - suffix (set as an option in a permission plugin), {{name}} - real name, {{displayname}} - display name
  141. prefix="{{o:staffrank:s}}&o&1[&o&bEthereal&o&1] &3{{displayname}}&f: "
  142. # Sets the suffix to a message. {{prefix}} - prefix (set as an option in a permission plugin), {{suffix}} - suffix (set as an option in a permission plugin), {{name}} - real name, {{displayname}} - display name
  143. suffix=" {{suffix}}"
  144. # The weight of the template. A higher number will take priority over lower numbers when two templates could apply to the same player because they are in the both groups.
  145. weight=9
  146. }
  147. Helper {
  148. # The default colour for a player's chat if the "chatcolour" permission option isn't set on the player or group. Takes the same input as the "namecolour" option set to "" to retain default behaviour (no change of colour).
  149. default-chatcolour=""
  150. # The default styles for a player's chat if the "chatstyle" permission option isn't set on the player or group. Takes the same input as the "chatstyle" option set to "" to retain default behaviour (no style).
  151. default-chatstyle=""
  152. # The default colour for a player's name if the "namecolour" permission option isn't set on the player or group. Takes the same input as the "chatcolour" option set to "" to retain default behaviour (no change of colour).
  153. default-namecolour=""
  154. # Sets the prefix to a message. {{prefix}} - prefix (set as an option in a permission plugin), {{suffix}} - suffix (set as an option in a permission plugin), {{name}} - real name, {{displayname}} - display name
  155. prefix="&a[Helper] &3{{displayname}}&f: "
  156. # Sets the suffix to a message. {{prefix}} - prefix (set as an option in a permission plugin), {{suffix}} - suffix (set as an option in a permission plugin), {{name}} - real name, {{displayname}} - display name
  157. suffix=" {{suffix}}"
  158. # The weight of the template. A higher number will take priority over lower numbers when two templates could apply to the same player because they are in the both groups.
  159. weight=10
  160. }
  161. Mod {
  162. # The default colour for a player's chat if the "chatcolour" permission option isn't set on the player or group. Takes the same input as the "namecolour" option set to "" to retain default behaviour (no change of colour).
  163. default-chatcolour=""
  164. # The default styles for a player's chat if the "chatstyle" permission option isn't set on the player or group. Takes the same input as the "chatstyle" option set to "" to retain default behaviour (no style).
  165. default-chatstyle=""
  166. # The default colour for a player's name if the "namecolour" permission option isn't set on the player or group. Takes the same input as the "chatcolour" option set to "" to retain default behaviour (no change of colour).
  167. default-namecolour=""
  168. # Sets the prefix to a message. {{prefix}} - prefix (set as an option in a permission plugin), {{suffix}} - suffix (set as an option in a permission plugin), {{name}} - real name, {{displayname}} - display name
  169. prefix="&2[Mod] &3{{displayname}}&f: "
  170. # Sets the suffix to a message. {{prefix}} - prefix (set as an option in a permission plugin), {{suffix}} - suffix (set as an option in a permission plugin), {{name}} - real name, {{displayname}} - display name
  171. suffix=" {{suffix}}"
  172. # The weight of the template. A higher number will take priority over lower numbers when two templates could apply to the same player because they are in the both groups.
  173. weight=11
  174. }
  175. Enforcer {
  176. # The default colour for a player's chat if the "chatcolour" permission option isn't set on the player or group. Takes the same input as the "namecolour" option set to "" to retain default behaviour (no change of colour).
  177. default-chatcolour=""
  178. # The default styles for a player's chat if the "chatstyle" permission option isn't set on the player or group. Takes the same input as the "chatstyle" option set to "" to retain default behaviour (no style).
  179. default-chatstyle=""
  180. # The default colour for a player's name if the "namecolour" permission option isn't set on the player or group. Takes the same input as the "chatcolour" option set to "" to retain default behaviour (no change of colour).
  181. default-namecolour=""
  182. # Sets the prefix to a message. {{prefix}} - prefix (set as an option in a permission plugin), {{suffix}} - suffix (set as an option in a permission plugin), {{name}} - real name, {{displayname}} - display name
  183. prefix="&9[Enforcer] &3{{displayname}}&f: "
  184. # Sets the suffix to a message. {{prefix}} - prefix (set as an option in a permission plugin), {{suffix}} - suffix (set as an option in a permission plugin), {{name}} - real name, {{displayname}} - display name
  185. suffix=" {{suffix}}"
  186. # The weight of the template. A higher number will take priority over lower numbers when two templates could apply to the same player because they are in the both groups.
  187. weight=12
  188. }
  189. Admin {
  190. # The default colour for a player's chat if the "chatcolour" permission option isn't set on the player or group. Takes the same input as the "namecolour" option set to "" to retain default behaviour (no change of colour).
  191. default-chatcolour=""
  192. # The default styles for a player's chat if the "chatstyle" permission option isn't set on the player or group. Takes the same input as the "chatstyle" option set to "" to retain default behaviour (no style).
  193. default-chatstyle=""
  194. # The default colour for a player's name if the "namecolour" permission option isn't set on the player or group. Takes the same input as the "chatcolour" option set to "" to retain default behaviour (no change of colour).
  195. default-namecolour=""
  196. # Sets the prefix to a message. {{prefix}} - prefix (set as an option in a permission plugin), {{suffix}} - suffix (set as an option in a permission plugin), {{name}} - real name, {{displayname}} - display name
  197. prefix="&c[Admin] &3{{displayname}}&f: "
  198. # Sets the suffix to a message. {{prefix}} - prefix (set as an option in a permission plugin), {{suffix}} - suffix (set as an option in a permission plugin), {{name}} - real name, {{displayname}} - display name
  199. suffix=" {{suffix}}"
  200. # The weight of the template. A higher number will take priority over lower numbers when two templates could apply to the same player because they are in the both groups.
  201. weight=13
  202. }
  203. HeadAdmin {
  204. # The default colour for a player's chat if the "chatcolour" permission option isn't set on the player or group. Takes the same input as the "namecolour" option set to "" to retain default behaviour (no change of colour).
  205. default-chatcolour=""
  206. # The default styles for a player's chat if the "chatstyle" permission option isn't set on the player or group. Takes the same input as the "chatstyle" option set to "" to retain default behaviour (no style).
  207. default-chatstyle=""
  208. # The default colour for a player's name if the "namecolour" permission option isn't set on the player or group. Takes the same input as the "chatcolour" option set to "" to retain default behaviour (no change of colour).
  209. default-namecolour=""
  210. # Sets the prefix to a message. {{prefix}} - prefix (set as an option in a permission plugin), {{suffix}} - suffix (set as an option in a permission plugin), {{name}} - real name, {{displayname}} - display name
  211. prefix="&c[HeadAdmin] &3{{displayname}}&f: "
  212. # Sets the suffix to a message. {{prefix}} - prefix (set as an option in a permission plugin), {{suffix}} - suffix (set as an option in a permission plugin), {{name}} - real name, {{displayname}} - display name
  213. suffix=" {{suffix}}"
  214. # The weight of the template. A higher number will take priority over lower numbers when two templates could apply to the same player because they are in the both groups.
  215. weight=14
  216. }
  217. }
  218. }
  219. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement