Advertisement
Guest User

Untitled

a guest
Aug 24th, 2016
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 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: 127.0.0.1
  8. port: 3306
  9. name: local_bans
  10. user: root
  11. password: ''
  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. playerWarnings: bm_player_warnings
  21. ipBans: bm_ip_bans
  22. ipBanRecords: bm_ip_ban_records
  23. external:
  24. enabled: true
  25. host: mysl.hostinger.es
  26. port: 3306
  27. name: u637463935_bans
  28. user: u637463935_boru
  29. password: citroeenc1
  30. maxConnections: 10
  31. tables:
  32. playerBans: bm_player_ban_all
  33. playerUnbans: bm_player_unban_all
  34. playerMutes: bm_player_mute_all
  35. playerUnmutes: bm_player_unmute_all
  36. ipBans: bm_ip_ban_all
  37. ipUnbans: bm_ip_unban_all
  38. convert:
  39. enabled: true
  40. host: mysl.hostinger.es
  41. port: 3306
  42. name: u637463935_bans
  43. user: u637463935_boru
  44. password: citroeenc1
  45. maxConnections: 10
  46. tables:
  47. bansTable: bm_bans
  48. bansRecordTable: bm_ban_records
  49. ipBansTable: bm_ip_bans
  50. ipBansRecordTable: bm_ip_records
  51. kicksTable: bm_kicks
  52. mutesTable: bm_mutes
  53. mutesRecordTable: bm_mutes_records
  54. playerIpsTable: bm_player_ips
  55. warningsTable: bm_warnings
  56. mutedCommandBlacklist:
  57. - msg
  58. duplicateIpCheck: true
  59. bypassDuplicateChecks:
  60. - 0.0.0.0
  61. - 127.0.0.1
  62. logKicks: false
  63. displayNotifications: true
  64. timeLimits: {}
  65. warningCooldown: 10
  66. warningActions:
  67. enabled: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement