Long subcommands don't show in subcommand list #57

Closed
opened 2016-12-23 01:45:42 +00:00 by alisolarflare · 2 comments
alisolarflare commented 2016-12-23 01:45:42 +00:00 (Migrated from github.com)

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----"

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----"
NorbiPeti commented 2016-12-23 11:18:24 +00:00 (Migrated from github.com)

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.

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.
NorbiPeti commented 2016-12-23 22:29:00 +00:00 (Migrated from github.com)
https://github.com/TBMCPlugins/ButtonCore/commit/ef0b9caa8646286595fc0ab9ba8d9a0aeb064781
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: ChromaGaming/Chroma-Chat#57
No description provided.