Compatibility
Minecraft: Java Edition
Platforms
Links
Tags
Creators
Details
๐ SkitDiscordNotify
A simple but handy plugin that sends your Minecraft serverโs status updates to a Discord channel using webhooks. Whether you're running a private server or hosting for a community, this helps keep your players or staff in the loop without needing to check the console.
๐ง What It Does
This plugin listens for server events and sends updates to a Discord channel using a webhook. It supports both embedded messages (with color, title, description) and plain text. You can choose what gets sent and how it looks, all controlled through a config file!
โ Current Features
- Sends messages to Discord on:
- ๐ข Server start
- ๐ด Server stop
- โ Player joins
- โ Player leaves
- Choose between plain text or embeds for each event
- Toggle each event individually
- Customize embed title, description, and color for each event individually
- Placeholder
%player%for player-specific messages, with more coming
๐ Configuration
When you first run the plugin, itโll create a config file like this:
webhook-url: ""
events:
server-start:
enabled: true
embed: true
message: "๐ข The server has started!"
embed-data:
title: "Server Online"
description: "Minecraft server has successfully started."
color: 65280
**other status settings**
Each event has its own section. You can turn them on/off, switch between embed or text, and
๐ฎ Upcoming Features
Hereโs whatโs planned for the next updates:
- ๐ Online player count pings (notify when server empties or gets busy)
- ๐ฌ Admin commands like
/discordstatus reloador/testdiscord - โฒ๏ธ Scheduled messages (like hourly uptime posts)
- ๐งฉ Placeholder support for
%online%,%max_players%, and PAPI support. - ๐ Multiple webhook support (separate channels for different events)
๐งช Tested On
Paper 1.21
Java 21
(Should work on most modern Bukkit/Spigot/Paper servers!)


