Releases: Summiner/ServerPatches
V1.0.6
V1.0.5
V1.0.4
What's Changed
- Makes triggering the crash event synchronous (Fixes the error associated with it)
- Adds Boosted-Yaml for automatic config updating
- Rename to and improve InvalidPacket#kickUser to use PacketEvent's User class and directly disconnects the player, this is now asynchronous and doesn't have to wait for the next server tick to trigger.
- Removes Bukkit#Player references from some listeners, still required in some for now
V1.0.3
What's Changed
- Crash Event API by @tarna in #7
- Fixes /spatches command producing an error when no argument is provided #8
- Backtracks to java 16 for 1.17 servers (some older plugins don't support java 17?)
- Removes the packet limiter from the plugin, please use paper's packet limiter instead
V1.0.2
fixes a bug caused by 1.0.1, Hopefully should be the last release for a while.
if you're not able to restart and your server is running 1.18.1 or greater you can fix the issue by simply disabling the ClickEventExploit in the plugin config and run /spatches reload
release jars are also a bit smaller now ^^
V1.0.1
V1.0.0
Version 1.0 is finally here!
So far we have migrated from ProtocolLib to PacketEvents for better performance and compatibility with velocity. Sadly this has resulted in an increase jar file size, in the future we will provide versions with and without PacketEvents shaded so you can use their separate plugin.
Submit some beginning preparation for velocity support
Changes default packet limiter options to work better with the increased amount of supported packets.
This version may introduce some bugs, if you experience any please message me on discord (@jamie.rs) or open a github issue
Velocity support coming in version 1.1!
V0.0.12-Release
Add Bstats
Migrate from Maven to Gradle KTS
Edit .gitignore
Final preparations for Version 1!
V0.0.11-Release
Ugh i hate needing to make new releases so fast, I added a much more robust check for tab completion since previously it wasn't very good
V0.0.10-Release
Yippee who could have guessed, yet another exploit? This time seems to have actually been caused by a bug pushed to paper, either way this should fix it up for you all <3
WARNING This version has a severe vulnerability that allows attackers to still cause harm using the previously mentioned exploit, please use a newer version or update your plugin. DO NOT USE THIS VERSION
Compiled jar has been removed.