Tags
Creators
Details
All versions
3.0.0
Release
RRDiscordBridge 3.0.0 (Bukkit for MC r1.19.2-Latest)9 months ago 138
Uploaded by
Compatibility
Minecraft: Java Edition
1.21–1.21.10
1.20.x
1.19.2–1.19.4
Platforms
Bukkit
Paper
Purpur
Spigot
Changes
- Overhauled Extensions API
- Chat Extensions are now Extensions, as their scope has expanded.
- Each chat extension now has it's own config (located in
{config_dir}/extensions/config) /cextis now/rdbext- And more! (too many changes to list here)
- Forge from 1.20.1-Latest is now supported
- NeoForge is now fully supported
- 1.21.9+ is now supported
- Bukkit build 33 (based on beta 1.2_01) is now supported
- Codebase cleanup in preperation for Ornithe support
Extensions
- OpChat v1.2.1
- Settings are now stored in
extensions/config/OpChat.json- You will need to move your OpChat channel id from the global config to this config.
- New option to allow only operators to speak in OpChat.
- Settings are now stored in
- Waypoint v1.2.1
- Waypoints can now include a "badge image" in the embed
- This is configurable in
extensions/config/Waypoint.json
- This is configurable in
- Waypoints can now include a "badge image" in the embed
IMPORTANT
- There was a regression that causes the console relay to not work properly. (however, you can still send console commands from Discord)
- See issue #12 for tracking
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:qzP18qVX:bcNUN7wY"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:qzP18qVX:bcNUN7wY"
}

