Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated 3 weeks ago
All versions
3.2.1
Release
[1.18.2 - 1.21.4] Simple Discord Link Universal - 3.2.12 years ago 3,278
Compatibility
Minecraft: Java Edition
1.21.3–1.21.4
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
- Migration guide for V2 users
- Online Config Editor
Requires CraterLib 2.1.2 or newer
Breaking Changes:
- This update potentially breaks real verified accounts on "offline" servers. If that's the case, unverify and reverify your account.
Bug Fixes:
- Fix Role Checker showing Role Role (instead of just Role)
- Added missing permissions to invite link and permission checker
- Fixed issues with geyser/floodgate servers using access control
- Fixed Linked Commands not respecting discord role ordering - 130
- Finally fixed inverted Vanish Api Check
- Fixed Channel Overrides and Access Control not reloading without server restart
- Fix Join/Leave, Command Messages and Advancements not using linked player names - 131
New Features:
- Add Mini Message formatting support to access control messages
- Add support for multiple, random bot statuses - #44
- Add option to trigger Minecraft commands on role changes #77
- Added a basic developer api. Please request additional features on GitHub/Discord
- Added
sdconfigeditorminecraft command, to integrate with our Online Config Editor - Support for Paper. Only currently available on NightBloom
- Removed reliance on JSONDB and greatly reduce mod size
- FTB Ranks and LuckPerms ranks syncing
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:AVJaD8ZA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Sh0YauEf:AVJaD8ZA"
}


