Tags
Creators
Details
Licensed LGPL-3.0-only
Published 4 years ago
All versions
fabric-1.21.1-0.27.5
Beta
0.27.5last month 83.3K
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platforms
Fabric
Quilt
Supported environments
Server-side
Client and server
Required content
Changes
- Added config option and support for party-owned claims. Check the main config file for "partyOwnedClaims" to enable and for more info. Requires updating the map mod you are using to support them on the map. For mod developers: you can now get full or default claim names from the claims manager API, which automatically applies party names.
- Added a way to switch your claiming mode on the main UI screen, including a new party claiming mode.
- Added a new rank CLAIMER to built-in parties, which is below MODERATOR and allows your party members to claim as your party. Other supported party systems don't have such a rank. If you're using FTB Teams, Officer is treated the same as MODERATOR. On Argonauts (Odyssey Allies), any member permission other than TP_MEMBERS enables party-claiming, MANAGE_SETTINGS enables party config editing, MANAGE_MEMBERS enables including players in party's player groups.
- Fixed random concurrent modification crashes when sending out messages of any type to party members.
- (1.20.4+) Fixed server log spam when player configs are being updated.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| open-parties-and-claims-fabric-1.21.1-0.27.5-sources.jar | Source jar | 1.1 MiB |
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:gF3BGWvG:lQh1EunS"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:gF3BGWvG:lQh1EunS"
}


