A client-side fabric mod hiding player names if they’re not in sight, or if they’re too far.
It makes the multiplayer experience more immersive by allowing you to sneak up on other players.
A sneaky_player_names.properties
config file will be automatically generated
in the mod config directory.
There are two different options :
-
hide_player_names
: whether to hide out of sight players' names or not (can betrue
orfalse
). Default :true
-
max_distance
: the furthest you can see a player name (in blocks). A negative distance represents an infinite distance, and 0 will never show names. Default :30
.
If there's an error while reading the config, the mod will use the default values.