Tags
Creators
Details
Licensed CC-BY-NC-4.0
Published 4 years ago
Updated last month
All versions
4.4.0
Release
Discord-Linker v4.4.0last month 43
Compatibility
Minecraft: Java Edition
1.18.2
Platform
Fabric
Supported environments
Required content
Changes
- Added support for Minecraft 26.2 on Fabric and NeoForge
- Restored 1.21/1.21.1 builds for Fabric and NeoForge
- Fixed the world folder being detected incorrectly on 26.1 and higher, where the overworld moved into a dimension subfolder
- Fixed the server version being reported with a build suffix attached (e.g.
26.1.2.build.53) - Fixed private player commands being forwarded through the chat bridge
- Fixed chat message colors not being converted correctly on 26.1 and higher
- Reconnections to the Discord bot now back off gradually instead of retrying at a fixed rate
- Updated LuckPerms integration to API 5.5
Optional dependencies
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:xfelWIYh:EhkVgFpo"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:xfelWIYh:EhkVgFpo"
}



