Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated 2 months ago
All versions
Warning: This is a config breaking update. As always, your old config file will be backed up. If you need to revert, simply rename
3.3.0
Release
[1.18.2 - 1.21.5] Simple Discord Link Universal - 3.3.0last year 3,257
Compatibility
Minecraft: Java Edition
1.21.3–1.21.5
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
Changes
- REQUIRES CraterLib - Modrinth
- Online Config Editor
- Documentation
- This single jar works on 1.18.2-1.21.5
Requires CraterLib 2.1.4 or newer
Warning: This is a config breaking update. As always, your old config file will be backed up. If you need to revert, simply rename simple-discord-link.old to simple-discord-link.toml
Bug Fixes:
- Fix /discordverify command permissions, so that it's usable by everyone - hypherionsa
- Fix Database engine failing to read database files that end with 2 empty lines - hypherionsa
- Don't relay raw Config Editor URLs to Console Relay - hypherionsa
- Fix
%player_name%placeholder not being usable in Chat Embeds - hypherionsa - Fix certain methods of bypassing the mention filter - unsigned-32-bit-integer - #PR 151
- Webhook names containing
_being formatted as\_- hypherionsa - #152 - Fixed events that happen on login (like rank sync) not running when Join messages are disabled, or the user is vanished - hypherionsa
- Replaced Embed Parser with GSON to prevent escaped character errors caused by JACKSON..... You still suck - hypherionsa
- Fixed messages containing
"not being relayed to Discord when using Embeds - hypherionsa
New Features:
- Added Vanish Config flag to disable fake join/leave messages - hypherionsa
- Allow Regex matching for Message filtering - hypherionsa
- Allow message filtering to be used on Usernames as well - hypherionsa
- Access Control/Optional Verification can now give multiple
verifiedRoles - hypherionsa - Allow advancements and death messages to respect game rules - hypherionsa
- Hard coded english messages and responses can now be translated into different languages (TRANSLATORS WANTED) - hypherionsa
- Added flag to disable message filter on console messages - hypherionsa
- Allow Message Filtering system to be used on Discord -> MC messages and usernames too - hypherionsa
- Added Spanish Translations - ArkoSammy12
Changes:
- Renamed Advancements config field from
achievementstoadvancements- hypherionsa - Renamed
ignoredMessagestofiltering- hypherionsa
Experimental Features:
- Added new Experimental Feature System - hypherionsa
- Added SDLink Relay System. Allowing multiple bots to relay their chats, and other things to multiple servers. Only available as an experimental flag for now - 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:B4rrgB1b"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Sh0YauEf:B4rrgB1b"
}


