Advertisement
dvargas135

dchat config

Aug 30th, 2015
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.23 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: true
  64. minecraft_statistics: true
  65. acidisland: false
  66. askyblock: false
  67. autorank: false
  68. autosell: false
  69. banmanager: false
  70. battlelevels: false
  71. chatreaction: true
  72. checknamehistory: false
  73. deluxetags: true
  74. essentials: true
  75. ezblocks: true
  76. ezprestige: true
  77. ezrankslite: true
  78. ezrankspro: false
  79. factions_mcore: false
  80. factions_uuid: false
  81. galistener: true
  82. gangsplus: false
  83. heroes: false
  84. islandworld: false
  85. jobs: false
  86. killrewards: false
  87. killstats: true
  88. marriagemaster: false
  89. mcinfected: false
  90. mcinfected-ranks: false
  91. mcmmo: false
  92. mvdw_placeholderapi: false
  93. nicky: false
  94. playerpoints: false
  95. plotme: false
  96. plotsquared: true
  97. prisongangs: true
  98. pvpstats: false
  99. quicksell: false
  100. royalcommands: false
  101. simpleclans: false
  102. simplecoinsapi: false
  103. simpleprefix: false
  104. simple_suffix: false
  105. skywarsreloaded: false
  106. sqlperms: false
  107. sqltokens: false
  108. survivalgames: false
  109. teams: false
  110. tokenenchant: true
  111. towny: false
  112. uskyblock: false
  113. ultimatevotes: false
  114. vanishnopacket: false
  115. vault_perms: true
  116. vault_eco: true
  117. voteparty: true
  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: '&3[&bme &3-> &b%recipient_player%&3] '
  131. tooltip:
  132. - '&5&oClick to reply'
  133. click_command: '/msg %recipient_player% '
  134. chat_color: '&f'
  135. to_recipient:
  136. format: '&3[&b%player% &3-> &bme&3]'
  137. tooltip:
  138. - '&5&oClick to reply'
  139. click_command: '/msg %player% '
  140. chat_color: '&f'
  141. social_spy: '&4[&c%player% &4-> &c%recipient_player%&4] '
  142. formats:
  143. default:
  144. priority: 2147483647
  145. channel: ''
  146. prefix: '%javascript_prisongangs%%javascript_ezprestige%%vault_groupprefix% '
  147. name_color: '&8'
  148. name: '%essentials_nickname%'
  149. suffix: '%vault_ranksuffix%%javascript_deluxetags% &7&lร‚ยป '
  150. chat_color: '&f'
  151. channel_tooltip: []
  152. prefix_tooltip: []
  153. name_tooltip:
  154. - '&5%player%'
  155. - '&3Rank: &b%vault_group%'
  156. - '&3Money: &b%vaulteco_balance_formatted%'
  157. - '&3Blocks broken: &b%ezblocks_broken%'
  158. - '&3Votes: &b%galistener_votes%'
  159. - '&3E-Tokens: &b%tokenenchant_tokens%'
  160. - '&1&oClick to message'
  161. suffix_tooltip: []
  162. channel_click_command: ''
  163. prefix_click_command: '/msg %player% '
  164. name_click_command: '/msg %player% '
  165. suffix_click_command: '/msg %player% '
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement