NullPointerException when autocompletion using /execute run <command> #310
Labels
bug
Something isn't working
currently hotfixed
Something that's fixed/implemented but not fixed properly
CommandAPI version
8.5.0
Minecraft version
1.16
Are you shading the CommandAPI?
No
What I did
/test_error arg1 arg2
/execute run test_error arg1 arg2
/execute store result score result tests run test_error arg1 arg2
What actually happened
There is more when pressing tab in the console
What should have happened
No NullPointerException when suggesting "foo" for the second argument.
Server logs and CommandAPI config
config.yml
Going further
I have tried with a CommandTree and a CommandAPICommand, the result is the same. Also this appends when there is a CustomArgument followed by any argument with suggestions.
Other
No response
The text was updated successfully, but these errors were encountered: