TBMCPlugins/Chroma-Chat

Long subcommands don't show in subcommand list

Closed this issue · 2 comments

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.