All versions
v1.0.5
Release
ForgeDiscord v1.0.5 1.20.5 - 1.21.8last week 3
Compatibility
Minecraft: Java Edition
1.21–1.21.8
1.20.5–1.20.6
Platform
Forge
Supported environments
Client and server
Changes
- updated mod version to 1.0.5
- fixed ForgeDiscord dev/admin webhook chat not sending
- fixed advancement messages showing twice
- restored the RAM spike behavior for /discord test alert confirm
- added configurable Discord game-chat console command prefix
- defaults to !c
- added !playerlist in the Discord game chat channel
- added config/ForgeDiscord/toggles.toml
- includes toggles for linking, advancements, console relay/commands, debug logging, chat relay, join/leave/death/server messages, update checks, webhooks, playerlist, auto-responses, nickname sync, and role sync
- moved forgediscord-common.toml into config/ForgeDiscord
- changed Java package to com.obsidianinteractive.forgediscord
- changed mod author metadata to Obsidian Interactive
- added support for these versions:
- 1.19.3-1.20.4
- 1.20.5-1.21.8
- 1.21.9-1.21.10
- added MULTILOADER.md with Forge-only multiversion build status (source code)
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:MgKEgSiE:tiuRlw4Z"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:MgKEgSiE:tiuRlw4Z"
}

