JRakNet icon indicating copy to clipboard operation
JRakNet copied to clipboard

MinecraftIdentifier does not properly work

Open hYdos opened this issue 5 years ago • 3 comments

using the MinecraftIdentifier causes problems when connected to. no matter what you put for the version tag and server protocol it always says "Outdated Server"

hYdos avatar Aug 14 '20 23:08 hYdos

The version tag, as far as I am aware, does not determine if the server is considered outdated or not when connecting to the game, that is only for display purposes on the main menu. Are you using JRakNet for the case of implementing Minecraft's protocol with RakNet, or are you assuming JRakNet is the Minecraft protocol?

whirvis avatar Aug 15 '20 18:08 whirvis

First, check the RakNet protocol versions. At the moment, jraknet supports version 10, as well as all new MCBE. This change happened recently, and should fix your error

Saehing avatar Jan 12 '21 19:01 Saehing

Tested, it has fixed.

portlek avatar Mar 18 '21 10:03 portlek