Guest User

Untitled

a guest
Feb 21st, 2021
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.79 KB | None | 0 0
  1. Config Deluxechat:
  2. # DeluxeChat version 1.16.2 config file
  3. # Created by extended_clip
  4. # List as many format configurations you in the formats: config section.
  5. # Each format configuration requires a specific layout which can be seen below.
  6. # Format priority must be specified per format and each priority must be unique.
  7. # higher value = lower priority
  8. # ex: guest-100, owner-1
  9. # YOU MUST KEEP A 'default' TEMPLATE!
  10. #
  11. # Social Spy only allows %player% and %recipient% as placeholders
  12. #
  13. # You must download the placeholder expansion through PlaceholderAPI for which
  14. # placeholders you want to use. The example below uses Player placeholders, so
  15. # we need to download the player expansion: /papi ecloud download Player, /papi reload
  16. #
  17. #
  18. # example format template:
  19. # formats:
  20. # default:
  21. # priority: 2147483647
  22. # channel: ''
  23. # prefix: '&8[&7Guest&8] '
  24. # name_color: '&7'
  25. # name: '%player_name%'
  26. # suffix: '&7> '
  27. # chat_color: '&f'
  28. # channel_tooltip:
  29. # - '&7%player_name% &bis a Guest'
  30. # prefix_tooltip:
  31. # - '&7%player_name% &bis a Guest'
  32. # name_tooltip:
  33. # - ''
  34. # suffix_tooltip:
  35. # - ''
  36. # channel_click_command: '
  37. # prefix_click_command: '/ranks
  38. # name_click_command: '/msg %player_name%
  39. # suffix_click_command: '
  40. # Member:
  41. # priority: 100
  42. # channel: ''
  43. # prefix: '&8[&aMember&8] '
  44. # name_color: '&7'
  45. # name: '%player_name%'
  46. # suffix: '&7> '
  47. # chat_color: '&f'
  48. # channel_tooltip:
  49. # - '&7%player_name% &bis a Member'
  50. # prefix_tooltip:
  51. # - '&7%player_name% &bis a Member'
  52. # name_tooltip:
  53. # - ''
  54. # suffix_tooltip:
  55. # - ''
  56. # channel_click_command: '
  57. # prefix_click_command: '/ranks
  58. # name_click_command: '/msg %player_name%
  59. # suffix_click_command: '
  60. check_updates: true
  61. relation_placeholders_enabled: true
  62. timestamp_format: MM/dd/yy HH:mm:ss
  63. boolean:
  64. 'true': '&atrue'
  65. 'false': '&cfalse'
  66. ops_use_group_format: false
  67. chat_filter:
  68. enabled: false
  69. ignore_case: true
  70. list:
  71. - '.; '
  72. - fuck;fuck
  73. private_message:
  74. enabled: true
  75. bungeecord: false
  76. private_message_formats:
  77. to_sender:
  78. format: '&7you &e-> &7%recipient_player_name% &7:'
  79. tooltip:
  80. - '%player_name%'
  81. click_command: '/r '
  82. chat_color: '&f'
  83. to_recipient:
  84. format: '&7%player_name% &e-> &7you &7:'
  85. tooltip:
  86. - '%player_name%'
  87. click_command: '/r '
  88. chat_color: '&f'
  89. social_spy: '&8[&cspy&8] &f%player% &e-> &f%recipient%&7:'
  90. formats:
  91. default:
  92. priority: 2147483647
  93. channel: ''
  94. prefix: '&7[%vault_group%&7] '
  95. name_color: '&b'
  96. name: '%player_name%'
  97. suffix: '&7> '
  98. chat_color: '&f'
  99. channel_tooltip:
  100. - ''
  101. prefix_tooltip:
  102. - '%player_name%'
  103. - '&bRank: %vault_group%'
  104. name_tooltip:
  105. - ''
  106. suffix_tooltip:
  107. - ''
  108. channel_click_command: /ranks
  109. prefix_click_command: /ranks
  110. name_click_command: '/msg %player_name% '
  111. suffix_click_command: ''
  112. bungeecord:
  113. enabled: false
  114. server_name: Server
  115. server_prefix: '&8[&cServer&8]'
  116. join_global: true
  117. use_server_whitelist: true
  118. server_whitelist:
  119. - Server2
  120. - Server3
  121.  
  122. Config PermissionEx:
  123. groups:
  124. default:
  125. options:
  126. default: true
  127. permissions:
  128. - modifyworld.*
  129. Owner:
  130. permissions:
  131. - '*'
  132. Configer:
  133. options:
  134. prefix: '&a༺[&bConfiger]&a༻'
  135. permissions:
  136. - '*'
  137. Mod:
  138. options:
  139. prefix: '&a༺&f[&3Mod&f]&a༻'
  140. ADMIN:
  141. options:
  142. prefix: '&e༺&f[&6&lAdmin&7]&e༻'
  143. suffix: '&e༺&f[&6&lAdmin&7]&e༻'
  144. permissions:
  145. - '*'
  146. Helper:
  147. options:
  148. prefix: '&e༺&f[&d&lHelper&7]&e༻'
  149. Police:
  150. options:
  151. prefix: '&e༺&f[&9&lPolice&7]&e༻'
  152. schema-version: 1
Advertisement
Add Comment
Please, Sign In to add comment