All versions
1.0
Release
1.010 months ago 1,891
Compatibility
Minecraft: Java Edition
1.21.3–1.21.6
Platforms
Bukkit
Paper
Spigot
Changes
InventorySee v1.0
Initial Release
Main Features
- Added /invsee — view another player's inventory safely in read-only mode.
- Added /invopen — open and edit a player's inventory in real time (fully synced).
- Added /invlock — lock a player's inventory to prevent item movement, pickup, drop, or interaction.
- Added warning messages for locked players when they try to interact, drop, or pick up items.
- Added real-time syncing for edited inventories — changes instantly apply to target players.
- Added config.yml with customizable messages, GUI titles, and logging formats.
- Added colorful, organized logs in both console and file (history.log).
General Improvements
- GUI shows player's armor, offhand, and detailed info (HP, food, XP, gamemode, world, coordinates).
- Clean single-class structure — all commands managed inside one optimized main file.
- Lightweight, no dependencies — drag & drop ready.
Permissions
- inventorysee.view — allows viewing other players’ inventories.
- inventorysee.open — allows editing other players’ inventories.
- inventorysee.lock — allows locking and unlocking inventories.
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:rQq5fI0H:PJAIfwny"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:rQq5fI0H:PJAIfwny"
}

