Advertisement
Guest User

Untitled

a guest
Jul 11th, 2016
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.63 KB | None | 0 0
  1. #
  2. # Aliases will be found and blocked automatically, e.g. msg will block tell
  3. debug: false
  4. databases:
  5. local:
  6. enabled: false
  7. host: 127.0.0.1
  8. port: 3306
  9. name: local_bans
  10. user: root
  11. password: ''
  12. maxConnections: 10
  13. leakDetection: 3000
  14. tables:
  15. players: bm_players
  16. playerBans: bm_player_bans
  17. playerBanRecords: bm_player_ban_records
  18. playerMutes: bm_player_mutes
  19. playerMuteRecords: bm_player_mute_records
  20. playerKicks: bm_player_kicks
  21. playerNotes: bm_player_notes
  22. playerHistory: bm_player_history
  23. playerReports: bm_player_reports
  24. playerReportLocations: bm_player_report_locations
  25. playerReportStates: bm_player_report_states
  26. playerReportCommands: bm_player_report_commands
  27. playerReportComments: bm_player_report_comments
  28. playerWarnings: bm_player_warnings
  29. ipBans: bm_ip_bans
  30. ipBanRecords: bm_ip_ban_records
  31. ipMutes: bm_ip_mutes
  32. ipMuteRecords: bm_ip_mute_records
  33. ipRangeBans: bm_ip_range_bans
  34. ipRangeBanRecords: bm_ip_range_ban_records
  35. global:
  36. enabled: false
  37. host: 127.0.0.1
  38. port: 3306
  39. name: external_bans
  40. user: root
  41. password: ''
  42. maxConnections: 10
  43. leakDetection: 0
  44. tables:
  45. playerBans: bm_player_ban_all
  46. playerUnbans: bm_player_unban_all
  47. playerMutes: bm_player_mute_all
  48. playerUnmutes: bm_player_unmute_all
  49. playerNotes: bm_player_note_all
  50. ipBans: bm_ip_ban_all
  51. ipUnbans: bm_ip_unban_all
  52. convert:
  53. enabled: false
  54. host: 127.0.0.1
  55. port: 3306
  56. name: local_bans
  57. user: root
  58. password: ''
  59. maxConnections: 10
  60. tables:
  61. bansTable: bm_bans
  62. bansRecordTable: bm_ban_records
  63. ipBansTable: bm_ip_bans
  64. ipBansRecordTable: bm_ip_records
  65. kicksTable: bm_kicks
  66. mutesTable: bm_mutes
  67. mutesRecordTable: bm_mutes_records
  68. playerIpsTable: bm_player_ips
  69. warningsTable: bm_warnings
  70. mutedCommandBlacklist:
  71. - msg
  72. softMutedCommandBlacklist:
  73. - msg
  74. duplicateIpCheck: true
  75. bypassDuplicateChecks:
  76. - 0.0.0.0
  77. - 127.0.0.1
  78. logKicks: false
  79. logIps: true
  80. displayNotifications: true
  81. broadcastOnSync: false
  82. timeLimits: {}
  83. reportCooldown: 10
  84. warningCooldown: 10
  85. warningActions:
  86. enabled: false
  87. warningMute: false
  88. hooks:
  89. enabled: false
  90. checkForUpdates: true
  91. offlineAutoComplete: true
  92. punishAlts: false
  93. denyAlts: false
  94. cleanUp:
  95. kicks: 30
  96. banRecords: 0
  97. ipBanRecords: 0
  98. ipMuteRecords: 0
  99. muteRecords: 0
  100. readWarnings: 0
  101. unreadWarnings: 0
  102. maxOnlinePerIp: 0
  103. checkOnJoin: false
  104. createNoteReasons: false
  105. onlineMode: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement