Page 1 of 1

How do I remove name tags?

PostPosted: Thu Mar 27, 2014 21:00
by mcfan
I want to remove name tags for my gun server. What do I remove in the builtin?

PostPosted: Fri Mar 28, 2014 00:25
by Menche
Names aren't handled in lua, so they aren't in builtin. There's no way of completely removing them, but you can only show them to nearby players with this setting:
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 = false

Shut down server, add that to ~/.minetest/minetest.conf, start the server.

PostPosted: Fri Mar 28, 2014 12:31
by mcfan
OK. Thanks I'll try it.

PostPosted: Fri Mar 28, 2014 14:00
by mcfan
I tried it. If it = true the man disappears at a short distance but the name tag still shows indefinitely. But if it =false the man shows for a long distance.

PostPosted: Fri Mar 28, 2014 23:42
by mcfan
Didn't work:(

PostPosted: Sat Mar 29, 2014 12:01
by mcfan
Tag still showed up.

PostPosted: Sat Mar 29, 2014 14:32
by CraigyDavi
mcfan wrote:Tag still showed up.

The tag will show. There is no way to remove it. Using that setting will only show the name tags of players nearby. Also learn to use the edit post function!

PostPosted: Sat Mar 29, 2014 17:09
by mcfan
How close nearby? I tried it and they showed a long ways away still.