Advertisement
rakiru

MCBans 4 Default Config

Jan 28th, 2012
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.78 KB | None | 0 0
  1. general:
  2.   api-key: API-KEY-HERE
  3.   on-join-mcbans-message: true
  4.   minimum-rep: 8
  5.   callback-interval: 900000
  6. default-reasons:
  7.   local-ban: You have been banned
  8.   temp-ban: You have been temporarily banned
  9.   kick: You have been kicked
  10. logging:
  11.   debug-mode: false
  12.   log-actions: true
  13.   log-file: plugins/mcbans/actions.log
  14. alt-limit:
  15.   enable-maximum-alts: false
  16.   maximum-alts: 3
  17. user-connection-throttle:
  18.   enable-throttle: true
  19.   connection-time-limit: 20
  20.   connection-count-limit: 2
  21.   lockout-message: Connecting too quickly. Please wait a few minutes.
  22.   lockout-time: 60
  23. server-connection-throttle:
  24.   enable-throttle: true
  25.   connection-time-limit: 15
  26.   connection-count-limit: 5
  27.   lockout-message: Connecting too quickly. Please wait a few minutes.
  28.   lockout-time: 20
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement