All versions
3.4.2+paper
Release
v3.4.2 (Paper 1.20.6+)2 years ago 173
Compatibility
Minecraft: Java Edition
1.20.6
Platform
Paper
Changes
3.4.2
- Added new effect for dropping a random block, like a falling anvil
- Paper & Fabric: Added new effects for increasing and decreasing the size of players and nearby mobs
- Paper: Updated various effects to use server registries for better plugin compatibility and future-proofing
- Paper: Fixed some missing entity effects
- Paper: Fixed enchant effects always refunding
- Paper & Fabric: Mobs spawned by CC ordinarily have a tag for developers denoting that they were viewer-spawned. This tag is now removed when the mob is renamed via name tag.
- Added
crowdcontrol.use.[EFFECT_ID]permissions for server admins; see here for the list of effect IDs
3.4.1
- Ported Fabric's new time effects to Paper
- Ported Fabric's gravity command refactor to Paper
- Fixed time effect announcements
- Fixed issue that forced all Fabric players to install the mod (it's still recommended!)
Full Changelog: https://github.com/qixils/minecraft-crowdcontrol/compare/v3.4.1...v3.4.2
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:6XhH9LqD:8DbCUNOR"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:6XhH9LqD:8DbCUNOR"
}

