A bit late to the party, however this update finally brings 1.20.6 and 1.21 support to the plugins!
As always, and especially now as 1.20.6 changed a lot of things, please join the discord and let us know if there are any issues!
With the previous updates, a lot of internal changes have been made.
This update removes a small field used for reflection which is no longer used by the API.
This update fixes a bug with custom packets being sent in 1.20
This update brings about two important bugfixes in the internal core library:
- Fixed titlebars not being properly translated in lower versions
- Fixed particles not working in 1.9
This update brings a small bugfix which patches out the title bar not working properly in 1.8.x versions.
This update brings a small bugfix which caused skulls to not work properly in 1.20.4 in certain cases.
This fixes an issue caused by a missing NBT tag setter in non 1.18 versions.
With that, full 1.20.4 support should be here!
After an internal revamp of our NBT Data structures, we now have full 1.20.4 support!
Hopefully this should lead to faster times on new releases!
As always, if any issues arise, drop by the discord and let us know!
The long awaited 1.20.2 support has finally arrived!
As always, if anything goes wrong, let us know through the Discord server!
Fixed a small bug in the core library which sometimes caused cache misses on the class names, and it should bring far more consistent tick times to the plugin.
This update brings a small adjustment to how messages are handled in the plugins.
Specifically, this brings a performance increase in all versions between 1.12 and 1.16
This update brings a patch for 1.20.1.
This has been thoroughly tested, however if any issue show up, please let us know!
After countless hours spent by the development team to ensure everything is up to date, we happily present you Spigot 1.20 support.
This update brings full compatibility with all the features that this brings.
Please join our discord at
https://discord.gg/FdMjWSP to report any issues you might have with any of the plugins in 1.20
An issue was discovered with the compatibility for 1.17.1 when it comes to NBT tags.
This update brings a full patch to all of it!
There was a bug in the time formatting API which caused certain durations to show up with erroneous commas.
This update brings a full patch as well as adding years as a potential time unit.
Fixed an issue with ClassNotFoundException in versions under 1.18
In 1.18 a new class was introduced in order to help with the management of skulls. This update brings a fix which allows the plugin to work using this class, even in versions prior to 1.18
Internal library change:
- Fixed an issue where the pointer file would be interpreted as an old config for migration
Internal library change:
- All plugins now have a messages.yml file which points to the correct location
Internal library change:
- Fixed an issue with skull serialization
This update brings full compatibility with the 1.19.4 Spigot version!
This update brings the option to prevent people with the same IP from claiming bounties from one another to prevent stats boosting. People can still place bounties on people with the same IP as them, however they cannot claim them.
For those updating, this is the config section which needs to be added
Code (YAML):
# Prevents players from claiming bounties on players with the same IP address as them.
prevent-identical-ips
: false
Small bugfixes are included in this version:
- Compliance with new containers
- Fixed an issue with how the damage source is calculated
This update brings a lot of changes to the internal strucutre of the plugin in order to fix a whole slew of bugs:
- Fixed NaN being a valid argument for bounty amounts
- Fixed a bug where the last hit would sometimes not get counted
- Fixed a placeholder not showing up in personal bounties
- Fixed help message / Stylized a bunch of messages to look better
- Removed duplicates from placers list
- Fixed how our core library is included in the JAR
- Fixed a bug with the message not being sent to the right player when placing a bounty
- Fixed skulls not immediately updating when changing ordering or criteria
- Fixed an issue with hit validity where seconds were interpreted as milliseconds
- Fixed version and missing author name in plugin.yml
- Fixed a bunch of numbers not being formatted properly
This update brings a couple of needed fixes and features to the plugin!
Features
- Added a function to invalidate hits after some time (through hit validity)
- Bows, snowballs, ender pearls and potions are now all handled when calculating damage percentages
Bugfixes:
- Fixed up a couple of messages inside the default config
- Modified how taxes are handled in order to patch a potential bug
Small changes to the message file sometimes prevented the correct sorting criteria and sort order from showing up in the new inventories.
This is a large update containing a couple of features being implemented into the plugin:
- Made previous page and next page buttons fully translatable
- Added support for ordering bounties by age and possible earnings
- Added a config option that, when enabled, will bunch all bounties for a single player into a single item in the global bounties inventory.
- Internal structure modifications to share more code between the personal bounty and global-bounty inventories, to make the plugin easier to maintain.
- Bounties now have a date placed on them
This version brings pretty much full compatibility with 1.19.3
- Updated internal NBT tag manipulation in order to include 1.19.3 mappings
- Fixed some permissions
- MLib version modified which should fix some bugs.