Command reference

WeatherController

Weather · admin

Command words: wc, weathercontroller
Permission: SeniorAdmin

The weathercontroller command is used to view, edit and create weather controllers.

Weather controllers are used by zones, areas and individual rooms to work out what their current weather is, handle transitions between events, and everything else. They are the "brains" of the weather system.

The syntax is as follows:

wc list [<filters>] - lists all of the controllers
wc edit <which> - begins editing a controller
wc edit new <name> <climate> <zone> - creates a new controller
wc close - stops editing a controller
wc show <which> - views information about a controller
wc show - views information about your currently editing controller
wc set name <name> - rename the weather controller
wc set clock <clock> - set the clock
wc set timezone <tz> - set the timezone
wc set longitude <degrees> - set the longitude
wc set latitude <degrees> - set the latitude
wc set elevation <height> - sets the height above sea level
wc set radius <measurement> - sets the planetary radius
wc set celestial <which> - changes which celestial this is tied to

← Back to Command reference