
You are viewing a potentially older version of this package. View Latest Version

Connect your Valheim server (dedicated or served from the game itself) to a Discord Webhook. (Find mod documentation on the official website.)
See the current roadmap as a Github project.
Full changelog history available on the Github repository.
Release 1.0.0+ is a breaking release since the structure of the configuration files completely changes. When you update you will need to modify the config to save your webhook again and to update any message customization you have done!
Release 1.2.0 affected the records.json file so if you update and notice that your recorded stats aren't changing, it's a simple fix.
records.json pre 1.2.0:
[{"Category":"death","Values":[{"PlayerName":"Xithyr","Value":13} ...
records.json 1.2.0+ (PlayerName changed to Key)
[{"Category":"death","Values":[{"Key":"Xithyr","Value":13} ...
Fixes:
Fixes:
Features:
games.nwest.valheim.discordconnector-variables.cfg which will get generated first time 1.4.0 is run.%POS% variable in
the messages config. It won't be replaced if the "send coordinates" toggle is off for that message. If you don't include a %POS%
variable, it will append the coordinates as happens with previous versions.Fixes:
Breaking Changes:
%PLAYERS% in any of the event messages, you need to remove it. With the changes required for the event messages
functionality, it is not supportable at this time.