
Open Inventory
OpenInv is a powerful Minecraft admin plugin that lets staff view and edit player inventories and ender chests using /inv commands, featuring a modern GUI, database-backed inventory snapshots, rollback support, and multiple Minecraft version support.
Tags
Creators
Details
1.4.1
Compatibility
Changes
OpenInv v1.4.1 - Critical Bug Fix Update
π§ Bug Fixes:
- Fixed a critical data-loss bug related to
/openinv offlineec. Previously, if an administrator used the offline Ender Chest command on a player who had never generated offline backup data (common on fresh plugin installs), the plugin would accidentally save an empty GUI as their new state. This caused the player's live Ender Chest to be permanently wiped upon their next login. The command now safely aborts and warns the admin if no backup data exists, completely preventing accidental wipes.
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:CJ1sB5q4:ymhwOLiF"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:CJ1sB5q4:ymhwOLiF"
}
