The most powerful, configurable, open-source Discord bridge plugin out there.
Supports All Minecraft Versions from 1.7.9 to 26.2
We only give support for the latest release/dev builds; please update before asking for help
alerts.yml)voice.yml)linking.yml)config.yml & synchronization.yml)By using this plugin, you are able to give players the ability to chat in-game with players on your Discord server, as well as having people on the Discord server be able to chat with people in the minecraft server - This can be useful for players that still want to communicate with players in-game, but can't access the Minecraft server for whatever reason.
This plugin has a remote console feature. You can designate a text channel for the plugin to forward console messages, which also runs all messages sent into that channel as commands by the server console (You should restrict sending this channel to a developer or high ranking role only). Due to how Discord's permissions work, you can have some server roles have access to see the console, while also not allowing them to send messages in that channel, thus creating a read-only console for trusted staff members.
Both chat and console are toggleable through the configuration file. Some options can be refreshed with /discordsrv reload by an OP or a player with the discordsrv.reload permission.
| Permission | Features |
|---|---|
Manage Roles |
role synchronization and adding roles to linked players |
Manage Channels |
channel topic updater and the voice module |
Ban Members |
ban synchronization |
Manage Nicknames |
nickname synchronization |
Manage Webhooks |
experimental webhook usage |
| (Server-wide permission is recommended, but can be applied on a per-channel basis) |
| Permission | Features |
|---|---|
Read Text Channels & See Voice Channels |
Required for DiscordSRV's channel options (including console and voice lobby), the voice module category and any other channels you want for canned responses |
and Send Messages |
|
Manage Messages |
when messages are deleted by playerlist & chat channel commands |
Embed Links |
optionally for embedding ingame-posted links and required when embed messages are used death, join/Leave |
Mention @everyone, @here and All Roles |
for mentioning @everyone if added to allowed mentions in config.yml and mentions enabled |
Add Reactions and Read Message History |
for when the bot reacts with "💬" and "❗" to notify a truncated message is being sent from Discord to Minecraft |
Move Members, Mute Members and Manage Permissions |
required for the voice lobby and voice category |
Visit the Installation page for clear and in-depth instructions on installing and setting up DiscordSRV.
First off, thank you from the bottom of my heart for the pizza. If you would like to donate, go to https://scarsz.me/donate. $10 is the suggested amount but you can donate however much you would like- anything is a massive thank you from me. In the note put your Discord username and if you're in DiscordSRV's server you'll be set as a donator and you'll receive some neat perks in the future. If you donated without the note, send me a PM on Discord and I'll manually check it.
If you want to interface DiscordSRV with your plugin, you can do so by adding the Maven dependency or adding the plugin jar (DiscordSRV version 1.18.0+) to your project. You also need to add the JDA repository. For an example of this, see DiscordSRV-ApiTest. Be sure to add "DiscordSRV" to your plugin's plugin.yml depends/softdepends list.
<repository>
<id>Scarsz-Nexus</id>
<url>https://nexus.scarsz.me/content/groups/public/</url>
</repository>
...
<dependency>
<groupId>com.discordsrv</groupId>
<artifactId>discordsrv</artifactId>
<version>1.29.0</version>
<scope>provided</scope>
</dependency>
repositories {
maven { url 'https://nexus.scarsz.me/content/groups/public/' }
}
dependencies {
compileOnly 'com.discordsrv:discordsrv:1.29.0'
}
Anything and everything shown at https://bstats.org/plugin/bukkit/DiscordSRV will be visible to the public with your server included in the statistics. This is only for statistics; no private information of your server is sent. If you don't want your server included in this, specify the config option MetricsDisabled and set it to true in the config.yml file.
DiscordSRV checks for updates using GitHub's API, and makes sure the version is safe to use via a minimum version (security feature), you may disable update checking by setting UpdateCheckDisabled to true in the config.yml file; however this may leave your server at risk if there is a security issue/exploit and you're running a vulnerable version.
Unsupported
Required
Terms for using, modifying and redistributing this product.
24.04.2026 · Modrinth
Screenshots and images from the original Modrinth page.

Published versions and original Modrinth files.
24.04.2026 · 58 257 downloads
16.01.2026 · 50 789 downloads
02.12.2025 · 24 080 downloads
27.10.2025 · 17 095 downloads
08.09.2025 · 19 017 downloads
26.07.2025 · 14 740 downloads
Alerts now requires fully qualified class names for event triggers. Read https://docs.discordsrv.com/alerts/migration for more information
16.11.2024 · 124 601 downloads
%userid% placeholder (Thanks, fres621)%chatcolor% placeholderexample.com) or just an ip address (127.0.0.1)03.08.2024 · 18 075 downloads
{texture} placeholder on offline serversDebugLevel option & /discord debug in favor of newer /discord debugger command05.01.2024 · 35 241 downloads
AccountLinkManager class was converted to an interface from a class. Plugins will need to be recompiled as Java will complain about the change when trying to access DiscordSRV's AccountLinkManager instance.AccountLinkManager into an interface to alleviate confusing naming conflict with AbstractAccountLinkManager20.03.2023 · 98 509 downloads
20.02.2023 · 4 725 downloads
20.09.2022 · 5 733 downloads
A special thank you to everyone who contributed to this update, names are featured below
14.08.2022 · 1 597 downloads
Minor update with fixes for v1.25.0; be sure to read the v1.25.0 changelog if you haven't already because it was a large update