Releases: Setloth/Lifesteal
7.0.4 - Missing .title() on config gui
There was a minor issue with a missing title handle for the config gui
Full Changelog: 7.0.3...7.0.4
7.0.3 - Build Depend Update + Command Fixes
Fixes an issue with an internal library not building with its Snapshot
Adds a message when you run /lifesteal
to show possible usages
Full Changelog: 7.0.2...7.0.3
7.0.2 - Update Outdated warning message
Minor update to fix the outdated warning to not reference Minehut
Full Changelog: 7.0.1...7.0.2
7.0.1 - Minor bug fix
As shown in issue #1, there was an issue with a Config flag that was removed from the config.yml in 7.0.0 but still had a reference in the code, I went ahead and patched that, nothing too major
Full Changelog: 7.0.0...7.0.1
7.0.0 - Configuration Rework
Hello everyone!
This update brings a rework of the configuration file, making it simpler by removing the enabled:
and value:
parts of most sections that did not require them, instead replacing them by just allowing you to place the value next to the section label, for example gain: 10
instead of:
gain:
enabled: true
value: 10
This update additionally adds a new command, /lifesteal config
which will open a GUI menu and allow you to configure the Crafting items without having to use the config file!
preview:
Minecraft__1.19.2_-_Multiplayer_3rd-party_Server_2022-09-18_22-57-45.3.mp4
Additionally, with this update, I have added the plugin to Spigot, and made the GitHub completely open source, the binary jar for the plugin will also be attached to this update if you wish to download it via GitHub
Full Changelog: 6.0.3...7.0.0
Item Logging Fix
Debug fixing to prevent unresolved error
Minor Item Checking Fix
Minor updates to how the plugin validates that you're using the correct heart item.
6.0.1 - Minor Crafting Update
This update just cleans up some minor flukes in the crafting registry
6.0.0 - Spigot Compatibility Update
Yay! Lifesteal can now run on spigotmc servers (still 1.17-1.18)
it only took me hours of revisions on my code...
5.1.1 - api fixes
updated connection to minehut api