You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an issue when I try to use your mods with Velocity. I removed all the mods until I found this one. It seems that the problem is a register problem on the StarterModeArgumentType, Velocity can't decode the packet sent by the player.
This error occur only when I use the /op command, maybe because commands require an op level.
Velocity error log: https://mclo.gs/pIsUcsj
The text was updated successfully, but these errors were encountered:
Ok, I've managed to find a workaround. I'm not comfortable enough with mod development and Velocity. I simply converted the StarterMode enum to a list of strings (which is a basic type for Brigadier). I think the enum is registered incorrectly and therefore misinterpreted by Velocity. Feel free to accept/reject the PR #19.
Hi,
I have an issue when I try to use your mods with Velocity. I removed all the mods until I found this one. It seems that the problem is a register problem on the
StarterModeArgumentType
, Velocity can't decode the packet sent by the player.This error occur only when I use the
/op
command, maybe because commands require an op level.Velocity error log: https://mclo.gs/pIsUcsj
The text was updated successfully, but these errors were encountered: