Skip to content

Instantly share code, notes, and snippets.

@phit
Last active November 11, 2024 13:00
Show Gist options
  • Save phit/be5b69b76217bb8bab7b1cd752d4c39e to your computer and use it in GitHub Desktop.
Save phit/be5b69b76217bb8bab7b1cd752d4c39e to your computer and use it in GitHub Desktop.

Updating netty manually for Minecraft 1.12

Get your minecraft_server.1.12.2.jar from the root of your server, download the last bundled jetty 4.1 version https://repo1.maven.org/maven2/io/netty/netty-all/4.1.68.Final/netty-all-4.1.68.Final.jar

Open your server jar with 7zip and navigate to minecraft_server.1.12.2.jar\io\netty\

open the netty jar file you downloaded and go to netty-all-4.1.68.Final.jar\io\netty\

back in the minecraft server jar delete these 6 folders

now simple copy the same 6 folders from the netty package into the minecraft jar

throw the jar back into the root of your server and you are done!

@phit
Copy link
Author

phit commented Nov 11, 2024

Updated the gist, thanks for the heads up!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment