Humudc, I'm fixing that issue right now. The problem is that the command interpreter is looking at a line like this:
guild rank_permission 1 4 true
And seeing this:
/guild rank_permission
/1
/4 true
Because it's attempting to evaluate all the tokens as commands. I'm gonna fix this to only evaluate the leftmost token as a command.
|