endev15 wrote:How do I disable entity selection boxes?
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
endev15 wrote:How can I make it so a player's nametag disappears when they are a certain distance away?
The minetest.conf setting is called
"player_transfer_distance = 0". The number is the maximal palyer distance in blocks (16m*16m*16m).
So this will hide all nametags that are further away than 64m:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Make sure that the setting
"unlimited_player_transfer_distance" does not exist in your minetest.conf file because it would override the other setting.
Please have a look at the
example file or into the new settings tab (mainmenu) next time. Both contain the information you need to know.