Tags
Creators
Details
Licensed ARR
Published last year
Updated 4 months ago
All versions
1.1.0
Release
1.1.0 The Medium Bug Fix Update!4 months ago 357
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.x
Platforms
Bukkit
Paper
Purpur
Spigot
Changes
Bug Fixes
- Fixed Permission Enforcement - The
deathchest.usepermission is now enforced before creating a death chest. - Fixed Keep Inventory Duplication - Death chests are no longer created when
keepInventoryis enabled, preventing duplicate item retention. - Fixed Compass Give-On-Death Setting -
compass.give-on-deathnow correctly gives players a death chest compass after death (when enabled). - Fixed Protection Toggle Behavior -
protection.enablednow properly controls whether non-owners are blocked from opening/breaking death chests. - Fixed Loot-After-Expire Behavior -
protection.allow-loot-after-expirenow allows non-owners to access expired chests when enabled. - Fixed Drop-On-Expire Behavior -
protection.drop-items-on-expirenow drops stored chest items to the ground when expiration cleanup removes a chest. - Fixed Chest Inventory Save Targeting - Chest contents are now saved by tracked chest session ID instead of inventory title matching, preventing wrong-chest saves.
- Fixed Admin Chest Editing Persistence - Admin-opened chest inventories now persist changes correctly on close.
- Fixed Owner XP Security - Stored XP is now only returned to the chest owner, not to non-owners or admins.
- Fixed Economy Lockout Edge Case - Paid chests no longer become permanently locked if Vault/economy is unavailable; they auto-unlock instead.
- Fixed Compass Lore Overwrite - Custom
compass.loreconfig lines are now preserved when the compass target updates. - Fixed Missing Compass Tab Completion -
/deathchest compassnow appears in tab completion for players with permission. - Fixed Reload Scheduler Handling - Reload now correctly starts/stops recurring compass, hologram, and ambient tasks based on current config.
- Fixed Economy Default Fallback -
economy.costis now used as the fallback value for unlisted world economy cost settings. - Fixed Expiring-Soon Timing Validation - Expiring-soon notifications no longer spam from invalid timing combinations (such as notice >= chest lifetime).
- Fixed UUID Crash Paths - Unsafe UUID parsing paths were hardened to prevent command/listener crashes from malformed chest data.
- Fixed Hologram Lifetime Accuracy - Hologram countdown updates now respect each chest's
customLifetimevalue.
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:lO4tsixF:4rbMNiZX"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:lO4tsixF:4rbMNiZX"
}

