Skip to content

Releases: craftycodie/OnlineModeFix

1.1.5

06 Nov 00:10
6321461
Compare
Choose a tag to compare

OnlineModeFix now respects custom -Dminecraft.api.session.host values if provided. This allows users to specify custom session servers to use.

Thanks to @evan-goode for this contribution!

1.1.4

21 Dec 17:29
Compare
Choose a tag to compare
  • Tweaked the implementation of the fix, this hypothetically should increase compatibility with more obscure or more recent JVMs

This is the first time the plugin has been built by a CI pipeline, please let me know if it misbehaves!

1.1.3

12 Jul 18:27
Compare
Choose a tag to compare
  • Fixed online-mode (lol)

1.1.2

09 Jul 17:00
Compare
Choose a tag to compare
  • Fixed a bug where hMod would show a false error in the console.

1.1.1 - Added Vanilla Server Support

09 Jul 16:44
Compare
Choose a tag to compare
  • You can now use this plugin with vanilla servers, by adding the jar to the classpath and adding a property.
    • tl;dr use a launch arg, launch your server like this:
      java -Djava.protocol.handler.pkgs=gg.codie.mineonline.protocol -cp minecraft_server.jar;OnlineModeFix.jar net.minecraft.server.MinecraftServer

1.1.0 - Performance Update

09 Jul 00:17
Compare
Choose a tag to compare
  • Removed the local webproxy and switched to the MineOnline protocol.
    • The plugin should be much less buggy and much faster now.