diff options
Diffstat (limited to 'minetest.conf.example')
-rw-r--r-- | minetest.conf.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/minetest.conf.example b/minetest.conf.example index af85d26a2..c593e0ec1 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -295,7 +295,10 @@ # See /privs in game for a full list on your server and mod configuration. #default_privs = interact, shout # Whether players are shown to clients without any range limit +# deprecated, use the setting player_transfer_distance instead #unlimited_player_transfer_distance = true +# Defines the maximal player transfer distance in blocks (0 = unlimited) +#player_transfer_distance = 0 # Whether to enable players killing each other #enable_pvp = true # If this is set, players will always (re)spawn at the given position |