Tags
Creators
Details
Licensed MIT
Published 4 years ago
All versions
1.19-1.4.0
Release
[FORGE 1.19.x] Simple Discord Link - 1.4.04 years ago 146
Compatibility
Minecraft: Java Edition
1.19–1.19.1
Platform
Forge
Supported environments
Dedicated servers only
Changes
Bug Fixes:
- Fixed whitelist list command returning incorrect data
- Fixed logger not logging errors and messages to logs
- Fixed Incorrect default values for Message Destinations
- Hopefully fixed an issue with Avatars disappearing with frequent messages. (Untested, don't have enough testers available)
New Features:
- Added error logging for Missing Permissions or potential incorrect discord configurations
- Added more options for Webhook and Embed player icons
- Added option to customize the Prefix for Discord -> MC messages
- You can now separately configure Logs and Chat to either use Embeds or Plain Messages
- Configs now Hot Reload (YAY! No more restarting!). This excludes the Bot Token and Webhook Urls. These are only loaded on startup
- Add config option to customize Chat and Achievement Messages
- The bot now automatically generates and prints a BOT invite link to the console, so no need to generate it anymore
Improvements:
- Channel Topics now update every 6 minutes, instead of every 11 minutes (Discord Ratelimits)
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:aBUBQJkP"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Sh0YauEf:aBUBQJkP"
}

