mirror of
https://github.com/BrownHedgehog78/death_pos.git
synced 2024-11-23 15:43:46 +01:00
Update README.md
This commit is contained in:
parent
e44a2b08c7
commit
8a6ea019ba
@ -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``.
|
||||
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``.
|
||||
|
Loading…
Reference in New Issue
Block a user