4.0.0
Compatibility
Required content
Changes
π Claim Economy 4.0.0
A major update focused on modernizing the mod, improving compatibility, and adding new gameplay systems.
β οΈ Breaking Changes
- Open Parties and Claims (OPC) support has been completely removed.
- FTB Chunks + FTB Teams + FTB Library are now the only supported claim backend.
β¨ New Features
π― Bounties
Track down your enemies for profit.
- Place a bounty on a specific player:
/lc_claim_economy bounty player - Place a bounty on an enemy team:
/lc_claim_economy bounty team - Team bounties can only be claimed if the killer's team is actively at war with the target.
- View all active bounties:
/lc_claim_economy bounty list
π Leaderboards
Compare your progress with everyone else on the server.
/lc_claim_economy leaderboard [land|wealth]
π Pioneer Bonus
- The first-ever claimed chunk on a server now rewards a one-time Pioneer Bonus.
- Includes a unique advancement to commemorate the achievement.
π FTB Quests Integration
- Claim Economy milestones can now drive FTB Quests progression.
- Quest rewards can be deposited directly into a team's bank account.
- No additional dependencies required.
π¨ Refreshed Branding
- Brand-new logo and visual identity.
- Updated CurseForge page and promotional assets.
π¨ User Interface Improvements
- Completely redesigned:
- Claim & Upkeep Costs
- Chunk Player Permissions
- War screens
Chunk Player Permissions
- Colorblind-friendly toggle indicators
- Improved tooltips
- Permission summaries
- Hover animations
FTB Chunks Map
- Added claim information tooltips.
- Added pending-claim border outlines.
General Improvements
- Fixed the "Balance: nothing" display.
- Added red affordability warnings when funds are insufficient.
π§ Fixes & Stability
- Fixed a crash caused by FTB Quests reusing the FTB Library configuration screen mixin.
- Relaxed the FTB Chunks version requirement from a hard compatibility block to a warning.
- Fixed FTB Quests advancement hooks not appearing in the task picker.
Thank you for using Claim Economy! β€οΈ
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:mREY9BBA:MGlKUFNc"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:mREY9BBA:MGlKUFNc"
}

