Advertisement
Guest User

Untitled

a guest
Jan 20th, 2020
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 4.77 KB | None | 0 0
  1. # !---------------------------------------------------------!
  2. # ! File automatically updated at 18.01.2020 23:18:11
  3. # ! to plugin version v5.8.7
  4. # !---------------------------------------------------------!
  5. # ! Unfortunatelly due to how Bukkit handles YAML
  6. # ! configurations, all comments (#) were wiped.
  7. # ! For reference values and comments visit
  8. # ! https://github.com/kangarko/chatcontrol
  9. # !---------------------------------------------------------!
  10.  
  11. Anti_Bot:
  12.   Rejoin_Delay_Seconds: 4
  13.   Block_Actions_Until_Moved:
  14.     Chat: true
  15. Anti_Caps:
  16.   Enabled: true
  17.   Warn_Player: true
  18.   Ignore_Usernames: false
  19.   Min_Message_Length: 5
  20.   Min_Caps_Percentage: 50
  21.   Min_Caps_In_A_Row: 5
  22.   Whitelist:
  23. - OMG
  24.   - LOL
  25.   - WTF
  26.   - WOW
  27.   - ROFL
  28. Anti_Spam:
  29.   Similarity_Check:
  30.     Ignore_Special_Characters: true
  31.     Ignore_Duplicate_Characters: false
  32.     Ignore_First_Arguments_In_Commands: true
  33.   Commands:
  34.     Delay_Between_Commands: 0
  35.     Similar_Percentage_Block: 0
  36.     Whitelist_Similarity:
  37.   - tell
  38.     - pm
  39.     - t
  40.     - w
  41.     - r
  42.     Whitelist_Delay:
  43.   - spawn
  44.     - home
  45.   Chat:
  46.     Delay_Between_Messages: 1
  47.     Similar_Percentage_Block: 0
  48.     Regex_In_Whitelist: false
  49.     Whitelist_Similarity:
  50.   - hello
  51.     - hey
  52.     Whitelist_Delay:
  53.   - true
  54. Chat:
  55.   Formatter:
  56.     Enabled: true
  57.     Message_Format: '&8[L]&f {pl_prefix}{player}:{pl_suffix} {message}'
  58.     Global_Message_Format: '&a[G]&f {pl_prefix}{player}:{pl_suffix} {message}'
  59.     Spy_Message_Format: '&8SPY: &e[{world}]&f {pl_prefix}{player}:{pl_suffix} {message}'
  60.     Ranged_Mode: true
  61.     Range: 50.0
  62.     Minimum_Players_To_Enable_Checks: 0
  63.     Regex_Timeout_Milis: 100
  64.     Locale: ru
  65.     Log_Lag_Over_Milis: 100
  66.     Verbose_Rules: true
  67.     Silent_Startup: true
  68.     Reset_Cache_On_Quit: false
  69.     Enforce_New_Line: false
  70.     Lookup_Geo_Data: true
  71.     Debug: false
  72.     Version: 4
  73.   Grammar:
  74.     Insert_Dot:
  75.       Enabled: true
  76.       Min_Message_Length: 5
  77.     Capitalize:
  78.       Enabled: true
  79.       Min_Message_Length: 5
  80. Clear:
  81.   Broadcast: true
  82.   Do_Not_Clear_For_Staff: true
  83.   Console_Lines_To_Clear: 300
  84. Messages:
  85.   Join: '{pl_prefix}{player} &eприсоединился'
  86.   Quit: '{pl_prefix}{player} &eвышел'
  87.   Kick: '{pl_prefix}{player} &eбыл кикнут'
  88.   Show_Quit_Only_When_Logged: true
  89.   Timed:
  90.     Enabled: false
  91.     Random_Order: false
  92.     Random_No_Repeat: true
  93.     Prefix: '&8[&2Tip&8]&2'
  94.     Suffix: ''
  95.     Delay_Seconds: 180
  96.     Message_List:
  97.       global:
  98.     - Hey, {player}, did you know that this server is running ChatControl?
  99.       - 'Visit developer website: &ahttps://goo.gl/CT3Zdl'
  100.       hardcore:
  101.     - Grief is not permitted what-so-ever and every griefer will be banned.
  102.       - Can you survive the night on {world} world?
  103.       hardcore_nether:
  104.     - includeFrom hardcore
  105.       ignored-world:
  106.     - excludeGlobal
  107.       creative:
  108.     - excludeGlobal
  109.       - Welcome on Creative world. Enjoy your gamemode :)
  110. Mute:
  111.   Broadcast: true
  112.   Silence:
  113.     Join_Messages: true
  114.     Quit_Messages: true
  115.     Kick_Messages: true
  116.     Death_Messages: true
  117.   Disabled_Commands_During_Mute:
  118. - me
  119.   - tell
  120.   - msg
  121.   - r
  122.   - w
  123. Packets:
  124.   Enabled: true
  125.   Tab_Complete:
  126.     Disable: true
  127.     Disable_Only_In_Commands: true
  128.     Allow_When_Message_Has_Space: true
  129.     Allow_When_Length_Above: 0
  130. Rules:
  131.   Check_Chat: true
  132.   Check_Commands: true
  133.   Check_Signs: true
  134.   Check_Packets: true
  135.   Packets:
  136.     Deserialize_Json: true
  137. Console:
  138.   Filter:
  139.     Enabled: true
  140.     Filter_Console_Messages:
  141.   - Reached end of stream for
  142.     - Connection reset
  143.     - lost connection
  144. Signs:
  145.   Duplication:
  146.     Deny_Signs_With_Same_Text: false
  147.     Alert_Staff: true
  148.     Block_When_Violates_A_Rule: true
  149.     Drop_Sign: true
  150. Sound_Notify:
  151.   Enabled: true
  152.   Notify_Only_When_Afk: true
  153.   Notify_Only_If_Prefixed_With: '@'
  154.   Sound: ENTITY_CHICKEN_EGG, 1F, 1.5F
  155.   Enabled_In_Commands:
  156. - msg
  157.   - tell
  158.   - t
  159.   - w
  160.   - r
  161. Groups:
  162.   Enabled: false
  163.   Always_Check_Updates: false
  164.   Group_List:
  165.     trusted:
  166.       Message_Delay: 0
  167.     guest:
  168.       Message_Delay: 4
  169.       Command_Delay: 6
  170.     vip:
  171.       Join_Message: '&6[VIP] &e{player} has joined the game'
  172.       Leave_Message: '&6[VIP] &e{player} has left the game'
  173.       Kick_Message: none
  174. Updater:
  175.   Enabled: true
  176.   Notify: true
  177.   Download: true
  178.   Check_Notes: true
  179. Writer:
  180.   Write_Chat_Communication: true
  181.   Strip_Colors: true
  182.   Ignore_Players:
  183. - ignoredAdmin
  184.   Write_Commands:
  185. - tell
  186. Listener_Priority:
  187.   Formatter: NORMAL
  188.   Checker: NORMAL
  189. Minimum_Players_To_Enable_Checks: 0
  190. Regex_Timeout_Milis: 100
  191. Locale: en
  192. Log_Lag_Over_Milis: 100
  193. Verbose_Rules: true
  194. Silent_Startup: true
  195. Reset_Cache_On_Quit: false
  196. Enforce_New_Line: false
  197. Lookup_Geo_Data: true
  198. Debug: false
  199. Version: 4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement