FlashyReese / CommandAliases

Alternate short commands for complex commands
MIT License
25 stars 6 forks source link

Aliases loading order #44

Open Mailiax opened 1 year ago

Mailiax commented 1 year ago

In what order are the aliases loaded? Is there any way to make sure one alias loads before another?

FlashyReese commented 1 year ago

It should be alphabetically based on the filename, you could check the log it should be loaded in that order.

Mailiax commented 1 year ago

Interesting. I am having a problem using /bal, which is a COMMAND_REDIRECT for /money that is made with COMMAND_CUSTOM, but /balance (which is identical to /bal) works.

I thought it might have to do with the order in which the aliases are loaded, but if what you are saying is correct then neither /bal nor /balance should work. Or is there something else about redirecting custom commands that I am missing?