Settings: #SQLite MySQL storage-type: MySQL #Use connection pool or not #Require 'slf4j' dependencies usepool: true #Whether to disable saving data asynchronously(SQLite no such setting) disable-async: false #SQLite settings SQLite: #Address is the folder path path: Default #MySQL settings MySQL: host: 192.168.1.1 port: 3306 user: root pass: "123213asdsad" database: money #auto add "_", can use %sign% to indicate Server ID (BungeeCord settings) table-suffix: '' property: usessl: false encoding: utf8 timezone: '' allowPublicKeyRetrieval: false #Connection pool settings Pool-Settings: maximum-pool-size: 30 minimum-idle: 20 maximum-lifetime: 180000 idle-timeout: 60000