Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated 3 weeks ago
All versions
3.3.2
Release
[1.18.2 - 1.21.8] Simple Discord Link Universal - 3.3.2last year 4,313
Compatibility
Minecraft: Java Edition
1.21.3–1.21.8
1.21–1.21.1
1.20–1.20.4
1.19.2–1.19.4
1.18.2
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Dedicated servers only
Required content
Any compatible version
Changes
- REQUIRES CraterLib - Modrinth
- Online Config Editor
- Documentation
- This single jar works on 1.18.2-1.21.8
Requires CraterLib 2.1.5 or newer
Bug Fixes:
- Add Missing Player Data to Server Embeds (Embeds that are usually sent as the server) - hypherionsa
- Fix mcPrefix with old mc formatting (Player names) in Minecraft Chat not showing - hypherionsa
- Fix Events Channel messages going to chat channel, even when event channel is defined - hypherionsa
- Fix Linked Names in chat formatting showing up as Unknown - hypherionsa
- Fix Username filters not applying - hypherionsa
- Fix Console relay causing an error on server shutdown - hypherionsa
- Fix profile data persisting on Server messages - hypherionsa
- Fix Linked Names feature using incorrect UUID for players - hypherionsa
- Fix CustomEmotes not loading and CustomEmotes not being usable when mentions are disabled - hypherionsa
New Features:
- Add config option to use the server author for Chat Webhook messages (because it was requested) - hypherionsa
- Add new
CONSOLEtarget option for filter entries - ArkoSammy12 - Add %mcname% placeholder for other message types going to discord - hypherionsa
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:Sh0YauEf:zX9ZfDNw"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Sh0YauEf:zX9ZfDNw"
}

