tebbeh-TebConnectInfo icon

TebConnectInfo

Server side mod to announce when someone join or leave the server.

Last updated 5 months ago
Total downloads 236
Total rating 1 
Categories Mods Misc Server-side Client-side
Dependency string tebbeh-TebConnectInfo-0.1.2
Dependants 0 other packages depend on this package

This mod requires the following mods to function

denikson-BepInExPack_Valheim-5.4.2202 icon
denikson-BepInExPack_Valheim

BepInEx pack for Valheim. Preconfigured and includes unstripped Unity DLLs.

Preferred version: 5.4.2202
ValheimModding-Jotunn-2.14.6 icon
ValheimModding-Jotunn

Jötunn (/ˈjɔːtʊn/, 'giant'), the Valheim Library was created with the goal of making the lives of mod developers easier. It enables you to create mods for Valheim using an abstracted API so you can focus on the actual content creation.

Preferred version: 2.14.6

README

General

Server side mod to announce when someone join or leave the server. Works on Client aswell but mainly made for Server.

Standard Settings

  • WebhookURL - Webhook url (string) = null
  • WebhookName - Webhook send as username, change if you want! (string) = TebConnectInfo
  • JoinMessage - Join message to post with webhook, manipulate after your needs. Standard is for Discord! (string) = 🟢 {player} has come online!
  • LeaveMessage - Leave message to post with webhook, manipulate after your needs. Standard is for Discord! (string) = 🔴 {player} has gone offline!