1.3
Compatibility
Changes
Newly Added
Trust System for Players
Players can grant other players access to Creative mode in their claims.
New commands:
/cc trust <player>
/cc untrust <player>
/cc trustlist
/cc trustedby
Admin Features
Full Bypass for complete exemption from mod logic
Builder Mode for Creative outside of claims, but without access to other players' claims
New admin commands:
/cc bypass <player> on|off
/cc bypasslist
/cc builder <player> on|off
/cc builderlist
Behavior Changed
Players are automatically set to Creative when entering their own claims.
Players are also automatically set to Creative when entering trusted claims.
Players can switch back to Survival mode within allowed claims.
Other players' claims automatically set players to Survival.
Wilderness is Survival by default.
Builder players can retain Creative mode in Wilderness.
Spectator mode is only allowed for players with full bypass.
Convenience Features
Trust also works with known players. Offline players
Trusted players receive a green message.
If a player is offline, they will receive the message upon their next login. Lists such as bypasslist, builderlist, trustlist, and trustedby display names instead of just UUIDs.
Notes
In this version, the data is not yet permanently saved after a server restart. Trust, Builder, and Bypass currently only apply until the next restart.
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:hwgaV41y"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4CWUJIvX:hwgaV41y"
}

