Installation Steps
Download the Plugin
Grab the latest
PerPlayerKit-x.x.x.jar from the official releases page. Always use the most recent stable release to get the latest bug fixes and features.Stop Your Server and Place the JAR
Shut down your server completely before adding any new plugin. Once it has stopped, copy the
.jar file into your server’s plugins/ folder.Start the Server to Generate Config Files
Start the server. PerPlayerKit will initialize and create its configuration files inside
plugins/PerPlayerKit/. Watch your console for any startup errors, then let the server finish loading.Stop the Server Again
Stop the server before editing any configuration files. Editing config files while the server is running will cause your changes to be overwritten on the next save cycle.
Edit config.yml and Set Your Storage Type
Open
plugins/PerPlayerKit/config.yml in a text editor. Find the storage block and set type to your chosen backend (sqlite, mysql, or postgresql). If you choose MySQL or PostgreSQL, fill in the corresponding connection details as shown in the Database Configuration section below.Database Configuration
Choose the storage backend that fits your server setup. All three options are fully supported; the right choice depends on your infrastructure.- SQLite (Recommended)
- MySQL
- PostgreSQL
SQLite stores all kit data in a local file inside the That is the only change required. Restart the server and the plugin creates the database file automatically.
plugins/PerPlayerKit/ directory. No external database software or credentials needed.Next Steps
With the plugin installed and storage configured, set up your Virtual Kit Room and assign permissions so players can start building kits.- Follow the Quickstart guide to configure a Kit Room and test the plugin end-to-end.
- Browse the Configuration reference for the full list of available settings.
