All versions
2.1
Beta
OpenPAC Claim Mode Switch 2.12 months ago 31
Compatibility
Minecraft: Java Edition
1.21.4
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
Changelog – Version 2.1
New Features
- The
/ccmenu has been fully reworked. - Profiles from Open Parties and Claims are now detected through the OPAC API.
- Trusts can now be managed per profile.
- Each profile can define which mode trusted players should receive.
- New setting: OPAC access sync When enabled, CC trusts are synced with Open Parties and Claims.
- New setting: Trust editing When disabled, players can no longer edit trusts. Homes and personal mode switching remain available.
- New setting: Player trusted-mode Allows admins to decide whether players may change the mode for trusted players themselves.
- The admin menu has been expanded and reorganized.
- Bypass and Builderpass players can now be managed directly inside the admin menu.
- Homes remain accessible through the
/ccmenu. - The menu now uses dynamic titles such as Creative Claim - Main, Creative Claim - Admin, Creative Claim - Bypass Menu, and Creative Claim - Builderpass Menu.
Improvements
- Menu transitions are now much smoother.
- Profile switching happens inside the same menu without reopening it.
- Bypass and Builderpass menus open without visible reloads.
- The player inventory is no longer shown in Creative Claim menus.
- Mouse positioning when switching to smaller menus, such as Homes, has been improved.
- The menu layout has been cleaned up.
- Tooltip text has been cleaned up so strange
LFcharacters no longer appear. - Player heads now clearly show whether trust is enabled or disabled.
- The Trusted Player Mode button has been repositioned.
- Admin settings have been renamed and made easier to understand.
Performance
- OPAC profile data is now cached.
- The old broad reflection-based profile search has been removed.
- The mouse fix no longer runs every frame.
- Many menu actions are now handled inside the same container.
- This reduces unnecessary menu reloads and client-side lag.
Bug Fixes
- Incorrect or duplicated profile entries have been reduced.
- Fake profiles and UUID-based profile names have been removed.
- Trust status now stays saved when switching between profiles.
- Trusted Player Mode now stays saved per profile.
- The normal player inventory no longer appears in Creative Claim menus.
- Mouse jumping when opening the Homes menu has been improved.
- Personal mode switching is now correctly disabled when the related admin setting is turned off.
- Several smaller UI and layout issues have been fixed.
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:4CWUJIvX:crCg9gdf"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4CWUJIvX:crCg9gdf"
}




