iorunner

chatmanager settings.yml

Feb 15th, 2015
264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.62 KB | None | 0 0
  1. # !---------------------------------------------------------!
  2. # ! File automatically updated at 13.02.2015 13:09:03
  3. # ! to plugin version v5.0.5
  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. Anti_Caps:
  14. Enabled: true
  15. Warn_Player: true
  16. Min_Message_Length: 5
  17. Min_Caps_Percentage: 50
  18. Min_Caps_In_A_Row: 5
  19. Whitelist:
  20. - OMG
  21. - LOL
  22. - WTF
  23. - WOW
  24. - ROFL
  25. Ignore_Usernames: false
  26. Anti_Spam:
  27. Block_Chat_Until_Moved: true
  28. Similarity_Check:
  29. Ignore_Special_Characters: true
  30. Ignore_Duplicate_Characters: false
  31. Ignore_First_Arguments_In_Commands: true
  32. Commands:
  33. Delay_Between_Commands: 2
  34. Similar_Percentage_Block: 0
  35. Whitelist_Delay:
  36. - tell
  37. - pm
  38. - t
  39. - w
  40. - r
  41. Whitelist_Similarity:
  42. - spawn
  43. - home
  44. Chat:
  45. Delay_Between_Messages: 1
  46. Similar_Percentage_Block: 80
  47. Chat:
  48. Formatter:
  49. Enabled: true
  50. Message_Format: '[%world]%prefix%player:%suffix %message'
  51. Global_Message_Format: '%prefix%player:%suffix %message'
  52. Ranged_Mode: false
  53. Range: 100.0
  54. Grammar:
  55. Insert_Dot:
  56. Enabled: true
  57. Min_Message_Length: 5
  58. Capitalize:
  59. Enabled: true
  60. Min_Message_Length: 5
  61. Clear:
  62. Broadcast: true
  63. Do_Not_Clear_For_Staff: true
  64. Console_Lines_To_Clear: 300
  65. Messages:
  66. Join: default
  67. Quit: default
  68. Kick: default
  69. Timed:
  70. Enabled: false
  71. Random_Order: false
  72. Random_No_Repeat: true
  73. Prefix: '&8[&2Tip&8]&2'
  74. Delay_Seconds: 180
  75. Message_List:
  76. global:
  77. - Hey, %player, did you know that this server is running ChatControl?
  78. - 'Visit developer website: &awww.rushmine.6f.sk'
  79. hardcore:
  80. - Grief is not permitted what-so-ever and every griefer will be banned.
  81. - Can you survive the night on hardcore world?
  82. ignored-world:
  83. - excludeGlobal
  84. creative:
  85. - excludeGlobal
  86. - Welcome on Creative world. Enjoy your gamemode :)
  87. Suffix: ''
  88. Show_Quit_Only_When_Logged: true
  89. Mute:
  90. Broadcast: true
  91. Silence:
  92. Join_Messages: true
  93. Quit_Messages: true
  94. Kick_Messages: true
  95. Death_Messages: true
  96. Disabled_Commands_During_Mute:
  97. - me
  98. - tell
  99. - msg
  100. - r
  101. - w
  102. Packets:
  103. Disable_Tab_Complete: false
  104. Enabled: true
  105. Tab_Complete:
  106. Disable: true
  107. Disable_Only_In_Commands: true
  108. Allow_When_Message_Has_Space: true
  109. Allow_When_Length_Above: 0
  110. Rules:
  111. Check_Chat: true
  112. Check_Commands: true
  113. Check_Signs: true
  114. Check_Packets: true
  115. Console:
  116. Filter:
  117. Enabled: true
  118. Filter_Console_Messages:
  119. - Reached end of stream for
  120. - Connection reset
  121. - lost connection
  122. Signs:
  123. Duplication:
  124. Deny_Signs_With_Same_Text: false
  125. Alert_Staff: true
  126. Block_When_Violates_A_Rule: true
  127. Drop_Sign: true
  128. Sound_Notify:
  129. Enabled: true
  130. Notify_Only_When_Afk: true
  131. Notify_Only_If_Prefixed_With: '@'
  132. Sound: CHICKEN_EGG_POP, 1F, 1.5F
  133. Enabled_In_Commands:
  134. - msg
  135. - tell
  136. - t
  137. - w
  138. - r
  139. Updater:
  140. Enabled: true
  141. Notify: true
  142. Download: true
  143. Writer:
  144. Write_Chat_Communication: true
  145. Strip_Colors: true
  146. Ignore_Players:
  147. - ignoredAdmin
  148. Write_Commands:
  149. - tell
  150. Minimum_Players_To_Enable_Checks: 0
  151. Op_Has_Permissions: true
  152. Regex_Timeout_Milis: 100
  153. Locale: en
  154. Log_Lag_Over_Milis: 100
  155. Verbose_Rules: true
  156. Debug: false
  157. Version: 1
Advertisement
Add Comment
Please, Sign In to add comment