Advertisement
Guest User

Untitled

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