https://github.com/cryptiklemur/valheim-discord-notifier
https://github.com/cryptiklemur/valheim-discord-notifier
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/cryptiklemur/valheim-discord-notifier
- Owner: cryptiklemur
- Created: 2021-02-26T04:50:31.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-09T21:05:15.000Z (over 5 years ago)
- Last Synced: 2025-03-28T09:11:17.898Z (about 1 year ago)
- Language: C#
- Size: 43.9 KB
- Stars: 7
- Watchers: 3
- Forks: 8
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Valheim Discord Notifier
### Note
This mod only works on servers (Dedicated and Non-Dedicated).
## Table of Contents
1. [Installation](#Installation-(manual))
2. [Default Config](#Config)
3. [Changelog](#Changelog)
## Installation (manual)
1. Extract the archive into a folder. **Do not extract into the game folder.**
2. Move the contents of `DiscordNotifier` folder into `\Bepinex\plugins` (should create a `Bepinex\plugins\DiscordNotifier` directory)
3. Start the server (or game), it will generate automatically an configuration file into `\Bepinex\config\CryptikLemur_DiscordNotifier.cfg` and `\Bepinex\config\CryptikLemur_DiscordNotifier.messages.json`
## Config
The config is fairly well documented.
Under `Events`, you can toggle which events you want to receive on the webhook
Under `General` are the basic config settings. Make sure you set the "WebhookUrl" here.
## Changelog
#### 0.0.5
- Added messages for OnServerStart and OnServerStop
#### 0.0.4
- Added new CryptikLemur_DiscordNotifier.messages.json, adds ability to have multiple messages for join, leave, and death
- Added messages for whispers
- Added ability to toggle different type of chat messages
- Added ability to toggle ToUpper on shouts
#### 0.0.3
- Fixing death leave/join bug again, maybe?
- Adding filters to chat events (By Username, by Regex)
- Adding the ability to customize join, leave, and death messages
#### 0.0.2
- Fixing death leave/join bug
- Removing respawn event
- Adding chat event
- Added the ability to show the IP on server startup message
#### 0.0.1
- Initial release, unstable until tested more