Sneaky Player Names
The client-side Fabric modification conceals player nametags when they are outside your line of sight or positioned at excessive distances. This enhancement substantially increases multiplayer engagement by enabling stealth approaches toward other participants.
Modification Configuration
Within the mod configuration directory, an automatic generation process creates sneaky_player_names.properties with the following adjustable parameters:
-
hide_player_names — determines whether player identifiers should be concealed when not directly visible (accepts
trueorfalsevalues). The default setting istrue. -
max_distance — establishes visibility range limits for player nametags measured in block units. Negative values permit unlimited visibility range, while zero values completely disable name display. Default configuration uses
30blocks.
Configuration file read errors automatically trigger fallback to default parameter values.