Advertisement
Guest User

Untitled

a guest
Feb 1st, 2016
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.36 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: 23.89.192.116
  8. port: 3306
  9. name: potatonationbans
  10. user: potatonation
  11. password: password123
  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. convert:
  47. enabled: false
  48. host: 127.0.0.1
  49. port: 3306
  50. name: local_bans
  51. user: root
  52. password: ''
  53. maxConnections: 10
  54. tables:
  55. bansTable: bm_bans
  56. bansRecordTable: bm_ban_records
  57. ipBansTable: bm_ip_bans
  58. ipBansRecordTable: bm_ip_records
  59. kicksTable: bm_kicks
  60. mutesTable: bm_mutes
  61. mutesRecordTable: bm_mutes_records
  62. playerIpsTable: bm_player_ips
  63. warningsTable: bm_warnings
  64. mutedCommandBlacklist:
  65. - msg
  66. - m
  67. - r
  68. softMutedCommandBlacklist:
  69. - msg
  70. - m
  71. - r
  72. duplicateIpCheck: true
  73. bypassDuplicateChecks:
  74. - 0.0.0.0
  75. - 127.0.0.1
  76. logKicks: false
  77. displayNotifications: true
  78. broadcastOnSync: false
  79. timeLimits: {}
  80. reportCooldown: 10
  81. warningCooldown: 10
  82. warningActions:
  83. enabled: false
  84. hooks:
  85. enabled: false
  86. checkForUpdates: true
  87. offlineAutoComplete: true
  88. punishAlts: false
  89. cleanUp:
  90. kicks: 30
  91. banRecords: 0
  92. ipBanRecords: 0
  93. ipMuteRecords: 0
  94. muteRecords: 0
  95. readWarnings: 0
  96. unreadWarnings: 0
  97. maxOnlinePerIp: 0
  98. checkOnJoin: false
  99. onlineMode: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement