How to make it always day in a region or world

Status
This thread has been locked.
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

tommy

-
Supreme
Feedback score
15
Posts
54
Reactions
27
Resources
0
You can disable the day/night cycle completely using a gamerule:

/gamerule doDaylightCycle false

Once you have done that, you can set the time to whatever time you want using

/time set <time>

(Note time is a number between 0-23999) - 0 = 6AM, 1000 = 7AM etc.
 

butterontoast7

Supreme
Feedback score
4
Posts
42
Reactions
18
Resources
0
In world guard you would execute the command as such:
/rg flag (regionname) time-lock (time)
 
Status
This thread has been locked.
Top