Hi,
I could look it up in the source code, but as this might also be of interest for others (and because I am lazy, of course), I would like to know whether the parameters of a command will always be in the same order like defined in the Scalatron Protocol.
As an example, Welcome is defined as Welcome(name=String,path=string,apocalypse=int,round=int). Does this imply that the parameters are always in the following sequence: name, path, apocalypse, round?
Thanks
Heiko