nwesterhausen / valheim-discordconnector

A plugin to connect a Valheim server to a discord webhook.
https://discord-connector.valheim.games.nwest.one/
MIT License
27 stars 13 forks source link

show non-player shouts #133

Closed nwesterhausen closed 1 year ago

nwesterhausen commented 1 year ago

Non-player shouts are forced to not be sent to discord. make this a config settings

nwesterhausen commented 1 year ago

It's a config option in the "main" config file


## Enable this setting to have shouts which are performed by other mods/the server/non-players to be sent to Discord as well.
## Note: These are still subject to censure by the muted player regex and list.
# Setting type: Boolean
# Default value: false
Send Non-Player Shouts to Discord = true

Attached is build which adds that config entry and respects it

DiscordConnector.zip