Skip to content
This repository has been archived by the owner on Feb 28, 2021. It is now read-only.
PintTheDragon edited this page Sep 19, 2020 · 1 revision

Lights

Lights is a command that lets you turn off the lights in either HCZ or everywhere (HCZ and LCZ) for a certain amount of time. Here's what it looks like:

lights HCZ/ALL duration [delay]

The first argument (HCZ/ALL) must be set to either HCZ or ALL. When set to HCZ, lights will only go off, while ALL will make them go off in LCZ and HCZ.

The second argument (duration) allows you to specify how long the lights should go off for (in seconds). If you want them to be off indefinitely, you can put in a high number (like 100000). After the duration is over, the lights will turn back on.

The third and final argument (delay) allows you to specify a delay before the command is executed. This can be used to have the lights not turn off immediately.

Examples

This will turn off all the lights in LCZ and HCZ for 5 minutes (300 seconds):

lights ALL 300

And this will turn all HCZ lights off forever after 2 minutes (120 seconds):

lights HCZ 100000 120
Clone this wiki locally