Bungeecord/Network Setup
Requirements
Setup
sql:
# H2, MySQL, MariaDB, and PostgreSQL are supported database drivers.
driver: H2
## MySQL/PostgreSQL settings ##
# If using H2, the database will be stored in the LiteBans plugin folder,
# and most of these settings won't apply.
# Database server address.
address: localhost:3306
# Database name, username and password.
database: 'litebans'
username: ''
password: ''
table_prefix: 'litebans_'
Last updated