Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Player Database
  • Skin Browser
  • Cape Gallery
  • Community Hub
  • Seed Vault

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
mcHook
PluginLicenseRef-All-Rights-Reserved

mcHook

Add a simple discord webhook system to your server!

21
Downloads
0
Followers
4 months ago
Updated
📦
2
Versions
managementtechnologybukkitpaperspigot
Download Latestv1.0.1View on Modrinth

📖About mcHook

Ever wanted to add custom discord webhooks to your minecraft server?

Here is your solution!
A very simple and lightweight discord webhooks system

Don't know how to add a large JSON to your config.yml?

Here is an example!

  welcome: |
    {
      "content": "Welcome to the server, **%player_name%**!",
      "tts": false,
      "embeds": [
        {
          "author": {
            "name": "Server Info: Get Started",
            "url": "https://example.com"
          },
          "title": "Welcome to the Server!",
          "url": "https://example.com/rules",
          "description": "We are glad to have you here! Please read the rules before playing.\n\nType **/rules** in-game for a quick overview.",
          "fields": [
            {
              "name": "Player",
              "value": "Player **%player_name%** has joined for the first time!",
              "inline": true
            },
            {
              "name": "Online Members",
              "value": "There are now **%server_online%** players online.",
              "inline": true
            }
          ],
          "image": {
            "url": "https://cubedhuang.com/images/alex-knight-unsplash.webp"
          },
          "thumbnail": {
            "url": "https://crafatar.com/avatars/%player_uuid%?size=64"
          },
          "color": 3447003,
          "footer": {
            "text": "Server Join Notification | mcHook",
            "icon_url": "https://slate.dan.onl/slate.png"
          }
        }
      ]
    }

use this page for embeds and select in the output JSON

Commands:

/mchook [player] - Send the selected message with the selected webhook
note: the [player] is to use placeholders or send it to his name

/mchook reload - Reload the plugin

Have any problems?

Don't worry! Join the discord server and open a ticket

👥 Team & Contributors

Ezequielgame
EzequielgameOwner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
bukkitpaperspigot
Minecraft Versions
1.131.13.11.13.21.141.14.11.14.21.14.31.14.4+37 more

🔗 Links

Modrinth Page