Advertisement
Guest User

Untitled

a guest
Jan 26th, 2017
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.39 KB | None | 0 0
  1. #
  2. # Aliases will be found and blocked automatically, e.g. msg will block tell
  3. debug: true
  4. databases:
  5. local:
  6. enabled: true
  7. host: 158.69.118.235
  8. port: 3306
  9. name: iiragami45028DB
  10. user: iiragami45028
  11. password: vpYYMICFplca
  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. rollbacks: bm_rollbacks
  36. nameBans: bm_name_bans
  37. nameBanRecords: bm_name_ban_records
  38. global:
  39. enabled: true
  40. host: 127.0.0.1
  41. port: 3306
  42. name: global_bans
  43. user: root
  44. password: ''
  45. maxConnections: 10
  46. leakDetection: 3000
  47. tables:
  48. playerBans: bm_player_ban_all
  49. playerUnbans: bm_player_unban_all
  50. playerMutes: bm_player_mute_all
  51. playerUnmutes: bm_player_unmute_all
  52. playerNotes: bm_player_note_all
  53. ipBans: bm_ip_ban_all
  54. ipUnbans: bm_ip_unban_all
  55. players: bm_players
  56. playerwarnings: bm_player_warnings
  57. mutedCommandBlacklist:
  58. - msg
  59. softMutedCommandBlacklist:
  60. - msg
  61. duplicateIpCheck: true
  62. bypassDuplicateChecks:
  63. - 0.0.0.0
  64. - 127.0.0.1
  65. logKicks: true
  66. logIps: true
  67. displayNotifications: true
  68. broadcastOnSync: false
  69. timeLimits: {}
  70. reportCooldown: 0
  71. warningCooldown: 0
  72. warningActions:
  73. enabled: true
  74. warningMute: false
  75. hooks:
  76. enabled: true
  77. checkForUpdates: true
  78. offlineAutoComplete: true
  79. punishAlts: false
  80. denyAlts: false
  81. cleanUp:
  82. kicks: 1-0
  83. banRecords: 0
  84. ipBanRecords: 0
  85. ipMuteRecords: 0
  86. muteRecords: 0
  87. readWarnings: 0
  88. unreadWarnings: 0
  89. maxOnlinePerIp: 0
  90. checkOnJoin: true
  91. createNoteReasons: false
  92. onlineMode: true
  93. chatPriority: normal
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement