Problem with command usage
Lorexe opened this issue ยท 2 comments
Hi,
I just making a modpack and I have a little problem with your mod.
When I use FTBUtilities "Server Info" page, your mod write his command usage in the chat
http://i.imgur.com/BaeSJ3t.png
I can say you why it's do that :
FTBU get all commands usage of all mods to make his Commands Page (source)
You send a chat message for sub commands while you just need to return a string (source)
An other small problem occured when you just write "/achievementbooks" : http://i.imgur.com/5fAtRgm.png
You should take a look at CommandTreeBase that help you to make sub commands class :)
Have a nice day.
Versions :
forge-12.18.3.2254 (1.10.2)
Achievement Books 1.0b82-MC1.10.2
FTBUtilities-1.10.2-3.4.3
Hi Lorexe,
Great find, thanks for the info. I'm currently polishing everything up for a proper release, so this came at the perfect time!