Advertisement
Guest User

Untitled

a guest
Mar 27th, 2019
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.65 KB | None | 0 0
  1. bungeecord: true
  2. sync: false
  3. sync_broadcasts: false
  4. sync_notifications: false
  5. sync_dupeip_notifications: false
  6. server_name: 'WanillaWars'
  7. default_server_scope: '*'
  8. sql:
  9. driver: H2
  10. address: 127.0.0.1:3306
  11. database: vanillaw_litebans
  12. username: vanillaw_olget
  13. password: vanillawars
  14. table_prefix: 'litebans_'
  15. pool:
  16. min_connections: 1
  17. max_connections: 10
  18. timeout: 30 seconds
  19. idle_timeout: 1 minute
  20. engine: InnoDB
  21. options: 'useSSL=true'
  22. drivers:
  23. - version:1
  24. - 'mysql:com.mysql.jdbc.Driver:https://repo1.maven.org/maven2/mysql/mysql-connector-java/{}/mysql-connector-java-{}.jar:6.0.6'
  25. - 'pgsql:org.postgresql.Driver:https://repo1.maven.org/maven2/org/postgresql/postgresql/{}/postgresql-{}.jar:9.4-1201-jdbc41'
  26. - 'mariadb:org.mariadb.jdbc.Driver:https://repo1.maven.org/maven2/org/mariadb/jdbc/mariadb-java-client/{}/mariadb-java-client-{}.jar:2.0.3'
  27. - 'sqlite:org.sqlite.JDBC:https://repo1.maven.org/maven2/org/xerial/sqlite-jdbc/{}/sqlite-jdbc-{}.jar:3.8.11.1'
  28. - 'h2:org.h2.Driver:https://repo1.maven.org/maven2/com/h2database/h2/{}/h2-{}.jar:1.4.196'
  29. durations:
  30. limits:
  31. helper:
  32. permission: litebans.group.helper
  33. tempban: 15 days
  34. tempmute: 7 days
  35. other:
  36. permission: none
  37. tempban: 7 days
  38. tempmute: 1 day
  39. round_down: true
  40. mutes:
  41. enabled: true
  42. command_blacklist:
  43. - /reply
  44. - /msg
  45. mutechat_command_blacklist:
  46. - /reply
  47. - /msg
  48. prevent_bypass: true
  49. require_ban_mute_reason: false
  50. warnings:
  51. expire_after: 7 days
  52. actions:
  53. - '3:/tempban $player 7 days Reached 3 Warnings'
  54. actions_execute_as_console: true
  55. delete_warnings_after_action: true
  56. notify:
  57. banned_player_join: false
  58. dupeip_on_join: false
  59. dupeip_on_banned_account: true
  60. dupeip_show_muted_accounts: true
  61. dupeip_on_join_threshold: 9999999
  62. notify_console: false
  63. exempt:
  64. enable: false
  65. permission_world: default
  66. exempt_groups: []
  67. exempt_players: []
  68. geoip:
  69. enable: false
  70. blacklist: []
  71. whitelist: []
  72. download:
  73. api:
  74. - https://repo1.maven.org/maven2/com/maxmind/geoip2/geoip2/2.1.0/geoip2-2.1.0.jar
  75. - https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.4.3/jackson-databind-2.4.3.jar
  76. - https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-core/2.4.3/jackson-core-2.4.3.jar
  77. - https://repo1.maven.org/maven2/com/maxmind/db/maxmind-db/1.0.0/maxmind-db-1.0.0.jar
  78. - https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.4.3/jackson-annotations-2.4.3.jar
  79. db: https://geolite.maxmind.com/download/geoip/database/GeoLite2-Country.mmdb.gz
  80. import:
  81. from: maxbans
  82. sqlite: false
  83. sqlite_file: plugins/MaxBans/bans.db
  84. import_ipbans: true
  85. import_mysql_address: localhost:3306
  86. import_mysql_database: maxbans
  87. import_mysql_username: ''
  88. import_mysql_password: ''
  89. security:
  90. dupeip: false
  91. iphistory: false
  92. sqlexec: false
  93. use_display_names: false
  94. console_sender_name: CONSOLE
  95. hidden_dupeip_players: []
  96. ban_cooldown: 3
  97. warning_cooldown: 3
  98. autocomplete_online_player_names: true
  99. dupeip_scan_all_ips: false
  100. ipreport_minimum_accounts: 1
  101. delete_previous_history: true
  102. unban_all_history: false
  103. banlist_bans_per_page: 5
  104. banlist_show_active_only: true
  105. support_authme: false
  106. lockdown:
  107. persist_enabled: true
  108. debug_level: 0
  109. ban_names: false
  110. ignored_kick_messages: ['restarting']
  111. notification_throttle_ticks: 12000
  112. use_database_time: true
  113. update_check: true
  114. check_after_join: false
  115. use_protocollib: false
  116. override_lower_duration: true
  117. ignored_history_servers: []
  118. use_timezone: true
  119. sync_poll_ticks: 20
  120. sync_poll_skip: 5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement