decaprime / VampireCommandFramework

Framework for VRising mods to Easily build chat commands.
MIT License
4 stars 1 forks source link

Help should respond to aliases #24

Open decaprime opened 1 month ago

decaprime commented 1 month ago

Aliases of commands should be searched. Probably after a search for primary command name.

Rianaid commented 1 month ago

Something like this? image image image

decaprime commented 1 month ago

You can define aliases right now, they're called ShortHand in the attribute. This issue is that those ShortHands aren't in the search space when you type .help especially needs work when it comes to group commands and their aliases and it wasn't surfaced until recently.

Rianaid commented 1 month ago

maybe he'll give you an idea how to implement this old code. https://github.com/Rianaid/Commands