You are viewing a potentially older version of this package. View all versions.
jcdcdev-Signs-0.4.1 icon

Signs

Add information about your world to signs! Easy to configure and use.

Date uploaded 3 days ago
Version 0.4.1
Download link jcdcdev-Signs-0.4.1.zip
Downloads 61
Dependency string jcdcdev-Signs-0.4.1

This mod requires the following mods to function

denikson-BepInExPack_Valheim-5.4.2202 icon
denikson-BepInExPack_Valheim

BepInEx pack for Valheim. Preconfigured and includes unstripped Unity DLLs.

Preferred version: 5.4.2202
ValheimModding-Jotunn-2.20.3 icon
ValheimModding-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.20.3

README

jcdcdev.Valheim.Signs

jcdcdev.Valheim.Signs icon

GitHub Release Thunderstore Release Nexus Mods Release

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}}

In game screenshot of the Online Count sign

Death Count

Displays the current player's number of deaths on this world.

{{deathCount}}

In game screenshot of the Death Count sign

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}}

In game screenshot of the Death Leaderboard sign

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}}

In game screenshot of the Comfort sign

Stamina

Displays the current stamina level of the player.

{{stamina}}

In game screenshot of the Comfort sign

Health

Displays the current health level of the player.

{{health}}

In game screenshot of the Health sign

Skills

Displays the skill level of the player.

{{skill bows}}

In game screenshot of the Skills sign

Skills

  • Axes
  • Blocking
  • BloodMagic
  • Bows
  • Clubs
  • Crossbows
  • ElementalMagic
  • Fishing
  • Jump
  • Knives
  • Pickaxes
  • Polearms
  • Ride
  • Run
  • Sneak
  • Spears
  • Swim
  • Swords
  • Unarmed
  • WoodCutting

Game Time

Displays the current in-game time.

{{gameTime}}

In game screenshot of the Game Time sign

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

Actual Time

Displays the current time.

{{actualTime}}

In game screenshot of the Actual Time sign

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

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

Install jcdcdev.Valheim.Signs

  • Download the mod
  • Extract the ZIP
  • Place the jcdcdev.Valheim.Signs folder into BepInEx/plugins of your Valheim folder.

CHANGELOG

Changelog

0.4.4

Changes in 0.4.4

Compare

0.4.3

Changes in 0.4.3

Compare

  • 🌟 feature: emoji clock 9d62959
  • 🌟 feature: support multiple patterns per sign d2cd9da
  • 🌟 feature: add emoji and label option to skill sign 6239449

0.4.2

Changes in 0.4.2

Compare

  • 🐞 fix: Death Count - allow player username with spaces Issue #8 13919bd

0.4.1

Changes in 0.4.1

Compare

  • 🐞 fix: thunderstore missing dependencies 1c369e2

0.4.0

Changes in 0.4.0

Compare

  • 🐝 refactor: move to Jotunn d6aa78b
  • 🌟 feature: skill sign 92f868d
  • 🐝 refactor: improve error messages cbe5226

0.3.2

Changes in 0.3.2

Compare

0.3.1

Changes in 0.3.1

Compare

  • 🐞 fix: leaderboard not created on server start 4a85f80

0.3.0

Changes in 0.3.0

Compare

0.2.1

Changes in 0.2.1

Compare

0.2.0

Changes in 0.2.0

Compare

  • 🌟 feature: current day sign f757a2e
  • 🌟 feature: fuzzy time sign (e.g Morning, Afternoon, Evening) 1643bde
  • 🌟 feature: game time sign (e.g 14:00, 2:00 PM) b297fb9
  • 🐞 fix: comfort sign 7fa0d8b
  • 🐞 fix: inconsistent hover text 7b8667c
  • 🐞 fix: ensure signs update 6c0eb40
  • 🧹 chore: improve fuzzy time wording eb39a3c
  • 🌟 feature: support AzuSigns ac659ac
  • 🐝 refactor: extension methods & assembly version 526ed94
  • 🌟 feature: actual time sign ce64263
  • 🌟 feature: player health sign f1c283f
  • 🌟 feature: player stamina sign 6cac105
  • 📖 doc: screenshots 6469319
  • 📖 doc: README ca6632e
  • 📖 doc: add icon 317540d

0.1.8

Compare

Changes in 0.1.8

0.1.7

Compare

Changes in 0.1.7

0.1.6

Compare

Changes in 0.1.6

0.1.5

Compare

Changes in 0.1.5

  • 🌟 feature: nexus mod support 35ca500

0.1.4

Compare

Changes in 0.1.4

0.1.3

Compare

Changes in 0.1.3

0.1.2

Compare

Changes in 0.1.2

  • 🐞 fix: missing info on thunderstore 0a28a17

0.1.1

Compare

Changes in 0.1.1

0.1.0

Compare

Changes in 0.1.0

  • 🌟 feature: extensible signs plugin cc89bd9
  • 🌟 feature: online player count 9a075d4
  • 🌟 feature: player comfort fed4b5a