Advertisement
Guest User

Untitled

a guest
Jul 24th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.56 KB | None | 0 0
  1. databases:
  2. local:
  3. enabled: true
  4. host: 174.138.42.245
  5. port: 3306
  6. name: BanManager
  7. user: kiwifroots
  8. password: WyjPpH3xT4xtG3eknXKq
  9. maxConnections: 10
  10. leakDetection: 3000
  11. tables:
  12. players: bm_players
  13. playerBans: bm_player_bans
  14. playerBanRecords: bm_player_ban_records
  15. playerMutes: bm_player_mutes
  16. playerMuteRecords: bm_player_mute_records
  17. playerKicks: bm_player_kicks
  18. playerNotes: bm_player_notes
  19. playerHistory: bm_player_history
  20. playerReports: bm_player_reports
  21. playerReportLocations: bm_player_report_locations
  22. playerReportStates: bm_player_report_states
  23. playerReportCommands: bm_player_report_commands
  24. playerReportComments: bm_player_report_comments
  25. playerWarnings: bm_player_warnings
  26. ipBans: bm_ip_bans
  27. ipBanRecords: bm_ip_ban_records
  28. ipMutes: bm_ip_mutes
  29. ipMuteRecords: bm_ip_mute_records
  30. ipRangeBans: bm_ip_range_bans
  31. ipRangeBanRecords: bm_ip_range_ban_records
  32. rollbacks: bm_rollbacks
  33. nameBans: bm_name_bans
  34. nameBanRecords: bm_name_ban_records
  35. global:
  36. enabled: fakse
  37. host: 127.0.0.1
  38. port: 3306
  39. name: global_bans
  40. user: root
  41. password: ''
  42. maxConnections: 10
  43. leakDetection: 3000
  44. tables:
  45. playerBans: bm_player_ban_all
  46. playerUnbans: bm_player_unban_all
  47. playerMutes: bm_player_mute_all
  48. playerUnmutes: bm_player_unmute_all
  49. playerNotes: bm_player_note_all
  50. ipBans: bm_ip_ban_all
  51. ipUnbans: bm_ip_unban_all
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement