This feature is exclusive to Bedrock Edition and Minecraft Education.
Locks and unlocks eternal daytime.
Syntax[]
daylock [lock: Boolean]
alwaysday [lock: Boolean]
Arguments[]
lock: Boolean
: enum
- Specifies whether the eternal daytime is locked or not.
- Must be a boolean (either
true
orfalse
). If not specified, defaults totrue
. Note that this argument has the opposite sense from thegamerule dodaylightcycle
command's argument.
Result[]
Command | Trigger | Bedrock Edition |
---|---|---|
any | the arguments are not specified correctly | Unparseable |
Otherwise | Successful |
On success, sets the game option "Always Day" to the argument value. If the argument is false
, turns on the "Do Daylight Cycle" game option. If the argument is true
or is omitted, turns off the "Do Daylight Cycle" game option and sets the time of day (time daytime
value) to 5000 ticks, which is one in-game hour before noon.
History[]
Bedrock Edition | |||||
---|---|---|---|---|---|
1.2.0 | ? | Added /daylock . |