Long subcommands don't show in subcommand list #57
Labels
No labels
bug
dependencies
duplicate
enhancement
error handling
feature
formatting
fun
help wanted
invalid
needs testing
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: ChromaGaming/Chroma-Chat#57
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
defining a command
"dungeons set entrance one two three four five six seven eight nine"
and running
/dungeons
does not produce the expected result
"----Subcommands----
" /dungeons set"
instead it returns
"----Subcommands----"
Hm, the issue is here: https://github.com/TBMCPlugins/ButtonCore/blob/master/src/main/java/buttondevteam/lib/chat/TBMCChatAPI.java#L59
This code bit doesn't support not having a class for /dungeons set so it just skips it.
ef0b9caa86