
Minecraft-Sync
The Minecraft Sync 2.0 Discord Bot is designed to seamlessly synchronize chat between Minecraft servers and Discord. It allows real-time communication across both platforms, making it easy to connect and interact. For support or inquiries, users can join t
Tags
Creators
Details
2.0.5+1.18.2-forge
Compatibility
Changes
MC-Sync 2.0.5
| Version | 2.0.5 |
| Loader | forge |
| Minecraft | 1.18.2 - 1.19.1 |
Servers running update.mode: install (the default) pick this build up on their next restart --
it is downloaded and staged automatically, and nothing is ever restarted for you. Everyone else
replaces the jar by hand.
An update never moves you to a different Minecraft version: this build only ever offers itself to servers on the versions listed above.
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:noKcRQOR:thaLQFo6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:noKcRQOR:thaLQFo6"
}
