From 8a6ea019ba47a4648fab6b49e894d4f3dfc1c895 Mon Sep 17 00:00:00 2001 From: Toby <69259430+BrownHedgehog78@users.noreply.github.com> Date: Thu, 30 Sep 2021 18:21:36 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a4a214..78f89b2 100644 --- a/README.md +++ b/README.md @@ -7,4 +7,4 @@ Minetest mod that adds a command to teleport to player's last death position Use ``/death_pos`` command to return back to the last death position. #### Settings -To disable message that sends a tip when player dies, add setting ``death_pos.send_tip_on_die`` in ``minetest.conf`` and set it to ``false``, it should be like this: ``death_pos.send_tip_on_die = false``. When player uses the `/death_pos` command it clears the death pos and the player can't teleport to the last death position again, but you can disable it, add this setting in ``minetest.conf``: ``death_pos.clear_pos = false``. \ No newline at end of file +To disable message that sends a tip when player dies, add setting ``death_pos.send_tip_on_die`` in ``minetest.conf`` and set it to ``false``, it should be like this: ``death_pos.send_tip_on_die = false``. When player uses the ``/death_pos`` command it clears the death pos and the player can't teleport to the last death position again, but you can disable it, add this setting in ``minetest.conf``: ``death_pos.clear_pos = false``.