Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incompatibility with Velocity Argument type identifier null unknown #18

Open
AerWyn81 opened this issue Feb 23, 2025 · 1 comment
Open

Comments

@AerWyn81
Copy link
Contributor

AerWyn81 commented Feb 23, 2025

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

@AerWyn81
Copy link
Contributor Author

AerWyn81 commented Feb 23, 2025

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.

main...AerWyn81:StarAcademyMod:main

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant