Setup - ThePlay3r/KitManager GitHub Wiki
Plugin Setup
Be sure to have PLJRApi already setted up on your server.
Main setup
1. Put the latest KitManager.jar
into your plugins/
folder.
2. Restart the server.
3. You're done!
MySQL Setup
The plugin will automatically use PLJRApi DataSource, but if you for some reason want to use another database, here is how. However, the data won't be transfered, you will have to do that all by yourself.
1. Fill the required login details at mysql
in KitManager/config.yml
.
2. Set mysql.enabled
to true
in KitManager/config.yml
.
3. Restart the server.
4. You're done!