All commands must have a list of expected parameter types, so that the server can convert all parameters to the correct type before sending them to the command-methods.
Must also check for basic things like commas where there aren't supposed to be any.
Automatic checks that makes sure that each command get's enough parameters.
All commands must have a list of expected parameter types, so that the server can convert all parameters to the correct type before sending them to the command-methods.
Must also check for basic things like commas where there aren't supposed to be any.
Automatic checks that makes sure that each command get's enough parameters.