Guest User

Untitled

a guest
Apr 16th, 2022
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.57 KB | None | 0 0
  1. # check-for-updates: Should the plugin check for updates by itself?
  2. # enable-bstats: Do you want to use bstats?
  3. # bungeecord: If you use bungeecord, players can chat cross-server wide with the range mode (! in front of the message).
  4. # cross_server_timeout: If this timeout (In seconds) is exceeded the cross-server-message will not be send.
  5. # message-format: The standard message-format.
  6. # global-message-format: The message-format if ranged-mode is enabled.
  7. # multi-prefixes: Should the multi-prefixes be enabled?
  8. # multi-suffixes: Should the multi-suffixes be enabled?
  9. # ranged-mode: Should the ranged-mode be enabled?
  10. # ranged-prefix: The Prefix to use for Range Mode
  11. # show-no-players-near: Should we check if any player would receiver your chat message?
  12. # chat-range: The range to talk to other players. Set to -1 to enable world-wide-chat
  13. # logChat: Should the chat be logged?
  14. # debug: Should the debug log be enabled?
  15. # Locale: Which language do you want? (You can choose betwenn de-DE, fr-FR, pt-BR and en-EN by default.)
  16. # Ads.Enabled: Should we check for ads?
  17. # Ads.Bypass: A list with allowed ips or domains.
  18. # Ads.Log: Should the ads be logged in a file?
  19. # Ads.SmartManager: Should the "Smart Manager" be used? (For more information read: https://github.com/TheJeterLP/ChatEx/wiki/Ad-Manager)
  20. # Ads.SmartConfig.DomainEndings: The endings the SmartManager applies the multiplier to.
  21. # Ads.ReplaceCommas: Should commas be replaced with "." for the add test?
  22. # Ads.SmartConfig.Multiplier: If a domain pattern contains an ending from Ads.SmartConfig.DomainEndings the score get multiplied by this number.
  23. # Ads.SmartConfig.UnMultiplier: If a domain pattern contains NOT an ending from Ads.SmartConfig.DomainEndings the score get multiplied by this number.
  24. # Ads.Threshold.Block: The threshold required to cancel a message.
  25. # Ads.Threshold.ReduceThreshold: How much threshold is removed per message
  26. # Ads.Threshold.MaxLinkLength: What the max detected link length is (For more information read: https://github.com/TheJeterLP/ChatEx/wiki/Ad-Manager)
  27. # AntiSpam.Seconds: The delay between player messages to prevent spam
  28. # AntiSpam.Enable: Should antispam be enabled?
  29. # BlockedWords: A list of words that should be blocked.
  30. # Tablist.Change: Do you want to have the prefixes and suffixes in the tablist?
  31. # Tablist.format: The format of the tablist name
  32. # Messages.JoinAndQuit.Enabled: Do you want to change the join and the quit messages?
  33. # colors: Requires 1.16+, Colors you want to use.
  34.  
  35. check-for-updates: false
  36. enable-bstats: false
  37. bungeecord: false
  38. cross_server_timeout: 3
  39. message-format: '&3&l[&f&lL&3&l] %luckperms_prefix% &7%player_name%&7:%luckperms_suffix%
  40. %message'
  41. global-message-format: '&3&l[&f&lG&3&l] %luckperms_prefix% &7%player_name%&7:%luckperms_suffix%
  42. %message'
  43. multi-prefixes: false
  44. multi-suffixes: false
  45. ranged-mode: true
  46. ranged-prefix: '!'
  47. show-no-players-near: false
  48. chat-range: 100
  49. logChat: false
  50. debug: false
  51. Locale: en-EN
  52. Ads:
  53. Enabled: true
  54. Bypass:
  55. - 127.0.0.1
  56. - my-domain.com
  57. Log: true
  58. SmartManager: true
  59. SmartConfig:
  60. DomainEndings:
  61. - com
  62. - net
  63. - org
  64. - de
  65. - icu
  66. - uk
  67. - ru
  68. - me
  69. - info
  70. - top
  71. - xyz
  72. - tk
  73. - cn
  74. - ga
  75. - cf
  76. - nl
  77. - eu
  78. Multiplier: 4
  79. UnMultiplier: 1
  80. ReplaceCommas: false
  81. Threshold:
  82. Block: 0.3
  83. ReduceThreshold: 0.1
  84. MaxLinkLength: 10
  85. AntiSpam:
  86. Seconds: 1
  87. Enable: true
  88. BlockedWords:
  89. - shit
  90. - '@everyone'
  91. Tablist:
  92. Change: true
  93. format: '%prefix%player%suffix'
  94. Messages:
  95. JoinAndQuit:
  96. Enabled: false
  97.  
Advertisement
Add Comment
Please, Sign In to add comment