Simple minecraft spigot plugin that allows counting player deaths. Data about the death of players is stored in MySQL database and displayed in sidebar.
- Clone the repository.
- In a terminal cd into repository directory.
- Run
mvn package
, - Move
./target/DeathCounter-xxx.jar
to yourplugins
folder. - Start and stop your server.
- Edit configuration file in
plugins/DeathCounter/config.yml
, - Start your server.
-
1.0.2
- Fixed DB connection issues, added CommandTabCompleter, added permissions
-
1.0.1
- Fix for DB SSL Error, Added bStats
-
1.0
- First build of working plugin
- K4M1s - Creator, main developer
This project is licensed under the MIT License - see the LICENSE.md file for details