Advertisement
RazeAmp

Untitled

Apr 20th, 2019
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.14 KB | None | 0 0
  1. # DeluxeChat version 1.13.2 config file
  2. # Created by extended_clip
  3. # List as many format configurations you in the formats: config section.
  4. # Each format configuration requires a specific layout which can be seen below.
  5. # Format priority must be specified per format and each priority must be unique.
  6. # higher value = lower priority
  7. # ex: guest-100, owner-1
  8. # YOU MUST KEEP A 'default' TEMPLATE!
  9. #
  10. # Social Spy only allows %player% and %recipient% as placeholders
  11. #
  12. # You must download the placeholder expansion through PlaceholderAPI for which
  13. # placeholders you want to use. The example below uses Player placeholders, so
  14. # we need to download the player expansion: /papi ecloud download Player, /papi reload
  15. #
  16. #
  17. # example format template:
  18. # formats:
  19. # default:
  20. # priority: 2147483647
  21. # channel: ''
  22. # prefix: '&8[&7Guest&8] '
  23. # name_color: '&7'
  24. # name: '%player_name%'
  25. # suffix: '&7> '
  26. # chat_color: '&f'
  27. # channel_tooltip:
  28. # - '&7%player_name% &bis a Guest'
  29. # prefix_tooltip:
  30. # - '&7%player_name% &bis a Guest'
  31. # name_tooltip:
  32. # - ''
  33. # suffix_tooltip:
  34. # - ''
  35. # channel_click_command: '
  36. # prefix_click_command: '/ranks
  37. # name_click_command: '/msg %player_name%
  38. # suffix_click_command: '
  39. # Member:
  40. # priority: 100
  41. # channel: ''
  42. # prefix: '&8[&aMember&8] '
  43. # name_color: '&7'
  44. # name: '%player_name%'
  45. # suffix: '&7> '
  46. # chat_color: '&f'
  47. # channel_tooltip:
  48. # - '&7%player_name% &bis a Member'
  49. # prefix_tooltip:
  50. # - '&7%player_name% &bis a Member'
  51. # name_tooltip:
  52. # - ''
  53. # suffix_tooltip:
  54. # - ''
  55. # channel_click_command: '
  56. # prefix_click_command: '/ranks
  57. # name_click_command: '/msg %player_name%
  58. # suffix_click_command: '
  59. check_updates: true
  60. bungeecord:
  61. enabled: false
  62. servername: '&8[&cServer&8]'
  63. join_global: true
  64. relation_placeholders_enabled: true
  65. timestamp_format: MM/dd/yy HH:mm:ss
  66. boolean:
  67. 'true': '&atrue'
  68. 'false': '&cfalse'
  69. ops_use_group_format: false
  70. chat_filter:
  71. enabled: false
  72. ignore_case: true
  73. list:
  74. - '.; '
  75. - fuck;fuck
  76. private_message:
  77. enabled: true
  78. bungeecord: false
  79. private_message_formats:
  80. to_sender:
  81. format: '&8(&eYou &8» &6%recipient_player_name%&8) &8» '
  82. tooltip:
  83. - '%player_name%'
  84. click_command: '/r '
  85. chat_color: '&7'
  86. to_recipient:
  87. format: '&8(&6%player_name% &8» &eyou&8) &8» '
  88. tooltip:
  89. - '%player_name%'
  90. click_command: '/r '
  91. chat_color: '&7'
  92. social_spy: '&8[&cspy&8] &f%player% &e-> &f%recipient%&7:'
  93. formats:
  94. default:
  95. priority: 1800
  96. channel: ''
  97. prefix: '&8(%factionsuuid_relation_color%%factionsuuid_faction_name%&8) '
  98. name_color: ''
  99. name: '%vault_prefix%%player_name% '
  100. suffix: ''
  101. chat_color: '&8» &7'
  102. channel_tooltip:
  103. - ''
  104. prefix_tooltip:
  105. - '%player_name%'
  106. - '&bRank: %vault_group%'
  107. name_tooltip:
  108. - ''
  109. suffix_tooltip:
  110. - ''
  111. channel_click_command: /ranks
  112. prefix_click_command: /ranks
  113. name_click_command: '/msg %player_name% '
  114. suffix_click_command: ''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement