Compatibility
Minecraft: Java Edition
26.1.2
1.21.11
Platforms
Supported environments
Dedicated servers only
Links
Creators
Details
Licensed MIT
Published last month
Discord Staff Chat
A Fabric mod for Minecraft that adds a staff chat feature with LuckPerms integration and Discord bot support.
Features
- Commands:
/staffchat <message>and/sc <message>for sending staff chat messages - Permission Control: Uses LuckPerms for permission management (configurable permission node)
- Discord Integration: Optional Discord webhook support to relay messages to a Discord channel
- Configurable: All settings can be customized via a JSON config file
- Efficient: Asynchronous Discord webhook sending to avoid server lag
Requirements
- Minecraft 1.21.11+
- Fabric Loader (0.18.4+)
- Fabric API (0.141.2+)
- LuckPerms
Configuration Options
- permissionNode: The LuckPerms permission node required to use staff chat (default:
staffchat.use) - enableDiscordWebhook: Enable/disable Discord webhook integration
- discordWebhookUrl: Your Discord webhook URL
- discordWebhookUsername: Username displayed in Discord for the webhook
- discordWebhookAvatarUrl: Optional avatar URL for the webhook in Discord
- messagePrefix: Message prefix with color codes (use
&for color, converted to§)
Usage
As a Player
- Ensure you have the
staffchat.usepermission (or the configured permission node) - Use the command:
/staffchat <message>or/sc <message> - Only players with the permission can see the message


