

“int min max” will accept an integer (whole number) between min and max and will appear as a textbox that auto corrects non-numbers.For example, “list North 0 South 1 East 2 West 3 Up 4 Down 6”. For each selectable option you want you need to include a text (the text to display in the selectable option) and the value (the value to set the preference to when the option is selected).

This will appear as a popup box in the Server Control interface. “list text value text value text value” for a list.“bool” will only accept true or false values and will appear as a checkbox in the Server Control interface.
