A SpigotMC server plugin that keeps the player at max health, a quick solution to avoid damage or death on a lobby server.
- Java 8 SDK
- Apached Maven
- Eclipse Oxygen (not required, but helpfull if you whish to edit the source)
To compile issue the following commands
$ git clone git@github.com:frklan/NoDamage.git
$ cd NoDamage
$ mvn package
Copy the jar file from target to your spigot server's plugin folder.
- Java 8
- A SpigotMC server
Copy the jar file to your server's plugin folder and restart the server.
Health is keept at max without any permission (remove plugin to disable), if the user has nodamage.glow set to true he/she will be glowing.
The plugin is using the bStat metric classes by Bastian Oppermann to gather a bunch of usage statistics. See this link for current up to date data.
Contributions are always welcome!
When contributing to this repository, please first discuss the change you wish to make via the issue tracker, email, or any other method with the owner of this repository before making a change.
Please note that we have a code of conduct, you are required to follow it in all your interactions with the project.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Fredrik Andersson - Initial work - frklan
This project is licensed under the MIT License - see the LICENSE file for details
- The creators of BungeeCord and SpigotMC
- README based on PurpleBooth's template
- bStat by Bastian Oppermann