summaryrefslogtreecommitdiff
path: root/builtin/settingtypes.txt
diff options
context:
space:
mode:
authorparamat <paramat@users.noreply.github.com>2017-09-02 03:18:42 +0100
committerparamat <mat.gregory@virginmedia.com>2017-09-04 05:10:52 +0100
commita383eb0eb98ffcc835e17ee847c459edff2b53ec (patch)
tree1fcf0029037b5f5832ff8ddc1e6579827820d967 /builtin/settingtypes.txt
parentad9786c44b7d09b2d7972884ef5e6791861dd151 (diff)
downloadminetest-a383eb0eb98ffcc835e17ee847c459edff2b53ec.tar.gz
minetest-a383eb0eb98ffcc835e17ee847c459edff2b53ec.tar.bz2
minetest-a383eb0eb98ffcc835e17ee847c459edff2b53ec.zip
World start time: Add setting for this, default unchanged
Diffstat (limited to 'builtin/settingtypes.txt')
-rw-r--r--builtin/settingtypes.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt
index c457c5f33..05800a0e7 100644
--- a/builtin/settingtypes.txt
+++ b/builtin/settingtypes.txt
@@ -979,6 +979,9 @@ time_send_interval (Time send interval) int 5
# Examples: 72 = 20min, 360 = 4min, 1 = 24hour, 0 = day/night/whatever stays unchanged.
time_speed (Time speed) int 72
+# Time of day when a new world is started, in millihours (0-23999).
+world_start_time (World start time) int 5250 0 23999
+
# Interval of saving important changes in the world, stated in seconds.
server_map_save_interval (Map save interval) float 5.3