Configuration
mods/Hexora_PlotPlus/config.jsonFull Configuration
{
"database": {
"type": "sqlite",
"sqlite": {
"file": "plots.db"
},
"mysql": {
"host": "localhost",
"port": 3306,
"database": "plotplus",
"username": "root",
"password": ""
}
}
}Database Settings
type
Value
Description
sqlite.file
mysql.host
mysql.port
mysql.database
mysql.username
mysql.password
Reloading Configuration
Last updated