[Server Hosting] NameTagsSettings - CommanderBeelo/DayZ-Expansion-Scripts GitHub Wiki

Return to the summary


"m_Version"

Integer.

Contains the current setting version number, never change this value unless you really know what you are doing as it's used internally for automatic conversion of old settings whenever we change something.

"EnablePlayerTags"

Bool.

  • 0 = Disabled.
  • 1 = Players nametags will be enabled. Looking at a player will display his name.

If you want this feature to be enabled anywhere. Make sure "ShowPlayerTagsInSafeZones" and "ShowPlayerTagsInTerritories" are disabled (0)

"PlayerTagViewRange"

Integer.

The maximum distance (in meters) to see the nametags when looking at a player.

"PlayerTagsIcon"

Integer.

The path of a edds icon so you can use your own icon or another expansion icon.

"ShowPlayerTagsInSafeZones"

Bool.

  • 0 = Disabled.
  • 1 = Should you only allow players to see the nametags of others while inside a safezone.

"ShowPlayerTagsInTerritories"

Integer.

  • 0 = Disabled.
  • 1 = Should you only allow players to see the nametags of others while inside a territory.

Raw file

https://github.com/ExpansionModTeam/DayZ-Expansion-Settings/blob/master/Profile/Settings/NameTagsSettings.json