Signs
Add information about your world to signs! Easy to configure and use.
Last updated | 2 weeks ago |
Total downloads | 2414 |
Total rating | 5 |
Categories | Mods Tweaks Server-side Client-side |
Dependency string | jcdcdev-Signs-0.5.3 |
Dependants | 6 other packages depend on this package |
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.2202ValheimModding-Jotunn
Jötunn (/ˈjɔːtʊn/, 'giant'), the Valheim Library was created with the goal of making the lives of mod developers easier. It enables you to create mods for Valheim using an abstracted API so you can focus on the actual content creation.
Preferred version: 2.21.3README
jcdcdev.Valheim.Signs
This is a BepInEx plugin for Valheim that allows you to configure signs to display in-game information.
Feel free to suggest other useful signs!
Features
Simply place any sign and set the text to one of the following options, e.g {{onlineCount}}
.
Online Count
Displays the current number of players online.
{{onlineCount}}
Death Count
Displays the current player's number of deaths on this world.
{{deathCount}}
Option | Description | Example | Example Output |
---|---|---|---|
playerId |
The player's name or ID. Defaults to the current player if left blank |
{{deathCount jcdc}} |
3 |
Death Leaderboard
Displays the players with the most deaths on this world.
{{deathBoard}}
Option | Description | Example | Example Output |
---|---|---|---|
count |
The number of players to show Defaults to 3 if left blank |
{{deathBoard 2}} |
1. JIM: 3 2. MIJ: 1 |
Comfort
Displays the current comfort level of the player.
{{comfort}}
Stamina
Displays the current stamina level of the player.
{{stamina}}
Health
Displays the current health level of the player.
{{health}}
Skills
Displays the skill level of the player.
{{skill bows}}
Skills
- Axes
- Blocking
- BloodMagic
- Bows
- Clubs
- Crossbows
- ElementalMagic
- Fishing
- Jump
- Knives
- Pickaxes
- Polearms
- Ride
- Run
- Sneak
- Spears
- Swim
- Swords
- Unarmed
- WoodCutting
Options
Option | Description | Example | Example Output |
---|---|---|---|
emoji |
Adds an emoji | {{skill bows emoji}} |
🏹 100 |
label |
Adds a label | {{skill bows label}} |
Bows 100 |
Game Time
Displays the current in-game time.
{{gameTime}}
Options
Option | Description | Example | Example Output |
---|---|---|---|
12 |
Outputs in 12 hour format | {{gameTime 12}} |
12:00 AM |
s |
Adds seconds to the time | {{gameTime s}} |
12:00:00 |
emoji |
Outputs as an emoji | {{gameTime emoji}} |
🕛 |
Actual Time
Displays the current time.
{{actualTime}}
Options
Option | Description | Example | Example Output |
---|---|---|---|
12 |
Outputs in 12 hour format | {{actualTime 12}} |
12:00 AM |
s |
Adds seconds to the time | {{actualTime s}} |
12:00:00 |
f |
Outputs full date and time | {{actualTime f}} |
06 September 2024 09:08 |
g |
Outputs date and time | {{actualTime g}} |
06/09/2024 09:08 |
emoji |
Outputs as an emoji | {{gameTime emoji}} |
🕛 |
Installation
This mod must be installed on the server and all clients to work. Players will not be able to join the server/your game if they do not have the mod installed.
If you're using a mod installer, you can likely ignore this section.
Installation
Install BepInEx
- Download BepInEx,
- Extract everything inside
BepInEx_Valheim
into your Valheim folder- e.g
C:/<PathToYourSteamLibrary>/steamapps/common/Valheim
- e.g
Install jcdcdev.Valheim.Signs
- Download the mod
- Extract the ZIP
- Place the
jcdcdev.Valheim.Signs
folder intoBepInEx/plugins
of your Valheim folder.