Advertisement
Guest User

Untitled

a guest
Sep 3rd, 2015
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.94 KB | None | 0 0
  1. # DeluxeChat version 1.6.3 config file
  2. # Created by extended:clip
  3. # list as many format sections you want under formats:
  4. # each format section requires a default template that should be modified and
  5. # also requires a unique number for the priority higher number = lower priority
  6. # ex: guest-100, owner-1
  7. # YOU MUST KEEP A default TEMPLATE! It is used when players have no other template assigned!
  8. #
  9. # example format template:
  10. # formats:
  11. # default:
  12. # priority: 2147483647
  13. # channel: ''
  14. # prefix: '&8[&7Guest&8] '
  15. # name_color: '&7'
  16. # name: '%player%'
  17. # suffix: '&7> '
  18. # chat_color: '&f'
  19. # channel_tooltip:
  20. # - '&7%player% &bis a Guest'
  21. # prefix_tooltip:
  22. # - '&7%player% &bis a Guest'
  23. # name_tooltip:
  24. # - ''
  25. # suffix_tooltip:
  26. # - ''
  27. # channel_click_command: '
  28. # prefix_click_command: '/ranks
  29. # name_click_command: '/msg %player%
  30. # suffix_click_command: '
  31. # Member:
  32. # priority: 100
  33. # channel: ''
  34. # prefix: '&8[&aMember&8] '
  35. # name_color: '&7'
  36. # name: '%player%'
  37. # suffix: '&7> '
  38. # chat_color: '&f'
  39. # channel_tooltip:
  40. # - '&7%player% &bis a Member'
  41. # prefix_tooltip:
  42. # - '&7%player% &bis a Member'
  43. # name_tooltip:
  44. # - ''
  45. # suffix_tooltip:
  46. # - ''
  47. # channel_click_command: '
  48. # prefix_click_command: '/ranks
  49. # name_click_command: '/msg %player%
  50. # suffix_click_command: '
  51. check_updates: true
  52. bungeecord:
  53. enabled: false
  54. servername: '&8[&cServer&8]'
  55. join_global: true
  56. relation_placeholders_enabled: true
  57. timestamp_format: MM/dd/yy HH:mm:ss
  58. boolean:
  59. 'true': '&atrue'
  60. 'false': '&cfalse'
  61. ops_use_group_format: false
  62. hooks:
  63. javascript_placeholders: false
  64. minecraft_statistics: false
  65. acidisland: false
  66. askyblock: false
  67. autorank: false
  68. autosell: false
  69. banmanager: false
  70. battlelevels: false
  71. chatreaction: false
  72. checknamehistory: false
  73. deluxetags: false
  74. essentials: true
  75. ezblocks: false
  76. ezprestige: false
  77. ezrankslite: true
  78. ezrankspro: false
  79. factions_mcore: true
  80. factions_uuid: false
  81. galistener: true
  82. gangsplus: false
  83. heroes: false
  84. islandworld: false
  85. jobs: false
  86. killrewards: false
  87. killstats: false
  88. marriagemaster: false
  89. mcinfected: false
  90. mcinfected-ranks: false
  91. mcmmo: false
  92. mvdw_placeholderapi: true
  93. nicky: false
  94. playerpoints: false
  95. plotme: false
  96. plotsquared: true
  97. prisongangs: false
  98. pvpstats: false
  99. quicksell: true
  100. royalcommands: false
  101. simpleclans: false
  102. simplecoinsapi: false
  103. simpleprefix: true
  104. simple_suffix: false
  105. skywarsreloaded: false
  106. sqlperms: false
  107. sqltokens: false
  108. survivalgames: false
  109. teams: false
  110. tokenenchant: false
  111. towny: false
  112. uskyblock: false
  113. ultimatevotes: false
  114. vanishnopacket: false
  115. vault_perms: true
  116. vault_eco: true
  117. voteparty: false
  118. werewolf: false
  119. wickedskywars: false
  120. chat_filter:
  121. enabled: false
  122. list:
  123. - '.; '
  124. - fuck;fuck
  125. private_message:
  126. enabled: true
  127. bungeecord: false
  128. private_message_formats:
  129. to_sender:
  130. format: '&7You &e-> &7%recipient% &7:'
  131. tooltip:
  132. - '%player_server%'
  133. click_command: '/r '
  134. chat_color: '&f'
  135. to_recipient:
  136. format: '&7%player% &e-> &7you &7:'
  137. tooltip:
  138. - '%player_server%'
  139. click_command: '/r '
  140. chat_color: '&f'
  141. social_spy: '&8[&cSpy&8] &f%player% &e-> &f%recipient%&7:'
  142. formats:
  143. default:
  144. priority: 121
  145. channel: ''
  146. prefix: '{deluxetags_tag}'
  147. name_color: '&3'
  148. name: '%player%'
  149. suffix: ' &8&l>> '
  150. chat_color: '&f'
  151. channel_tooltip:
  152. - ''
  153. prefix_tooltip:
  154. - '%player%'
  155. - '&7Rank: &3%vault_group%'
  156. name_tooltip:
  157. - '&aClick to message'
  158. - '&3%player%'
  159. suffix_tooltip:
  160. - ''
  161. channel_click_command: '/msg %player% '
  162. prefix_click_command: '/msg %player% '
  163. name_click_command: '/msg %player% '
  164. suffix_click_command: '/msg %player% '
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement