InvSee++

⭐ ⭐ (456 endorsements) 📥 323,588 downloads 📌 v0.31.15 📅 8/11/2023
🟡 Updated this year

By Jannyboy11 · bukkit

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 6/16/2026 📅 Created: 8/11/2023

🔍 Analysis

  • 👍 0.1% endorsement rate
  • 🏆 #28 of 1560 bukkit mods in this game by downloads

📋 About This Mod

# InvSee++ A bukkit plugin for manipulating player inventories. This plugin will still work when target players are offline, even when they have never been on the server. ## Features - View and edit other players' inventories and enderchests. - Includes players' armour contents and off-hand items. - Includers players' crafting/workbench/anvil/smithing table/stonecutter/grindstone/loom/enchanting table/merchant items. - Includes the item stack that players hold on their cursor. - Auto-reloading of spectator inventories when players relog. - Customisable inventory layouts and titles. - Simple yet extensive application programming interface. Works on CraftBukkit (and forks) as well as Glowstone. - Support for hybrid servers (Forge/Bukkit, Fabric/Bukkit) is (https://github.com/Jannyboy11/InvSee-plus-plus#supported-server-software). - Does not work on Folia (((https://github.com/Jannyboy11/InvSee-plus-plus/issues/58))). - (Optional) integration with PerWorldInventory. - Give items to (offline) players via commands. - Clear items out of (offline) players' inventories via commands. ### Running the plugin Just drop the InvSee++.jar file in your server's /plugins folder. ### Commands - `/invsee <userName>|<uniqueId> ` - spectates a player's inventory. - `/endersee <userName>|<uniequeId> ` - spectates a player's ender chest. Note that for integration with PerWorldInventory, `load-data-on-join` needs to be set to `true` in its config. - `invseeplusplusreload` - reloads the plugin's configuration. ### Permissions ###### Base permissions: - `invseeplusplus.invsee.view` allows access to `/invsee`. By default only for server operators. - `invseeplusplus.invsee.edit` allows the player to manipulate the target player's inventory. By default only for server operators. - `invseeplusplus.endersee.view` allows access to `/endersee`. By default only for server operators. - `invseeplusplus.endersee.edit` allows the player to manipulate the target player's enderchest. By default only for server operators. - `invseeplusplus.exempt.invsee` makes it impossible to spectate the inventory of the owner of this permission. - `invseeplusplus.exempt.endersee` makes it impossible to spectate the enderchest of the owner of this permission. - `invseeplusplus.bypass-exempt.invsee` ignore whether target players are exempted from having their inventory spectated - `invseeplusplus.bypass-exempt.endersee` ignore whether target players are exempted from having their enderchest spectated - `invseeplusplus.reload` allows access to `/invseeplusplusreload`. ###### Aggregate permissions: - `invseeplusplus.view` provides `invseeplusplus.invsee.view` and `invseeplusplus.endersee.view`. - `invseeplusplus.edit` provides `invseeplusplus.invsee.edit` and `invseeplusplus.endersee.edit`. - `invseeplusplus.exempt` provides `invseeplusplus.exempt.invsee` and `invseeplusplus.exempt.endersee`. - `invseeplusplus.bypass-exempt` provides `invseeplusplus.bypass-exempt.invsee` and `invseeplusplus.bypass-exempt.endersee`. - `invseeplusplus.tabcomplete` allows username tabcompletion in /invsee or /endersee commands. This permission is automatically provided by invseeplusplus.invsee.view and invseeplusplus.endersee.view - `invseeplusplus.reload` allows access to /invseeplusplusreload. - `invseeplusplus.*` provides all of the base permissions as well as all of the addon permissions. ## Addons #### InvSee++_Give ##### Commands: - `/invgive <target player> <item type> ` - `/endergive <target player> <item type> ` ###### Examples: On 1.20.4 an earlier: - `/invgive Notch diamond 1 {"foo":"bar"}` - `/endergive Jannyboy11 wool:14` On 1.20.5 and later: - `/invgive Jannyboy11 minecraft:emerald 65` ##### Permissions: - `invseeplusplus.give.*` provides `invseeplusplus.give.inventory` and `invseeplusplus.give.enderchest`. - `invseeplusplus.give.inventory` allows access to `/invgive`. - `invseeplusplus.give.enderchest` allows access to `/endergive`. #### InvSee++_Clear ##### Commands: - `/invclear <player> <item type>? <amount>?` - `/enderclear <player> <item type>? <amount>?` ###### Examples: - `/invclear Notch diamond 1` - `/enderclear Jannyboy11 wool:14` ##### Permissions: - `invseeplusplus.clear.*` provides `invseeplusplus.clear.inventory` and `invseeplusplus.clear.enderchest`. - `invseeplusplus.clear.inventory` allows access to `/invclear`. - `invseeplusplus.clear.enderchest` allows access to `/enderclear`. ### Metrics This plugin collects anonymous metrics which are submitted to (https://bstats.org/plugin/bukkit/InvseePlusPlus/9309) and (https://faststats.dev/project/invsee-plus-plus/invsee%2B%2B). They help me to see how the plugin is used and thus with future development. Collection of metrics can be disabled in the /plugins/bstats/config.yml and plugins/fa

A bukkit plugin for manipulating player inventories. This plugin will still work when target players are offline, even when they have never been on the server.

## Features - View and edit other players' inventories and enderchests. - Includes players' armour contents and off-hand items. - Includers players' crafting/workbench/anvil/smithing table/stonecutter/grindstone/loom/enchanting table/merchant items. - Includes the item stack that players hold on their cursor. - Auto-reloading of spectator inventories when players relog. - Customisable inventory layouts and titles. - Simple yet extensive application programming interface. Works on CraftBukkit (and forks) as well as Glowstone. - Support for hybrid servers (Forge/Bukkit, Fabric/Bukkit) is (https://github.com/Jannyboy11/InvSee-plus-plus#supported-server-software). - Does not work on Folia ([#58]((https://github.com/Jannyboy11/InvSee-plus-plus/issues/58))). - (Optional) integration with PerWorldInventory. - Give items to (offline) players via commands. - Clear items out of (offline) players' inventories via commands.

### Running the plugin

Just drop the InvSee++.jar file in your server's /plugins folder.

### Commands - `/invsee | ` - spectates a player's inventory. - `/endersee | ` - spectates a player's ender chest. Note that for integration with PerWorldInventory, `load-data-on-join` needs to be set to `true` in its config. - `invseeplusplusreload` - reloads the plugin's configuration.

### Permissions

###### Base permissions: - `invseeplusplus.invsee.view` allows access to `/invsee`. By default only for server operators. - `invseeplusplus.invsee.edit` allows the player to manipulate the target player's inventory. By default only for server operators. - `invseeplusplus.endersee.view` allows access to `/endersee`. By default only for server operators. - `invseeplusplus.endersee.edit` allows the player to manipulate the target player's enderchest. By default only for server operators. - `invseeplusplus.exempt.invsee` makes it impossible to spectate the inventory of the owner of this permission. - `invseeplusplus.exempt.endersee` makes it impossible to spectate the enderchest of the owner of this permission. - `invseeplusplus.bypass-exempt.invsee` ignore whether target players are exempted from having their inventory spectated - `invseeplusplus.bypass-exempt.endersee` ignore whether target players are exempted from having their enderchest spectated - `invseeplusplus.reload` allows access to `/invseeplusplusreload`.

###### Aggregate permissions: - `invseeplusplus.view` provides `invseeplusplus.invsee.view` and `invseeplusplus.endersee.view`. - `invseeplusplus.edit` provides `invseeplusplus.invsee.edit` and `invseeplusplus.endersee.edit`. - `invseeplusplus.exempt` provides `invseeplusplus.exempt.invsee` and `invseeplusplus.exempt.endersee`. - `invseeplusplus.bypass-exempt` provides `invseeplusplus.bypass-exempt.invsee` and `invseeplusplus.bypass-exempt.endersee`. - `invseeplusplus.tabcomplete` allows username tabcompletion in /invsee or /endersee commands. This permission is automatically provided by invseeplusplus.invsee.view and invseeplusplus.endersee.view - `invseeplusplus.reload` allows access to /invseeplusplusreload. - `invseeplusplus.` provides all of the base permissions as well as all of the addon permissions.

#### InvSee++_Give ##### Commands: - `/invgive [] []` - `/endergive [] []` ###### Examples: On 1. 20. 4 an earlier: - `/invgive Notch diamond 1 {"foo":"bar"}` - `/endergive Jannyboy11 wool:14`

On 1. 20. 5 and later: - `/invgive Jannyboy11 minecraft:emerald 65` ##### Permissions: - `invseeplusplus.give.` provides `invseeplusplus.give.inventory` and `invseeplusplus.give.enderchest`. - `invseeplusplus.give.inventory` allows access to `/invgive`. - `invseeplusplus.give.enderchest` allows access to `/endergive`.

#### InvSee++_Clear ##### Commands: - `/invclear ? ?` - `/enderclear ? ?` ###### Examples: - `/invclear Notch diamond 1` - `/enderclear Jannyboy11 wool:14` ##### Permissions: - `invseeplusplus.clear.*` provides `invseeplusplus.clear.inventory` and `invseeplusplus.clear.enderchest`. - `invseeplusplus.clear.inventory` allows access to `/invclear`. - `invseeplusplus.clear.enderchest` allows access to `/enderclear`.

### Metrics This plugin collects anonymous metrics which are submitted to (https://bstats.org/plugin/bukkit/InvseePlusPlus/9309) and (https://faststats.dev/project/invsee-plus-plus/invsee%2B%2B). They help me to see how the plugin is used and thus with future development. Collection of metrics can be disabled in the /plugins/bstats/config.yml and plugins/fa

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Plugins
Author
Jannyboy11
Version
0.31.15
Downloads
323,588
Endorsements
456
Category
bukkit
Created
8/11/2023
Updated
6/16/2026
Game Versions
1.8.8, 1.12.2, 1.16.5, 1.17.1, 1.18.2
Tags
library, management

🔧 How to Install Minecraft Plugins Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

📖 Full step-by-step install guide for Minecraft Plugins →

Visit the official mod page for specific installation instructions for this mod.

🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.

❓ Frequently Asked Questions

Which Minecraft Plugins versions does InvSee++ support?

The author lists 1.8.8, 1.12.2, 1.16.5, 1.17.1, 1.18.2, 1.19.4. Other versions may work but are untested by the author.

What is the latest version of InvSee++?

Version 0.31.15, published 2026-06-16 with 323,588 downloads recorded at the source.

Keep browsing — more Minecraft Plugins mods await

📋 All Minecraft Plugins Mods 🏆 Top 25 📂 More bukkit 👤 More by Jannyboy11 🔎 Similar Mods 🌐 Best bukkit (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods