sneaky-player-names

A client-side fabric mod that hides player names if they are out of sight or too far away.

MIT License

Stars
2
Committers
2

Sneaky Player Names

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.

Mod Configuration

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 be true or false). 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.

Technologies

Related Projects