Advertisement
Guest User

Untitled

a guest
Feb 19th, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1. bungeecord: false
  2. sql:
  3. driver: mysql
  4. address: 142.4.208.190:3306
  5. username: 'db_20187'
  6. password: '54096bedb3'
  7. database: litebans
  8. table_prefix: ''
  9. engine: MyISAM
  10. has_connected_before: false
  11. drivers:
  12. - mysql:com.mysql.jdbc.Driver
  13. - sqlite:org.sqlite.JDBC
  14. - h2:org.h2.Driver:https://repo1.maven.org/maven2/com/h2database/h2/1.4.185/h2-1.4.185.jar
  15. durations:
  16. tempban_max: 7 days
  17. mute_max: 1 day
  18. round_down: true
  19. force_command_override: true
  20. allow_duplicate_history: false
  21. dupeip_scan_all_ips: true
  22. ipreport_minimum_accounts: 1
  23. debug_level: 0
  24. mutes:
  25. enabled: true
  26. command_blacklist:
  27. - /me
  28. - /say
  29. prevent_bypass: true
  30. sync_ticks: 0
  31. ban_sync_ticks: 0
  32. warnings:
  33. expire_after: 3 days
  34. actions:
  35. - '3:/kick $player Final warning: $reason'
  36. - '4:/tempban $player 1 day Reached 4 warnings: $list'
  37. actions_execute_as_console: false
  38. console_sender_name: Console
  39. notify:
  40. banned_player_join: true
  41. dupeip_on_join: true
  42. dupeip_on_join_threshold: 3
  43. dupeip_on_banned_account: true
  44. notify_console: true
  45. exempt:
  46. enable: true
  47. permission_world: default
  48. exempt_groups: []
  49. exempt_players: []
  50. geoip:
  51. enable: false
  52. blacklist:
  53. - Anonymous Proxy
  54. download:
  55. api:
  56. - https://repo1.maven.org/maven2/com/maxmind/geoip2/geoip2/2.1.0/geoip2-2.1.0.jar
  57. - https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.4.3/jackson-databind-2.4.3.jar
  58. - https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-core/2.4.3/jackson-core-2.4.3.jar
  59. - https://repo1.maven.org/maven2/com/maxmind/db/maxmind-db/1.0.0/maxmind-db-1.0.0.jar
  60. - https://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.4.3/jackson-annotations-2.4.3.jar
  61. db: https://geolite.maxmind.com/download/geoip/database/GeoLite2-Country.mmdb.gz
  62. import:
  63. from: maxbans
  64. sqlite: false
  65. sqlite_file: plugins/MaxBans/bans.db
  66. import_ipbans: true
  67. import_mysql_address: localhost:3306
  68. import_mysql_username: ''
  69. import_mysql_password: ''
  70. import_mysql_database: maxbans
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement