CommandAliases
CommandAliases copied to clipboard
Aliases loading order
In what order are the aliases loaded? Is there any way to make sure one alias loads before another?
It should be alphabetically based on the filename, you could check the log it should be loaded in that order.
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?