Releases: craftycodie/OnlineModeFix
Releases · craftycodie/OnlineModeFix
1.1.5
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
- 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
- Fixed online-mode (lol)
1.1.2
- Fixed a bug where hMod would show a false error in the console.
1.1.1 - Added Vanilla Server Support
- 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
- tl;dr use a launch arg, launch your server like this:
1.1.0 - Performance Update
- Removed the local webproxy and switched to the MineOnline protocol.
- The plugin should be much less buggy and much faster now.