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

Data Checker "view grist cache" button produces incorrect command #425

Open
InfectedGriffon opened this issue Mar 11, 2023 · 3 comments
Open
Labels
bug Something isn't working as it should

Comments

@InfectedGriffon
Copy link
Collaborator

it's in the format /grist get, but /grist is in the format /grist get

@InfectedGriffon
Copy link
Collaborator Author

image

@kirderf1
Copy link
Member

The grist command originally supported that uuid format for players that were not online (hence why it was used in the data checker)
When minecraft refactored its command system into brigadier, I lazily ported the command to use the minecraft-provided player argument, rather than create an argument type for our player identifiers

@kirderf1
Copy link
Member

Oh, and yeah there's the changed argument order that you pointed out

@kirderf1 kirderf1 added the bug Something isn't working as it should label Mar 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working as it should
Projects
None yet
Development

No branches or pull requests

2 participants