From 316b8a825363e3b17189ff0b42894bea3f6a21f2 Mon Sep 17 00:00:00 2001 From: "Tai @ Flex" Date: Fri, 13 Jan 2017 23:01:19 +0000 Subject: [PATCH] update for new static point behaviour --- README.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 381c98f..c16ee10 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,10 @@ A spawn command for Minetest without needing a fixed point -## Normal mode - -If `static_spawnpoint` is set in `minetest.conf`, this mod will simply provide a `/spawn` command that takes players to that point. - -## Randomized mode - If no static spawning point is defined, each player is given a spawn location somewhere near 0,0,0. +If static spawn point is defined, that point is used as origin instead. + Players will not spawn in spaces that are protected by any other player than the Server Admin. Players can request a new spawn point by typing `/newspawn` if they have the `newspawn` privilege. @@ -17,6 +13,6 @@ Players can request a new spawn point by typing `/newspawn` if they have the `ne ## License (C) 2017 Tai "DuCake" Kedzierski -based originally on the mod by everamzah +based originally on the mod uploaded by everamzah Provided under the terms of the LGPL v3.0