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