Could not parse command: java.lang.String cannot be cast to java.util.Collection
LoganDark opened this issue ยท 2 comments
-
Minecraft version: 1.16.4
-
CC: Tweaked version: 1.95.0
-
Logs: Command parsing does not create logs
-
Detailed reproduction steps:
/computercraft queue 1
=> runs with no issues./computercraft queue 1 something
=> fails; since most verification is done client-side, this command is not even sent to the server.Crucially, this only happens on dedicated servers, not in singleplayer. That's probably the reason it was missed - because there are very few servers running 1.16.
Thank you for the report! A little worrying to see how long this has been broken.