This package has been marked as deprecated, and it's suggested another
alternative is used.
You are viewing a potentially older version of this package.
View all versions.

NoPlayerHPBarNickname
You will no longer see health bars and names of other players.
Date uploaded | 2 years ago |
Version | 1.5.0 |
Download link | Frogger-NoPlayerHPBarNickname-1.5.0.zip |
Downloads | 101 |
Dependency string | Frogger-NoPlayerHPBarNickname-1.5.0 |
This mod requires the following mods to function

denikson-BepInExPack_Valheim
BepInEx pack for Valheim. Preconfigured and includes unstripped Unity DLLs.
Preferred version: 5.4.1901README
NoPlayerHPBarNickname
You will no longer see health bars and names of other players. Can also works on mobs, there is a config for that.
Config
[Mobs]
## If mob is more than this distance from player, its health bar will be hidden. Set to 0 to hide health bar completely
# Setting type: Int32
# Default value: 6
Mobs healthBar distance = 5
## If mob is more than this distance from player, its name will be hidden. Set to 0 to hide name completely
# Setting type: Int32
# Default value: 2
Mobs name distance = 10
## If mob is more than this distance from player, its alert sign will be hidden. Set to 0 to hide alert sign completely
# Setting type: Int32
# Default value: 5
Mobs alert sign distance = 5
## If mob is more than this distance from player, its stars will be hidden. Set to 0 to hide stars completely
# Setting type: Int32
# Default value: 5
Mobs stars distance = 5
## If mob is more than this distance from player, its aware sign will be hidden. Set to 0 to hide aware sign completely
# Setting type: Int32
# Default value: 5
Mobs aware sign distance = 5
[Players]
## If player is more than this distance from player, his/her health bar will be hidden. Set to 0 to hide health bar completely
# Setting type: Int32
# Default value: 6
Players healthBar distance = 6
## If player is more than this distance from player, his/her name will be hidden. Set to 0 to hide name completely
# Setting type: Int32
# Default value: 2
Players name distance = 2
If something does not work for you, you have found any bugs, there are any suggestions, then be sure to write to me!
Discord Just a Frogger#9392
CHANGELOG
1.5.2 - Fixed version of 1.5.0. Now works fine. Tested in multiplayer
1.5.3 - Some more null checks