Advertisement
Guest User

Untitled

a guest
Sep 4th, 2016
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.28 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: true
  7. host: ***
  8. port: 3306
  9. name: ***
  10. user: ***
  11. password: ***
  12. maxConnections: 4
  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: global_bans
  40. user: root
  41. password: ''
  42. maxConnections: 10
  43. leakDetection: 3000
  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. mutedCommandBlacklist:
  53. - msg
  54. - r
  55. - mail
  56. - reply
  57. - email
  58. - me
  59. softMutedCommandBlacklist:
  60. - msg
  61. duplicateIpCheck: true
  62. bypassDuplicateChecks:
  63. - 0.0.0.0
  64. - 127.0.0.1
  65. - ***
  66. logKicks: false
  67. logIps: true
  68. displayNotifications: true
  69. broadcastOnSync: false
  70. timeLimits:
  71. playerMutes:
  72. Moderator: 120d
  73. playerBans:
  74. Moderator: 120d
  75. reportCooldown: 30
  76. warningCooldown: 10
  77. warningActions:
  78. enabled: false
  79. warningMute: false
  80. hooks:
  81. enabled: false
  82. checkForUpdates: true
  83. offlineAutoComplete: false
  84. punishAlts: false
  85. denyAlts: false
  86. cleanUp:
  87. kicks: 30
  88. banRecords: 0
  89. ipBanRecords: 0
  90. ipMuteRecords: 0
  91. muteRecords: 0
  92. readWarnings: 365
  93. unreadWarnings: 365
  94. maxOnlinePerIp: 0
  95. checkOnJoin: false
  96. createNoteReasons: false
  97. onlineMode: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement