Compatibility
Minecraft: Java Edition
Platforms
Tags
Creators
Details
๐ฎ DiscordIncorporation
DiscordIncorporation is a Minecraft plugin for Spigot/Paper that integrates your server with Discord. It allows bidirectional chat, remote command execution from Discord, console command capture, and logs in a Discord channel.
โจ Features
- ๐ฌ Bidirectional chat between Minecraft and Discord
- โก Execute server commands from Discord using allowed roles
- ๐ฅ๏ธ Capture all console commands and send them to a Discord channel
- ๐ฅ /online command in Discord to see online players
- ๐ /discordinc reload command to reload configuration without restarting the server
- ๐ Messages configurable in
messages.yml(Spanish and English)
๐ ๏ธ Requirements
- Minecraft 1.17 - 1.20 (Paper/Spigot)
- Java 16+ (Java 22 recommended)
- Discord Bot (own token)
- JDA library included in the plugin
๐ฅ Installation
- Download the
.jarfile and place it in your server'spluginsfolder. - Restart the server to generate default configuration.
- Configure
config.yml:
bot-token: "YOUR_BOT_TOKEN"
log-channel-id: "DISCORD_CHANNEL_ID"
allowed-roles:
- "Admin"
- "Moderator"
Optionally, customize messages in messages.yml to enable/disable messages, chat formats, and permission messages.
๐ค Creating the Discord Bot
-
Go to Discord Developer Portal and create a new application.
-
Create a bot under the Bot section and copy its token.
-
Enable Server Members Intent in Privileged Gateway Intents.
-
Invite the bot to your server using OAuth2 URL Generator:
-
Scopes: bot and applications.commands
-
Bot Permissions: Send Messages, Read Message History, Administrator (optional)
-
Paste the token in config.
๐ Usage
Minecraft Commands
/discordinc reload
Reloads the plugin configuration and messages.
Discord Slash Commands
/online โ Shows online players
/cmd command:<text> โ Executes a Minecraft command from Discord (requires allowed role)
โ๏ธ Configurable Messages (messages.yml)
plugin-enabled-es, plugin-enabled-en โ Messages when enabling the plugin
plugin-disabled-es, plugin-disabled-en โ Messages when disabling the plugin
chat-mc-format โ Format of Minecraft messages sent to Discord
chat-discord-format โ Format of Discord messages sent to Minecraft
no-permission โ Message when a role does not have permission
โ ๏ธ Warnings
Make sure to use a valid Discord token.
Keep the token safe; if leaked, someone could control your bot.
If your server is in offline-mode, anyone can join without Mojang authentication (does not directly affect Discord plugin but is insecure).
๐จ Credits
Plugin developed by [YourName]
Inspired by Discord integrations for Minecraft
Library used: JDA
๐ License
MIT License โ You can modify and redistribute under the license terms.
Enjoy your Discord โ Minecraft integration! ๐

