promotional bannermobile promotional banner

Bloom WebHook (Discord)

A lightweight plugin for managing Discord webhooks with customizable embed templates.

πŸ‡ΊπŸ‡Έ BloomWebhook

Simple Discord Webhook Plugin for Minecraft

BloomWebhook allows you to send Discord Webhooks directly from your server, with support for customizable embed templates using YAML.

✨ Features

  • βœ… Discord Webhook support
  • βœ… Custom Embed Templates
  • βœ… YAML configurable templates
  • βœ… Custom webhook names
  • βœ… Hex color support
  • βœ… Footer support
  • βœ… Thumbnail support
  • βœ… Dynamic placeholders
  • βœ… Lightweight
  • βœ… Minecraft 1.7.10+

πŸ“œ Commands

 
/bwebhook add <name> <url>
 

Adds a new Discord webhook.

 
/bwebhook remove <name>
 

Removes a webhook.

 
/bwebhook list

 

Lists all registered webhooks.

 

/bwebhook embed <webhook> <title>|<description>|<colorHex>|<footer>|<thumbnailUrl>

 

Sends a custom Discord Embed to the specified webhook.

Example:

/bwebhook embed logs "Server Restart|The server will restart in 5 minutes.|#FFAA00|Bloom NC|https://example.com/icon.png"

 

Lists all registered webhooks.

 
/bwebhook reload
 

Reloads config and templates.

 
/bwebhook send <name> <message>
 

Sends a normal Discord message.

 
/bwebhook template <template> <webhook> <arguments>
 

Sends a Discord Embed using a template.

Example:

 
/bwebhook template report reports Steve|Flying Hack
 

πŸ”‘ Permissions

 
bloomwebhook.admin
 

Access to all commands.

 
bloomwebhook.send
 

Allows sending webhooks.

 
bloomwebhook.*
 

All permissions.


πŸ“ Placeholders

Available inside templates:

 
{arg0}
{arg1}
{arg2}
...
 

Arguments passed by command.

 
{sender}
 

Command executor.

 
{server}
 

Server name.

 
{time}
 

Current server time.


πŸ“‚ Example Template

 
templates:
report:
type: embed
title: "🚨 Player Report"
description: "A new player report has been submitted."
 

⚑ Example (Skript)

 
execute console command "bwebhook template report reports %target%|%player%|%arg-2%"
 

❀️ Made for server owners who want an easy way to integrate Discord Webhooks without depending on large Discord plugins.

The Bloom WebHook (Discord) Team

profile avatar
  • 1
    Projects
  • 12
    Downloads