Tags
Creators
Details
Licensed ARR
Published 6 months ago
Updated 5 months ago
All versions
2.0.2
Release
Better Discord Integration 2.0.25 months ago 186
Compatibility
Minecraft: Java Edition
1.21.x
1.20.x
1.19.x
Platforms
Paper
Purpur
Changes
Changelog
Version 2.0.2 - March 12, 2026
โจ New Features
- Discord Mention Control: Added
/discord mentionscommand to toggle whether Minecraft players can send @everyone and @here mentions to Discord
๐ง Changes
- Chat Filtering: Minecraft chat messages containing @everyone and @here are now filtered before being sent to Discord when mention broadcasting is disabled
- Command Updates:
- Added
mentionssubcommand with tab completion - Updated
/discord infoto show current mention broadcasting status - Updated help text to include the new mentions command
- Added
๐ Configuration
- New Config Option:
broadcastMentionsEnabled(default:true)- When
true: Players can send Discord mentions from Minecraft chat - When
false: @everyone and @here mentions are filtered using zero-width spaces
- When
๐ฎ Usage
/discord mentions - Toggle mention broadcasting on/off
/discord info - View current settings including mention status
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:7QK1XiUK:FBmXyTIa"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:7QK1XiUK:FBmXyTIa"
}

