Skip to content

Releases: Summiner/ServerPatches

V1.0.6

20 Apr 06:37
68e63b7

Choose a tag to compare

What's Changed

  • Bumped Packet Events version to support newer versions
  • Fixes a crash with the bundle select packet

Download: https://modrinth.com/plugin/serverpatches

V1.0.5

24 Jul 13:38
68e63b7

Choose a tag to compare

What's Changed

  • Fixes version checks
  • Fixes some poor code quality thanks to @Pyrbu
  • Update PacketEvents version to 2.4.0 (fixes viaversion messages etc)
  • Some other things I have 100% forgotten

V1.0.4

06 Mar 13:50
68e63b7

Choose a tag to compare

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

20 Feb 22:31
68e63b7

Choose a tag to compare

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

18 Feb 18:09
68e63b7

Choose a tag to compare

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

18 Feb 03:35
68e63b7

Choose a tag to compare

Removes protocllib from plugin dependencies.
Also fixes an issue with ClickCrashListener not getting the total slots correctly.

(also stop including the version number in release jar)

V1.0.0

11 Feb 19:44
68e63b7

Choose a tag to compare

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

11 Feb 02:13

Choose a tag to compare

Add Bstats
Migrate from Maven to Gradle KTS
Edit .gitignore
Final preparations for Version 1!

V0.0.11-Release

07 Feb 03:38

Choose a tag to compare

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

07 Feb 03:13

Choose a tag to compare

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.