This is a prerelease of the 2.1.0 version of the mod, as I still have to figure out some things and I have some other work to do.
- Fix [BUG] Sends player kill messages when killing entity (#5)
- Add support for PlaceholderAPI. Currently, the placeholder support isn't fully implemented, so it may have bugs.
- Clean up of some code, mainly removing the unused test mod jar and some other things in build.gradle
- Added 2 new events:
death
andleave
. - Added an icon
- Did a major refractor to the code
- Made a new API,
player-events-api
. More information on the README.md file