This mod only works on servers (Dedicated and Non-Dedicated).
- Extract the archive into a folder. Do not extract into the game folder.
- Move the contents of
DiscordNotifier
folder into<GameDirectory>\Bepinex\plugins
(should create a<GameDirectory>Bepinex\plugins\DiscordNotifier
directory) - Start the server (or game), it will generate automatically an configuration file into
<GameDirectory>\Bepinex\config\CryptikLemur_DiscordNotifier.cfg
and<GameDirectory>\Bepinex\config\CryptikLemur_DiscordNotifier.messages.json
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.
- Added messages for OnServerStart and OnServerStop
- 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
- 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
- Fixing death leave/join bug
- Removing respawn event
- Adding chat event
- Added the ability to show the IP on server startup message
- Initial release, unstable until tested more