Database Management
Database stores information on players, parties and server.
There are two storage types MySQL and SQLite
StorageType can be set in the config.yml
MySQL:
MySQL requires a MySQL database. Without it MySQL cannot be used and it will switch to SQLite.
SQLite:
SQLite don't require any database. A database.db file will be created on startup.
Last updated