Advertisement
Guest User

Untitled

a guest
Jul 25th, 2016
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.20 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: server164.web-hosting.com
  8. port: 3306
  9. name: jaffigys_bans
  10. user: jaffigys_bans
  11. password: '#=;e^eE#S3To'
  12. maxConnections: 10
  13. leakDetection: 3000
  14. tables:
  15. players: bm_players
  16. playerBans: bm_player_bans
  17. playerBanRecords: bm_player_ban_records
  18. playerMutes: bm_player_mutes
  19. playerMuteRecords: bm_player_mute_records
  20. playerKicks: bm_player_kicks
  21. playerNotes: bm_player_notes
  22. playerHistory: bm_player_history
  23. playerReports: bm_player_reports
  24. playerReportLocations: bm_player_report_locations
  25. playerReportStates: bm_player_report_states
  26. playerReportCommands: bm_player_report_commands
  27. playerReportComments: bm_player_report_comments
  28. playerWarnings: bm_player_warnings
  29. ipBans: bm_ip_bans
  30. ipBanRecords: bm_ip_ban_records
  31. ipMutes: bm_ip_mutes
  32. ipMuteRecords: bm_ip_mute_records
  33. ipRangeBans: bm_ip_range_bans
  34. ipRangeBanRecords: bm_ip_range_ban_records
  35. global:
  36. enabled: false
  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
  52. mutedCommandBlacklist:
  53. - msg
  54. softMutedCommandBlacklist:
  55. - msg
  56. duplicateIpCheck: true
  57. bypassDuplicateChecks:
  58. - 0.0.0.0
  59. - 127.0.0.1
  60. logKicks: false
  61. logIps: true
  62. displayNotifications: true
  63. broadcastOnSync: false
  64. timeLimits: {}
  65. reportCooldown: 10
  66. warningCooldown: 10
  67. warningActions:
  68. enabled: false
  69. warningMute: false
  70. hooks:
  71. enabled: false
  72. checkForUpdates: true
  73. offlineAutoComplete: true
  74. punishAlts: false
  75. denyAlts: false
  76. cleanUp:
  77. kicks: 30
  78. banRecords: 0
  79. ipBanRecords: 0
  80. ipMuteRecords: 0
  81. muteRecords: 0
  82. readWarnings: 0
  83. unreadWarnings: 0
  84. maxOnlinePerIp: 0
  85. checkOnJoin: false
  86. createNoteReasons: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement