Advertisement
Guest User

Untitled

a guest
Nov 19th, 2017
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.47 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: 3306
  9. name: local_bans
  10. user: root
  11. password: Server112
  12. maxConnections: 10
  13. useSSL: false
  14. verifyServerCertificate: false
  15. leakDetection: 3000
  16. tables:
  17. players: bm_players
  18. playerBans: bm_player_bans
  19. playerBanRecords: bm_player_ban_records
  20. playerMutes: bm_player_mutes
  21. playerMuteRecords: bm_player_mute_records
  22. playerKicks: bm_player_kicks
  23. playerNotes: bm_player_notes
  24. playerHistory: bm_player_history
  25. playerReports: bm_player_reports
  26. playerReportLocations: bm_player_report_locations
  27. playerReportStates: bm_player_report_states
  28. playerReportCommands: bm_player_report_commands
  29. playerReportComments: bm_player_report_comments
  30. playerWarnings: bm_player_warnings
  31. ipBans: bm_ip_bans
  32. ipBanRecords: bm_ip_ban_records
  33. ipMutes: bm_ip_mutes
  34. ipMuteRecords: bm_ip_mute_records
  35. ipRangeBans: bm_ip_range_bans
  36. ipRangeBanRecords: bm_ip_range_ban_records
  37. rollbacks: bm_rollbacks
  38. nameBans: bm_name_bans
  39. nameBanRecords: bm_name_ban_records
  40. global:
  41. enabled: false
  42. host: 127.0.0.1
  43. port: 3306
  44. name: global_bans
  45. user: root
  46. password: ''
  47. maxConnections: 10
  48. useSSL: false
  49. verifyServerCertificate: false
  50. leakDetection: 3000
  51. tables:
  52. playerBans: bm_player_ban_all
  53. playerUnbans: bm_player_unban_all
  54. playerMutes: bm_player_mute_all
  55. playerUnmutes: bm_player_unmute_all
  56. playerNotes: bm_player_note_all
  57. ipBans: bm_ip_ban_all
  58. ipUnbans: bm_ip_unban_all
  59. mutedCommandBlacklist:
  60. - msg
  61. softMutedCommandBlacklist:
  62. - msg
  63. duplicateIpCheck: true
  64. bypassDuplicateChecks:
  65. - 0.0.0.0
  66. - 127.0.0.1
  67. logKicks: false
  68. logIps: true
  69. displayNotifications: true
  70. broadcastOnSync: false
  71. timeLimits: {}
  72. reportCooldown: 10
  73. warningCooldown: 10
  74. warningActions:
  75. enabled: false
  76. warningMute: false
  77. hooks:
  78. enabled: false
  79. checkForUpdates: true
  80. offlineAutoComplete: true
  81. punishAlts: false
  82. denyAlts: false
  83. cleanUp:
  84. kicks: 30
  85. banRecords: 0
  86. ipBanRecords: 0
  87. ipMuteRecords: 0
  88. muteRecords: 0
  89. readWarnings: 0
  90. unreadWarnings: 0
  91. maxOnlinePerIp: 0
  92. maxMultiaccountsRecently: 0
  93. multiaccountsTime: 300
  94. checkOnJoin: false
  95. createNoteReasons: false
  96. onlineMode: true
  97. chatPriority: normal
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement