[solved] Server Options

User avatar
octacian
Member
 
Posts: 408
Joined: Mon Dec 21, 2015 22:18
GitHub: octacian
IRC: octacian
In-game: octacian

[solved] Server Options

by octacian » Sat Jul 02, 2016 02:45

Two questions. How do I disable entity selection boxes? How can I make it so a player's nametag disappears when they are a certain distance away? I heard that in the newest Minetest version, both of these "settings" were available as settings, but can't seem to find them.
Last edited by octacian on Wed Jul 06, 2016 15:42, edited 1 time in total.
God isn't dead!

My Coolest Mods:
MicroExpansion, Working Computers, Interchangeable Hands

Check out my YouTube channel! (octacian)
 

User avatar
Krock
Member
 
Posts: 3598
Joined: Thu Oct 03, 2013 07:48
GitHub: SmallJoker

Re: Server Options

by Krock » Sat Jul 02, 2016 09:40

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.
Code: Select all
show_entity_selectionbox = false


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.
Code: Select all
player_transfer_distance = 4

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.
Newest Win32 builds - Find a mod - All my mods
ALL YOUR DONATION ARE BELONG TO PARAMAT (Please support him and Minetest)
New DuckDuckGo !bang: !mtmod <keyword here>
 

User avatar
octacian
Member
 
Posts: 408
Joined: Mon Dec 21, 2015 22:18
GitHub: octacian
IRC: octacian
In-game: octacian

Re: Server Options

by octacian » Mon Jul 04, 2016 05:13

The entity selection box option didn't seem to work when I set it on the server. Even after making sure I had the newest version of Minetest. Wonder if it's client side..

Is there a way to manually (and simply) disable / enable this through a mod (without just using minetest.conf, something that can be toggled in game by admins)?
God isn't dead!

My Coolest Mods:
MicroExpansion, Working Computers, Interchangeable Hands

Check out my YouTube channel! (octacian)
 

User avatar
Krock
Member
 
Posts: 3598
Joined: Thu Oct 03, 2013 07:48
GitHub: SmallJoker

Re: Server Options

by Krock » Wed Jul 06, 2016 08:16

The setting "show_entity_selectionbox" is per-player. You can't control the settings file of other players, using a mod will not change the situation.
Newest Win32 builds - Find a mod - All my mods
ALL YOUR DONATION ARE BELONG TO PARAMAT (Please support him and Minetest)
New DuckDuckGo !bang: !mtmod <keyword here>
 

User avatar
octacian
Member
 
Posts: 408
Joined: Mon Dec 21, 2015 22:18
GitHub: octacian
IRC: octacian
In-game: octacian

Re: Server Options

by octacian » Wed Jul 06, 2016 15:42

OK, thanks. I figured out that it was client side only. Somehow I didn't see either setting in the example config file, though I can't believe I missed it with how obvious they are.
God isn't dead!

My Coolest Mods:
MicroExpansion, Working Computers, Interchangeable Hands

Check out my YouTube channel! (octacian)
 


Return to Minetest General

Who is online

Users browsing this forum: Google [Bot] and 30 guests

cron