Time settings

Add hours to current time

env.addtime "int"

Adds a specified number of hours to the current time. This can be useful for triggering server events that require a certain amount of time to pass.

(Int is a whole number)


Start or stop time

env.progresstime "0/1"

Enable this to stop time progression on the server (no day/night cycle).


Set the time

env.time "int"

Sets the time to the specified hour (24 hour clock)

Example:

env.time 11

This will set the time to 11AM.


Last updated