Setup - ThePlay3r/Marriage GitHub Wiki
Plugin Setup
Be sure to have PLJRApi already setted up on your server.
Main setup
1. Put the latest Marriage.jar
into your plugins/
folder.
2. Restart the server.
3. Set defaulthome
in Marriage/config.yml
to your desired location.
4. Restart the server.
5. 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 Marriage/config.yml
.
2. Set mysql.enabled
to true
in Marriage/config.yml
.
3. Restart the server.
4. You're done!