Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.93 KB | None | 0 0
  1. # DeluxeChat version 1.11.1 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. chatcolor: false
  72. chatreaction: false
  73. checknamehistory: false
  74. deluxetags: false
  75. essentials: true
  76. ezblocks: false
  77. ezprestige: false
  78. ezrankslite: false
  79. ezrankspro: false
  80. factions_mcore: false
  81. factions_uuid: false
  82. galistener: false
  83. gangsplus: false
  84. heroes: false
  85. islandworld: false
  86. jobs: false
  87. killrewards: false
  88. killstats: false
  89. marriagemaster: false
  90. mcinfected: false
  91. mcinfected-ranks: false
  92. mcmmo: true
  93. mvdw_placeholderapi: false
  94. nicky: false
  95. placeholderapi: false
  96. playerpoints: false
  97. plotme: false
  98. plotsquared: false
  99. prisongangs: false
  100. pvpstats: false
  101. quicksell: false
  102. royalcommands: false
  103. simpleclans: false
  104. simplecoinsapi: false
  105. simpleprefix: false
  106. simple_suffix: false
  107. skywarsreloaded: false
  108. sqlperms: false
  109. sqltokens: false
  110. survivalgames: false
  111. teams: false
  112. tokenenchant: false
  113. towny: false
  114. uskyblock: false
  115. ultimatevotes: false
  116. vanishnopacket: false
  117. vault_perms: true
  118. vault_eco: true
  119. voteparty: false
  120. werewolf: false
  121. wickedskywars: false
  122. chat_filter:
  123. enabled: false
  124. list:
  125. - '.; '
  126. - fuck;fuck
  127. private_message:
  128. enabled: true
  129. bungeecord: false
  130. private_message_formats:
  131. to_sender:
  132. format: '&7you &e-> %recipient_player_displayname%&7:'
  133. tooltip:
  134. - '%player_server%'
  135. click_command: '/r '
  136. chat_color: '&f'
  137. to_recipient:
  138. format: '%player_displayname% &e-> &7you&7:'
  139. tooltip:
  140. - '%player_server%'
  141. click_command: '/r '
  142. chat_color: '&f'
  143. social_spy: '&8[&cspy&8] &f%player_displayname% &e-> &f%recipient_player_displayname%&7:'
  144. formats:
  145. default:
  146. priority: 2147483647
  147. channel: ''
  148. prefix: ''
  149. name_color: '&b'
  150. name: '%player_displayname%'
  151. suffix: '&7: '
  152. chat_color: '&f'
  153. channel_tooltip:
  154. - ''
  155. prefix_tooltip:
  156. - ''
  157. name_tooltip:
  158. - ''
  159. suffix_tooltip:
  160. - ''
  161. channel_click_command: ''
  162. prefix_click_command: ''
  163. name_click_command: '/msg %player% '
  164. suffix_click_command: ''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement