Advertisement
Guest User

Untitled

a guest
Jan 27th, 2017
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.99 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: 192.99.200.20
  8. port: 30522
  9. name: local_bans
  10. user: mc27997
  11. password: 9e35c0e3da
  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. playerWarnings: bm_player_warnings
  22. ipBans: bm_ip_bans
  23. ipBanRecords: bm_ip_ban_records
  24. ipRangeBans: bm_ip_range_bans
  25. ipRangeBanRecords: bm_ip_range_ban_records
  26. external:
  27. enabled: false
  28. host: 127.0.0.1
  29. port: 3306
  30. name: external_bans
  31. user: root
  32. password: ''
  33. maxConnections: 10
  34. tables:
  35. playerBans: bm_player_ban_all
  36. playerUnbans: bm_player_unban_all
  37. playerMutes: bm_player_mute_all
  38. playerUnmutes: bm_player_unmute_all
  39. ipBans: bm_ip_ban_all
  40. ipUnbans: bm_ip_unban_all
  41. convert:
  42. enabled: false
  43. host: 127.0.0.1
  44. port: 3306
  45. name: local_bans
  46. user: root
  47. password: ''
  48. maxConnections: 10
  49. tables:
  50. bansTable: bm_bans
  51. bansRecordTable: bm_ban_records
  52. ipBansTable: bm_ip_bans
  53. ipBansRecordTable: bm_ip_records
  54. kicksTable: bm_kicks
  55. mutesTable: bm_mutes
  56. mutesRecordTable: bm_mutes_records
  57. playerIpsTable: bm_player_ips
  58. warningsTable: bm_warnings
  59. mutedCommandBlacklist:
  60. - msg
  61. duplicateIpCheck: true
  62. bypassDuplicateChecks:
  63. - 0.0.0.0
  64. - 127.0.0.1
  65. logKicks: false
  66. displayNotifications: true
  67. timeLimits: {}
  68. warningCooldown: 10
  69. warningActions:
  70. enabled: false
  71. onlineMode: true
  72. checkForUpdates: true
  73. offlineAutoComplete: true
  74. punishAlts: false
  75. cleanUp:
  76. kicks: 30
  77. banRecords: 0
  78. ipBanRecords: 0
  79. muteRecords: 0
  80. readWarnings: 0
  81. unreadWarnings: 0
  82. maxOnlinePerIp: 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement