Which one should you use
Set it up
Setstorage.type, then fill the matching block.
- SQLite
- MySQL
- PostgreSQL
- Redis
- YAML
config.yml
plugins/PerPlayerKit/database.db.Sharing one database across servers
The last loaded inventory kit and enderchest slot are stored alongside kit data and read when players join. MySQL, PostgreSQL, and Redis can share these choices across servers. Keep public kit IDs and definitions consistent too. Kits are cached while a player is online; log them out before editing from another server.Changing database later
Change database
SQLite to MySQL, or any two types.
Export and import
Copy a kit room to another server.