Advertisement
Guest User

CG

a guest
Feb 7th, 2016
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.91 KB | None | 0 0
  1. Check for updates: true^M
  2. ^M
  3. # NOTICE: Enabling Hard Mode enables message cancelling automatically ^M
  4. # experimental function^M
  5. Hard mode: false^M
  6. ^M
  7. # Max warnings and custom replacement work only if Separated warnings are enabled^M
  8. swear settings:^M
  9. enabled: true^M
  10. inform admins: true^M
  11. max warnings: 3^M
  12. # supports color codes^M
  13. custom replacement: '<плохое слово>'^M
  14. caps settings:^M
  15. enabled: true^M
  16. inform admins: true^M
  17. max warnings: 3^M
  18. max caps percent: 60^M
  19. # dont check if message smaller than your value(ex. for escaping smiles)^M
  20. min message lenght: 3^M
  21. flood settings:^M
  22. # flood messages will be cancelled in any way^M
  23. enabled: true^M
  24. inform admins: true^M
  25. max warnings: 3^M
  26. # in seconds^M
  27. flood time: 10^M
  28. # set to 0 to disable function^M
  29. message cooldown: 5^M
  30. # 1 value means that the last player's message will be checked for flood only(2 - with penultimate, etc.)^M
  31. flood levels: 1^M
  32. spam settings:^M
  33. enabled: true^M
  34. inform admins: true^M
  35. max warnings: 1^M
  36. # change only if you know something about regular expressions^M
  37. domain regexp: '([0-9a-z]{2,}\.)+(ru|com|org|ua|su|tv|net|biz|info|name|mobi|kz|by|lv|eu|tk)(:\d*)?'^M
  38. ip regexp: '((?<![0-9])(?:(?:25[0-5]|2[0-4][0-9]|[0-1]?[0-9]{1,2})[ ]?[.,-:; ][ ]?(?:25[0-5]|2[0-4][0-9]|[0-1]?[0-9]{1,2})[ ]?[., ][ ]?(?:25[0-5]|2[0-4][0-9]|[0-1]?[0-9]{1,2})[ ]?[., ][ ]?(?:25[0-5]|2[0-4][0-9]|[0-1]?[0-9]{1,2}))(?![0
  39. custom replacement: '<реклама>'^M
  40. # set how many numbers can players send in one message, 0 - disable^M
  41. max numbers: 3^M
  42. Messages:^M
  43.  
  44.  
  45. # bad words and spam will be replaced with appropriate replacement if disabled^M
  46. cancel if violation: true^M
  47. # works only if separated warnings are enabled^M
  48. replacement: '<censored>'^M
  49. enable character whitelist: true^M
  50. Warnings settings:^M
  51. enabled: true^M
  52. separate: true^M
  53. # works only if separate is false^M
  54. max count: 10^M
  55. Punishment settings:^M
  56. # execute commands from commands section if player gains max warning count^M
  57. enabled: true^M
  58. # max mute time for native /cg mute command(set to 0 for unlimited). Time format - 1s, 1m, 1h, 1d^M
  59. max mute time: 1h^M
  60. # you can add any reason with any name how many as you want(but for what?)^M
  61. reasons: ^M
  62. 1: '{Player} kicked because he is bad boy'^M
  63. second: '{Player} banned for capsing'^M
  64. another: '{Player} killed for spamming'^M
  65. flooder: 'Our chat was flooded because of {Player}'^M
  66. silent: '-s'^M
  67. mute-time: '1h'^M
  68. commands:^M
  69. custom: false^M
  70. # common commands will be executed if custom is false, you can use any reason described in reasons section^M
  71. # just use {Reason_(name)} tag^M
  72. common commands:^M
  73. - kill {Player}^M
  74. - ban {Player} 1d {Reason_1} {Reason_silent}^M
  75. swear commands:^M
  76. - mute {Player} {Reason_mute-time}^M
  77. - broadcast {Reason_1}^M
  78. caps commands:^M
  79. - mute {Player} {Reason_mute-time}^M
  80. - broadcast {Reason_capsing}^M
  81. flood commands:^M
  82. - mute {Player} {Reason_mute-time}^M
  83. - broadcast {Reason_flooder}^M
  84. spam commands:^M
  85. - kick {Player} {Reason_another}^M
  86. - broadcast {Reason_another}^M
  87. Other settings:^M
  88. check signs: true^M
  89. # check player's command for swearing, capsing and flooding^M
  90. # to disable this set value to []. Number after colon means how many arguements in command we should skip^M
  91. check commands: ['/me:0', '/msg:1', '/tell:1', '/w:1', '/r:0']^M
  92. # may be useful if you find a bug and want report it to developer^M
  93. debug level: 0^M
  94. # if traditional messages listening system doesnt work(or smth else) plugin can listen packets^M
  95. use packets: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement