Tags
Creators
Details
Licensed MIT
Published 4 years ago
All versions
1.20-3.0.1
Beta
[1.20.x] Simple Discord Link - 3.0.13 years ago 2,670
Compatibility
Minecraft: Java Edition
1.20–1.20.4
Platforms
Fabric
Forge
Quilt
Supported environments
Dedicated servers only
Required content
Any compatible version
Changes
- REQUIRES CraterLib - Modrinth
- Fabric requires Fabric API, Quilt requires Quilt Standard Libraries.
- This single Jar supports Forge, Fabric and Quilt. NeoForge support coming soon
- Migration guide for V2 users
THIS SHOULD BE THE LAST BETA BUILD BEFORE WE GO FULL RELEASE
Bug Fixes:
- Fixed replies to Webhook messages not being relayed to Minecraft
- Fixed linked commands not being able to run on servers without Verification, or for users without a verified account
- Fixed Access Control not allow players with real Minecraft accounts to verify themselves on offline servers
- Fixed some missed Vanish integration on some messages
New Features:
- Added a config option to allow servers to either let people verify multiple MC accounts, or just one
- Added
%player_avatar%and%player_name%variables for custom embeds so you can get player information in some Server messages
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:rtVmg0Ey"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Sh0YauEf:rtVmg0Ey"
}

