Releases: mindsolve/TotalDeathMessages
Release 1.8.1
Maintenance Release 1.8 - New Build System
This release switches from Maven to Gradle, the new preferred build system for PaperMC. With that change, we also bumped the required PaperMC API version to 1.19, to make use of some new features (such as included MiniMessage support, logger directly understanding Chat components).
Apart from that, only small changes were made:
- Fixed multiple typos
- Added handling for kills by Potion of Healing (for Zombies and Skeletons)
Maintenance Release 1.7.2
Release version 1.7.2
This maintenance release contains mostly small housekeeing changes and updates. This will also be the last release to support 1.16, as the next version will target PaperMC API 1.18.
Main changes in this version:
- Added dependabot to the repo, checking for updates in dependencies
- Fixed lots of typos
- Updated dependencies
Release 1.7.1
Release version 1.7.1
This release contains a lot of very small quality improvements, mostly for code quality and maintainability.
Main changes in this version:
- New handlers:
- Projectiles:
Spectral Arrow
,Ghast Fireball
,Shulker Bullet
- Pushing/Kicking into Lava or onto Magma Block
- Kills by pets
- Projectiles:
Other changes:
- Fixed:
- A bug that would have prevented the creation of new player configuration
- Wrong spacing on Arrows
Release 1.7
Release version 1.7
Remember: The previous release removed compatibility with Spigot, instead this plugin now only targets PaperMC.
This release contains a lot of very small quality improvements, mostly for code quality and maintainability.
Main changes in this version:
- Bow & Crossbow kills will now always be detected correctly, even if the person quickly switches away.
- Arrow (bow and crossbow) kills now use the same system as trident kills, which records the thrower/launcher on throw/launch and matches that data on kill.
Other changes:
- Slight performance improvements (arrow kill handling, pet kill handling)
- Internal: Further work on completely removing all Bungeecord chat components
- Internal: Lots and lots of quality improvements with the help of Sonarcloud and
Release 1.6
Release version 1.6
This release removed compatibility with Spigot, instead this plugin now only targets PaperMC.
This is due to a move in PaperMC from BungeeCord chat components to Adventure, a modern chat library, which removes the need for a lot of boilercode, especially for Chat hover-actions (like used items).
If actually wanted by anybody, I could add a compatability layer to Adventure, which would allow the use with Bukkit and Spigot.
Main changes in this version:
- Fixed killing spree messages
- Removed unnecessary commands, switched to
/tdm
as main command (and/mobdeath
as alias) - Breaking: Removed compatibility with Spigot, this plugin is now PaperMC-only
- Rewrote
/tdm
command to be more user-friendly
Other changes:
- Internal: switched to new config system
- Revamped player config, now with only one value describing the amount of messages a player wants
- Added automatic config-migration to new format (version 3)
- A lot of small, internal code changes and improvements.
Release 1.5
Release version 1.5
This version is the last before a major internal restructuring, in my testing this version is stable and has no major bugs.
Correction: Killing spree messages are not working. This will be fixed in the next release.
Main changes in this version:
- Removed all german output (sorry for that ;)
Other changes:
- Lots of small internal changes
Release 1.4
Release version 1.4
Main changes in this version:
- Added messages for Trident kills (including correct thrower detection)
- Correctly identify kills by "Thorns" enchantment
- Added handling for Lingering Potions
Other changes:
- Code now gets scanned for vulnerabilities and code smells
Release 1.3
Release version 1.3
Main changes in this version:
- New per-player configuration system
- Added reduced killingspree messages option (only notify on end of killingspreee, not for all mobdeaths in a killingspree)
- Added configration option and command (
/mobdeath killspree [enable|disable]
) for reduced killingspree messages
Other changes:
- Now correctly detects Bows & Crossbows for fired Arrows
Release 1.2
Release version 1.2
Main changes in this version:
- Added weapon information to mob death messages