Minestuck icon indicating copy to clipboard operation
Minestuck copied to clipboard

Data Checker "view grist cache" button produces incorrect command

Open InfectedGriffon opened this issue 1 year ago • 3 comments

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

InfectedGriffon avatar Mar 11 '23 02:03 InfectedGriffon

image

InfectedGriffon avatar Mar 11 '23 02:03 InfectedGriffon

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 avatar Mar 11 '23 13:03 kirderf1

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

kirderf1 avatar Mar 11 '23 22:03 kirderf1