Popper-BLSN icon

BLSN

A silly bone lab mod that uses webhooks to notify discord server when a bonelab server is up

Last updated a month ago
Total downloads 151
Total rating 0 
Categories Code Mods
Dependency string Popper-BLSN-1.0.0
Dependants 0 other packages depend on this package

This mod requires the following mods to function

Lakatrazz-Fusion-1.12.2 icon
Lakatrazz-Fusion

A multiplayer mod for BONELAB, taking advantage of its physical interaction.

Preferred version: 1.12.2
gnonme-BoneLib-3.1.2 icon
gnonme-BoneLib

A BONELAB mod for making life easier for other mod creators.

Preferred version: 3.1.2

README

🦴 BLSN β€” Bonelab Discord Server Notifier

My second silly mod for Bonelab that sends webhook notifications to your Discord server when your Fusion server goes online or offline.


πŸ“œ Overview

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:

  • βœ… Discord webhook integration
  • πŸ–₯️ Automatic notifications on server start and stop
  • πŸͺ„ Custom server name and avatar
  • 🧾 Easy configuration via JSON
  • πŸ“’ In-game menu controls through BoneMenu

🧰 Requirements

  • "Lakatrazz-Fusion-1.12.2"
  • "gnonme-BoneLib-3.1.2"
  • Internet connection (for Discord webhook requests)

πŸ“₯ WebHook setup

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.

βš™οΈ Configuration

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).