Advertisement
Guest User

Untitled

a guest
Jun 12th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.67 KB | None | 0 0
  1. # DeluxeChat version 1.12.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. chat_filter:
  63. enabled: false
  64. list:
  65. - '.; '
  66. - fuck;fuck
  67. private_message:
  68. enabled: true
  69. bungeecord: false
  70. private_message_formats:
  71. to_sender:
  72. format: '&7you &e-> &7%recipient% &7:'
  73. tooltip:
  74. - '%player_server%'
  75. click_command: '/r '
  76. chat_color: '&f'
  77. to_recipient:
  78. format: '&7%player% &e-> &7you &7:'
  79. tooltip:
  80. - '%player_server%'
  81. click_command: '/r '
  82. chat_color: '&f'
  83. social_spy: '&8[&cspy&8] &f%player% &e-> &f%recipient%&7:'
  84. formats:
  85. default:
  86. priority: 2147483647
  87. channel: ''
  88. prefix: '&7[%vault_groupprefix%&7] '
  89. name_color: '&b'
  90. name: '%player%'
  91. suffix: '&7> '
  92. chat_color: '&f'
  93. channel_tooltip:
  94. - ''
  95. prefix_tooltip:
  96. - '%player%'
  97. - '&bRank: %vault_group%'
  98. name_tooltip:
  99. - ''
  100. suffix_tooltip:
  101. - ''
  102. channel_click_command: /ranks
  103. prefix_click_command: /ranks
  104. name_click_command: '/msg %player% '
  105. suffix_click_command: ''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement