Advertisement
Guest User

Untitled

a guest
Apr 13th, 2016
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.88 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. tables:
  14. players: bm_players
  15. playerBans: bm_player_bans
  16. playerBanRecords: bm_player_ban_records
  17. playerMutes: bm_player_mutes
  18. playerMuteRecords: bm_player_mute_records
  19. playerKicks: bm_player_kicks
  20. playerNotes: bm_player_notes
  21. playerReports: bm_player_reports
  22. playerReportLocations: bm_player_report_locations
  23. playerWarnings: bm_player_warnings
  24. ipBans: bm_ip_bans
  25. ipBanRecords: bm_ip_ban_records
  26. ipMutes: bm_ip_mutes
  27. ipMuteRecords: bm_ip_mute_records
  28. ipRangeBans: bm_ip_range_bans
  29. ipRangeBanRecords: bm_ip_range_ban_records
  30. external:
  31. enabled: false
  32. host: 127.0.0.1
  33. port: 3306
  34. name: external_bans
  35. user: root
  36. password: ''
  37. maxConnections: 10
  38. tables:
  39. playerBans: bm_player_ban_all
  40. playerUnbans: bm_player_unban_all
  41. playerMutes: bm_player_mute_all
  42. playerUnmutes: bm_player_unmute_all
  43. playerNotes: bm_player_note_all
  44. ipBans: bm_ip_ban_all
  45. ipUnbans: bm_ip_unban_all
  46. mutedCommandBlacklist:
  47. - msg
  48. softMutedCommandBlacklist:
  49. - msg
  50. duplicateIpCheck: true
  51. bypassDuplicateChecks:
  52. - 0.0.0.0
  53. - 127.0.0.1
  54. logKicks: false
  55. displayNotifications: true
  56. broadcastOnSync: false
  57. timeLimits: {}
  58. reportCooldown: 10
  59. warningCooldown: 10
  60. warningActions:
  61. enabled: false
  62. hooks:
  63. enabled: false
  64. checkForUpdates: true
  65. offlineAutoComplete: true
  66. punishAlts: false
  67. denyAlts: false
  68. cleanUp:
  69. kicks: 30
  70. banRecords: 0
  71. ipBanRecords: 0
  72. ipMuteRecords: 0
  73. muteRecords: 0
  74. readWarnings: 0
  75. unreadWarnings: 0
  76. maxOnlinePerIp: 0
  77. checkOnJoin: false
  78. createNoteReasons: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement