← Back to Knowledgebase
Setting up DiscordSRV
Link your Minecraft server chat to your Discord server.
1. Creating the Bot
- Go to the Discord Developer Portal.
- Click "New Application" and give it a name.
- Go to the "Bot" tab on the left.
- Click "Add Bot" → "Yes, do it!".
- Important: Scroll down to "Privileged Gateway Intents" and enable Server Members Intent and Message Content Intent. Save changes.
- Click "Reset Token" to get your bot token. Copy it!
2. Installing the Plugin
- Download DiscordSRV from SpigotMC.
- Upload it to your server's
/plugins/ folder.
- Restart the server.
3. Configuration
- Go to
plugins/DiscordSRV/config.yml.
- Paste your bot token into the
BotToken: "TOKEN" line.
- In your Discord server, enable Developer Mode (User Settings → Advanced).
- Right-click the channel you want chat to go to and click "Copy ID".
- Paste this ID into the
Channels: {"global": "000000000000000000"} section (replace the zeros).
- Save and Restart.