


My second silly mod for Bonelab that sends webhook notifications to your Discord server when your Fusion server goes online or offline.
BLSN is a mod designed for server owners who want to keep their communities informed.
When your server starts (or stops), BLSN automatically sends a message to your configured Discord webhook.
✨ Features:
Select your channel
Right-click on the Discord channel where you want to receive notifications
Open channel settings
Click "Edit Channel" from the menu that appears
Navigate to Integrations
In the left sidebar, find and click "Integrations"
Access Webhooks
Click on "Webhooks" in the Integrations section
Create a new webhook
Click the "New Webhook" button Avatar/name can be set in config
Copy the webhook URL
Click "Copy Webhook URL" This URL is what you'll paste into whatever service you want to send notifications from
Important: Keep this URL private! Anyone with the webhook URL can send messages to your channel.
Once launched, a file named BLSN_Config.json will be created in: Userdata folder with these options
Inside, you’ll find these options:
{
"webhookUrl": "",
"enableNotifications": false,
"serverName": "test server",
"sendOnServerStart": true,
"sendOnServerStop": false,
"webhookUsername": "BLSN Bot",
"webhookAvatarUrl": ""
}
webhookUrl – Your Discord webhook URL.
enableNotifications – Enables or disables sending messages to Discord.
true = Send notifications
false = Do not send anything
serverName – The name that will appear in the Discord embed (e.g., “My Bonelab Server”).
sendOnServerStart – If true, BLSN will send a Discord message when the server starts.
sendOnServerStop – If true, BLSN will send a Discord message when the server stops.
webhookUsername – Name that appears as the webhook sender in Discord.
webhookAvatarUrl – URL to an image used as the bot avatar (recommended size: 256x256).