This update is aimed at database integration, MariaDB to be more precise.
Changelog
- The plugin will try to connect to database
- Customizable database properties
- The plugin will work as before if connection to database is failed
- You can still send
/sharedamage stats
Setup
Put plugin in your plugins
folder and reload the server.
Send /sharedamage start
in chat to start the run and /sharedamage stop
to stop one.
Database
The plugin will work perfectly fine without this but if you want a db for some reason, do this:
Create a file database.properties
in plugins/sharedamage
folder.
Put your db properties in it. The file must look like this:
host=your-domain-or-ip.com
port=3306
database=the-name-of-the-database
username=db-username
password=db-user-password
Save it and reload your server.