Advertisement
jessefjxm

Untitled

Jul 1st, 2017
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.79 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: localhost
  8. port: 33061
  9. name: **
  10. user: **
  11. password: **
  12. maxConnections: 10
  13. leakDetection: 3000
  14. tables:
  15. players: bm3_players
  16. playerBans: bm3_player_bans
  17. playerBanRecords: bm3_player_ban_records
  18. playerMutes: bm3_player_mutes
  19. playerMuteRecords: bm3_player_mute_records
  20. playerKicks: bm3_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: bm3_player_warnings
  29. ipBans: bm3_ip_bans
  30. ipBanRecords: bm3_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. rollbacks: bm_rollbacks
  36. nameBans: bm_name_bans
  37. nameBanRecords: bm_name_ban_records
  38. global:
  39. enabled: false
  40. host: 127.0.0.1
  41. port: 33061
  42. name: external_bans
  43. user: root
  44. password: ''
  45. maxConnections: 10
  46. leakDetection: 0
  47. tables:
  48. playerBans: bm_player_ban_all
  49. playerUnbans: bm_player_unban_all
  50. playerUnbans: bm_player_unban_all
  51. playerMutes: bm_player_mute_all
  52. playerUnmutes: bm_player_unmute_all
  53. playerNotes: bm_player_note_all
  54. ipBans: bm_ip_ban_all
  55. ipUnbans: bm_ip_unban_all
  56. convert:
  57. enabled: false
  58. host: 127.0.0.1
  59. port: 33061
  60. name: **
  61. user: **
  62. password: **
  63. maxConnections: 10
  64. tables:
  65. bansTable: bm_bans
  66. bansRecordTable: bm_ban_records
  67. ipBansTable: bm_ip_bans
  68. ipBansRecordTable: bm_ip_records
  69. kicksTable: bm_kicks
  70. mutesTable: bm_mutes
  71. mutesRecordTable: bm_mutes_records
  72. playerIpsTable: bm_player_ips
  73. warningsTable: bm_warnings
  74. mutedCommandBlacklist:
  75. - msg
  76. softMutedCommandBlacklist:
  77. - msg
  78. duplicateIpCheck: true
  79. bypassDuplicateChecks:
  80. - 0.0.0.0
  81. - 127.0.0.1
  82. logKicks: false
  83. logIps: true
  84. displayNotifications: true
  85. broadcastOnSync: false
  86. timeLimits: {}
  87. reportCooldown: 10
  88. warningCooldown: 10
  89. warningActions:
  90. enabled: false
  91. warningMute: false
  92. hooks:
  93. enabled: false
  94. checkForUpdates: true
  95. offlineAutoComplete: false
  96. punishAlts: false
  97. denyAlts: false
  98. cleanUp:
  99. kicks: 30
  100. banRecords: 0
  101. ipBanRecords: 0
  102. ipMuteRecords: 0
  103. muteRecords: 0
  104. readWarnings: 0
  105. unreadWarnings: 0
  106. maxOnlinePerIp: 50
  107. checkOnJoin: false
  108. createNoteReasons: false
  109. onlineMode: true
  110. chatPriority: normal
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement