Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
DiscordGuard
Sends messages to your discord when someone is naughty in your guard.
| Date uploaded | 4 years ago |
| Version | 0.0.9 |
| Download link | Frogger-DiscordGuard-0.0.9.zip |
| Downloads | 161 |
| Dependency string | Frogger-DiscordGuard-0.0.9 |
This mod requires the following mods to function
denikson-BepInExPack_Valheim
BepInEx pack for Valheim. Preconfigured and includes unstripped Unity DLLs.
Preferred version: 5.4.1901README
Discord-Guard
Sends messages to your discord when someone is naughty in your guard. Hold the interaction button and paste the URL of your webhook in the window that appears.
This is Client+server mod. I made it so that a message is sent to the moderator, but the owner of the guard can additionally specify his url and messages will come to him too. the moderator's url is set in the mod's config and the client receives it from there.
You will receive a notification when someone unauthorized tries to interact with: doors, signs, portals, beehives, chests, fermentation barrels, plants, Item Stands, (in development) lying things. And also when someone uses your portal.
*how to create Webhook: https://www.youtube.com/watch?v=fKksxz2Gdnc
Synced Configs
Location: BepInEx/Config/com.Frogger.DiscordGuard.0.0.9.cfg
[Main]
## It's been a long time since I've played without mods and I don't remember but the reality is that with Bitter Words or WardIsLove, you can't harvest with guardian stone. If you use a mod that already prevents this, you can leave false.
# Setting type: Boolean
# Default value: false
preventItemDropPickup = false
## It's been a long time since I've played without mods and I don't remember but the reality is that with Bitter Words or WardIsLove, you can't harvest with guardian stone. If you use a mod that already prevents this, you can leave false.
# Setting type: Boolean
# Default value: false
preventPickablePickup = false
## This is the minimum amount of time between sending webhooks.
# Setting type: Single
# Default value: 2.5
webHookTimer = 2.5
[Urls]
## Url of the moderator's webhook
# Setting type: String
# Default value:
moderatorUrl = https://discord.com/api/webhooks/******
Patchnotes
| Version | Changes |
|---|---|
| 0.0.9 | Changed the appearance of messages in the console, new fields in the config, plants control. And other changes. |
| 0.0.8 | Added the missing library and translated all the messages into English. |
| 0.0.7 | I made it so that a message is sent to the moderator, but the owner of the guard can additionally specify his url and messages will come to him too. And added the configuration. |
|