Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated 3 weeks ago
All versions
1.16.5-2.2.2.final
Release
[FORGE 1.16.5] Simple Discord Link - 2.2.2.final3 years ago 290
Compatibility
Minecraft: Java Edition
1.16.5
Platform
Forge
Supported environments
Dedicated servers only
Changes
1.16.5 is end of life. If anyone wishes to maintain this version, please get in touch with me on Discord
If you are upgrading from a version below 2.2, this version includes some big config changes. Please double-check your config after upgrading!
For the next while, we will only be releasing bug fix updates. We are working on Version 3 of this mod, to redo everything properly and end the rain of terror of the buggy AF V2 releases.
Bug Fixes:
- Fixed "say" and "me" being replaced from all messages sent with "say" and "me"
- Fixed
@hereand@everyonebeing pingable from chat
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:OBySo3h5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Sh0YauEf:OBySo3h5"
}

