A bukkit plugin for manipulating player inventories.
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.
Just drop the InvSee++.jar file in your server's /plugins folder.
/invsee <userName>|<uniqueId> [PWI{...}] - spectates a player's inventory./endersee <userName>|<uniequeId> [PWI{...}] - spectates a player's ender chest.load-data-on-join needs to be set to true in its config.invseeplusplusreload - reloads the plugin's configuration.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 spectatedinvseeplusplus.bypass-exempt.endersee ignore whether target players are exempted from having their enderchest spectatedinvseeplusplus.reload allows access to /invseeplusplusreload.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.viewinvseeplusplus.reload allows access to /invseeplusplusreload.invseeplusplus.* provides all of the base permissions as well as all of the addon permissions./invgive <target player> <item type> [<amount>] [<nbt tag>]/endergive <target player> <item type> [<amount>] [<nbt tag>]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[minecraft:max_stack_size=99] 65
invseeplusplus.give.* provides invseeplusplus.give.inventory and invseeplusplus.give.enderchest.invseeplusplus.give.inventory allows access to /invgive.invseeplusplus.give.enderchest allows access to /endergive./invclear <player> <item type>? <amount>?/enderclear <player> <item type>? <amount>?/invclear Notch diamond 1/enderclear Jannyboy11 wool:14invseeplusplus.clear.* provides invseeplusplus.clear.inventory and invseeplusplus.clear.enderchest.invseeplusplus.clear.inventory allows access to /invclear.invseeplusplus.clear.enderchest allows access to /enderclear.This plugin collects anonymous metrics which are submitted to bStats and FastStats. 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/faststats/config.properties files.
Bugs & Feature requests: GitHub issues
Anything else can be discussed via the discussion thread on SpigotMC or via
Discord.
Documentation available on the wiki!
Special thanks to Icodak for making the plugin's logo!
You can find them on Discord and on SpigotMC.
Unsupported
Required
Умови використання, зміни та поширення цього товару.
16.06.2026 · Modrinth
Скриншоти та зображення з оригінальної сторінки Modrinth.
Опубліковані версії та оригінальні файли Modrinth.
16.06.2026 · 32 697 завантаження
24.05.2026 · 19 717 завантаження
17.05.2026 · 2 985 завантаження
10.05.2026 · 7 858 завантаження
19.04.2026 · 14 059 завантаження
19.04.2026 · 81 завантаження
13.04.2026 · 4 144 завантаження
Bugfix for Paper 26.1.2
10.04.2026 · 3 028 завантаження
Update for CraftBukkit and Paper 26.1.2.
04.04.2026 · 3 988 завантаження
Release for CraftBukkit and Paper 26.1.1
04.04.2026 · 107 завантаження
Update for Minecraft 26.1.1
15.12.2025 · 61 241 завантаження
Improved Paper 1.21.10 and 1.21.11 compatibility. Fixes a NoSuchMethodError.
13.12.2025 · 11 533 завантаження
Update for CraftBukkit and Paper 1.21.11.
03.12.2025 · 4 671 завантаження
Fixes an issue that caused bukkit and paper player metadata not to be saved to the playerdata savefile when saving an offline player's inventory.
07.10.2025 · 25 597 завантаження
CraftBukkit & Paper 1.21.10 support.
30.09.2025 · 4 151 завантаження
CraftBukkit 1.21.9 support
22.07.2025 · 21 046 завантаження
Support for Paper 1.21.8
30.06.2025 · 8 620 завантаження
1.21.7 support
28.06.2025 · 1 074 завантаження
Fixed an issue which occurred when a spectated player was viewing a Crafter.
22.06.2025 · 1 915 завантаження
Fix for Paper 1.21.6
18.06.2025 · 1 451 завантаження
Hi folks,
This update makes InvSee++ compatible with CraftBukkit 1.21.6.
This release has a minor version bump because of the addition of animal armour and saddle slots to player inventories (yes, really, I am not kidding).
To support these inventory slots, the slots with numbers 41 and 42 will be used to represent the respective items. The cursor slot has been moved to number 43.
The default inventory mirror has been updated to reflect this change.
For developers making use of the API:
- The PlayerInventorySlot enum has been expanded to include the new BODY and SADDLE slots.
- The array returned by MainSpectatorInventory#getOffHandContents() now will include the 'body' and 'saddle' items when running on CraftBukkit 1.21.6.
- The method MainSpectatorInventory#setOffHandContents(ItemStack[]) will now always require an itemstack array of length 3, when running on CraftBukkit 1.21.6.
Cheers!
29.03.2025 · 18 369 завантаження
This update adds support for CraftBukkit 1.21.5.
Cheers!
16.02.2025 · 6 558 завантаження
The following bugs are fixed in this release:
- https://github.com/Jannyboy11/InvSee-plus-plus/issues/105
- https://github.com/Jannyboy11/InvSee-plus-plus/issues/137
- https://github.com/Jannyboy11/InvSee-plus-plus/issues/136
03.12.2024 · 9 409 завантаження
Add support for CraftBukkit 1.21.4
23.10.2024 · 4 183 завантаження
Adds support for CraftBukkit 1.21.3
12.08.2024 · 8 681 завантаження
Now supports Bukkit 1.21.1
30.06.2024 · 4 434 завантаження
This release adds support for the following Minecraft versions:
- 1.21
- 1.20.1
Support for the following Minecraft versions has been dropped:
- 1.20.5
- 1.15.2
Other breaking changes:
SpectatorInventoryView was changed from a class to an interface in order to support Bukkit's source-incompatible change (they converted InventoryView from a class to an interface).
API consumers that made use of the SpectatorInventoryView, EnderSpectatorInventoryView or MainSpectatorInventoryView classes will have to recompile their code against this new version.
13.06.2024 · 2 194 завантаження
This release adds support for the following Minecraft versions:
- 1.21
- 1.20.1
Support for the following Minecraft versions has been dropped:
- 1.20.5
- 1.15.2
05.05.2024 · 2 540 завантаження
Additions:
Deletions:
Other breaking changes:
07.08.2023 · 7 485 завантаження