Console Command Parameters

I bet it’s a bonafide bug related to optional arguments. It appears that the code is counting how many required arguments there are, and then displaying that number of arguments starting from the last one.

Want to test it and see if my theory is correct? If it is, then making minutes required should give you SetWorldTime minutes[int32] seconds[int32] and making them all required would make it show correctly.