Skip to content

SQLite Setup

Martin Eisengardt edited this page May 7, 2017 · 1 revision

SQLite-Setup

Player statistics can be saved in sqlite tables.

Configuration

To enable sqlite you need to add the following configuration variables at minigames config.yml

Config entry Description
sqlite.enabled true to enable SQlite Support
sqlite.user User name for Connection (currently not used)
sqlite.pw Password for connection (currently not used)
sqlite.database Database File Name

Tables

Minigames lib will create the tables in demand. The databse file will be stored into plugins data Folder.

Clone this wiki locally