Database
Stores chat messages in MySQL or SQLite.
🛠 Config Example:
use-database: true
database-type: "mysql"
database-credentials:
host: "localhost"
database: "minecraft"
username: "root"
password: ""
Was this page helpful?
Stores chat messages in MySQL or SQLite.
🛠 Config Example:
use-database: true
database-type: "mysql"
database-credentials:
host: "localhost"
database: "minecraft"
username: "root"
password: ""
AZ PLUGINS