Advertisement
runelynx

Untitled

Jun 19th, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.87 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: localhost
  8. port: 3306
  9. name: rpgame?verifyServerCertificate=false&useSSL=true
  10. user:
  11. password:
  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: false
  40. host: 127.0.0.1
  41. port: 3306
  42. name: external_bans
  43. user:
  44. password: ''
  45. maxConnections: 10
  46. leakDetection: 0
  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. convert:
  56. enabled: false
  57. host: play.runic-paradise.com
  58. port: 3306
  59. name: rpgame
  60. user:
  61. password:
  62. maxConnections: 10
  63. tables:
  64. bansTable: bm_bans
  65. bansRecordTable: bm_ban_records
  66. ipBansTable: bm_ip_bans
  67. ipBansRecordTable: bm_ip_records
  68. kicksTable: bm_kicks
  69. mutesTable: bm_mutes
  70. mutesRecordTable: bm_mutes_records
  71. playerIpsTable: bm_player_ips
  72. warningsTable: bm_warnings
  73. mutedCommandBlacklist:
  74. - msg
  75. - me
  76. - w
  77. - r
  78. softMutedCommandBlacklist:
  79. - msg
  80. - me
  81. - w
  82. - r
  83. duplicateIpCheck: true
  84. bypassDuplicateChecks:
  85. - 0.0.0.0
  86. - 127.0.0.1
  87. logKicks: true
  88. logIps: true
  89. displayNotifications: true
  90. broadcastOnSync: false
  91. timeLimits: {}
  92. reportCooldown: 10
  93. warningCooldown: 10
  94. warningActions:
  95. enabled: false
  96. warningMute: false
  97. hooks:
  98. enabled: false
  99. checkForUpdates: true
  100. offlineAutoComplete: true
  101. punishAlts: false
  102. denyAlts: false
  103. cleanUp:
  104. kicks: 0
  105. banRecords: 0
  106. ipBanRecords: 0
  107. ipMuteRecords: 0
  108. muteRecords: 0
  109. readWarnings: 0
  110. unreadWarnings: 0
  111. maxOnlinePerIp: 0
  112. maxMultiaccountsRecently: 0
  113. multiaccountsTime: 300
  114. checkOnJoin: false
  115. createNoteReasons: false
  116. onlineMode: true
  117. chatPriority: normal
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement