Tags
Creators
Details
2.7.1
Compatibility
Required content
Changes
Full English changelog available on GitHub. Full French changelog available on our Discord.
Summary
This hotfix improves the 2.7.0 update by fixing non-OP Pokémon UI access from classic alerts, correcting a missing permission message translation, and adding player-side Raid Dens sound customization to /csar config.
Fixed
- Fixed an issue where non-OP players could not open the Pokémon UI from classic CSAR alerts
- Fixed classic Pokémon alert UI clicks requiring admin-level access in some cases
- Fixed the raw
cobblespawnalertreforged...permission key appearing when non-OP players tried to use restricted UI commands - Fixed the missing permission message display by using an existing translated permission message
Added
- Added Raid Dens custom sound options to the player config UI
- Added player-side Raid Dens sound settings for enable / disable, custom sound id, volume, and pitch
Notes
- The Pokémon UI can now be opened by non-OP players from alert clicks as intended
- Admin-only UI commands remain protected
- Raid Dens, CobbleSafari, Mass Outbreak, and classic Pokémon alert behavior remain unchanged from 2.7.0
Optional dependencies
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:meUPQ1KX:YpXgi66e"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:meUPQ1KX:YpXgi66e"
}

