From 1938e599980cae82b0203704f7f47f152ecde2f1 Mon Sep 17 00:00:00 2001 From: NatureFreshMilk Date: Fri, 14 Jun 2019 07:15:33 +0200 Subject: [PATCH] update docs --- doc/mod.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/mod.md b/doc/mod.md index deee425..6e47865 100644 --- a/doc/mod.md +++ b/doc/mod.md @@ -24,6 +24,13 @@ can enable the setting in your `minetest.conf` (defaults to false) mapserver.enable_crafting = true ``` +The update interval of the players on the map can be changed with: +``` +mapserver.send_interval = 1 +``` + +Default is `2`, means that the player, time and lag info get sent every 2 seconds. + ## Passive mode You don't have to set up anything, passive mode is the default.