All versions
3.4.0+sponge7
Release
v3.4.0 (Sponge 7)2 years ago 96
Compatibility
Minecraft: Java Edition
1.12.2
Platform
Sponge
Changes
What's Changed
- โจ Added support for 1.20.6 on Paper and Fabric
- ๐ Dropped support for Paper and Fabric versions prior to 1.20.6
- โจ Added new entity summon effects (Armadillo, Bogged, Breeze)
- โจ Added new effects for controlling the speed of the game (HyperSpeed, HyperSlowSpeed, Freeze Time)
- โจ Added slow falling potion effect
- โจ Added support for the upcoming Stop All Effects button in the Crowd Control app
- โจ Added the permission node
crowdcontrol.usefor fine-grained control over where effects can be used - โจ Added support for binding to a specific IP address. Useful for owners of large server networks.
- ๐งน Added support for pausing some more effects in singleplayer
- ๐งน Added warnings for running the Paper plugin on an unsupported version
- ๐ Fixed an issue allowing sessions to be started earlier than intended
- ๐ Fixed an issue causing the global effect warning to be displayed despite the presence of a hosts value
New Contributors
- @onebeastchris made their first contribution in https://github.com/qixils/minecraft-crowdcontrol/pull/198
Full Changelog: https://github.com/qixils/minecraft-crowdcontrol/compare/v3.3.6...v3.4.0
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:vCwIOaAn"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:6XhH9LqD:vCwIOaAn"
}

