GeyserMC/MCProtocolLib

UnmappedValueException on client login.

alvileg opened this issue · 2 comments

The following error is being produced when the client logs in, or when the player gets opped.
It seems that this only happens when the commands are being declared.

Here is the Exception:

Internal Exception: com.github.steveice10.mc.protocol.data.UnmappedValueException: Value minecraft:resource_or_tag has no mapping for key class com.github.steveice10.mc.protocol.data.game.command.CommandParser.

Paper Version: 1.18.2
MCProtocolLib Version: latest: 1.18-3

Investigating further, the value is indeed Mapped, added in the Merge branch 'feature/1.18.2', but it was not included in the release 1.18-3

Would it be possible to make a new release with the latest changes?

Thanks

This was fixed by the latest 1.18.2-1 Release

Thanks.