Page 1 of 1

names invisible

PostPosted: Mon Aug 05, 2013 01:01
by BrunoMine
I want the players to hide on the map.
The name hinders hide your location on the map.
I have a server. how can I accomplish this task?

PostPosted: Mon Aug 05, 2013 03:04
by Menche
Add the following to minetest.conf:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
unlimited_player_transfer_distance = false

Or run the following command:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
/set unlimited_player_transfer_distance false

Then you will only be able to see the names of players within about 45 nodes of you.

PostPosted: Mon Aug 05, 2013 15:53
by BrunoMine
Menche wrote:Add the following to minetest.conf:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
unlimited_player_transfer_distance = false

Or run the following command:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
/set unlimited_player_transfer_distance false

Then you will only be able to see the names of players within about 45 nodes of you.


thank you!