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.
Do you like this plugin? Then please leave a rating anda review on SpigotMC!
Just drop the InvSee++.jar file in your server's /plugins folder and make sure your servers runs on Java 11 or newer.
See also: What Server Software does InvSee++ support?
/invsee <userName>|<uniqueId> [PWI{...}]/endersee <userName>|<uniequeId> [PWI{...}]Note that for integration with PerWorldInventory,load-data-on-joinneeds to be set totruein its config.
invseeplusplus.invsee.viewallows access to/invsee. By default only for server operators.invseeplusplus.invsee.editallows the player to manipulate the target player's inventory. By default only for server operators.invseeplusplus.endersee.viewallows access to/endersee. By default only for server operators.invseeplusplus.endersee.editallows the player to manipulate the target player's enderchest. By default only for server operators.invseeplusplus.exempt.invseemakes it impossible to spectate the inventory of the owner of this permission.invseeplusplus.exempt.enderseemakes it impossible to spectate the enderchest of the owner of this permission.invseeplusplus.bypass-exempt.invseeignore whether target players are exempted from having their inventory spectatedinvseeplusplus.bypass-exempt.enderseeignore whether target players are exempted from having their enderchest spectated
invseeplusplus.viewprovidesinvseeplusplus.invsee.viewandinvseeplusplus.endersee.view.invseeplusplus.editprovidesinvseeplusplus.invsee.editandinvseeplusplus.endersee.edit.invseeplusplus.exemptprovidesinvseeplusplus.exempt.invseeandinvseeplusplus.exempt.endersee.invseeplusplus.bypass-exemptprovidesinvseeplusplus.bypass-exempt.invseeandinvseeplusplus.bypass-exempt.endersee.invseeplusplus.*provides all eight of the base permissions as well as all of the addon permissions.
/invgive <player> <item type> <amount>? <nbt tag>?/endergive <player> <item type> <amount>? <nbt tag>?
invseeplusplus.give.*providesinvseeplusplus.give.inventoryandinvseeplusplus.give.enderchest.invseeplusplus.give.inventoryallows access to/invgive.invseeplusplus.give.enderchestallows access to/endergive.
/invclear <player> <item type>? <amount>?/enderclear <player> <item type>? <amount>?
invseeplusplus.clear.*providesinvseeplusplus.clear.inventoryandinvseeplusplus.clear.enderchest.invseeplusplus.clear.inventoryallows access to/invclear.invseeplusplus.clear.enderchestallows access to/enderclear.
Bugs & Feature requests: GitHub issues Anything else can be discussed via the discussion thread on SpigotMC or via Discord.
Prerequisites: JDK-17 or newer, BuildTools and Maven.
- Install CraftBukkit into your local repository first by running BuildTools with
java -jar BuildTools.jar --rev 1.8.8 --compile craftbukkitjava -jar BuildTools.jar --rev 1.12.2 --compile craftbukkitjava -jar BuildTools.jar --rev 1.15.2 --compile craftbukkitjava -jar BuildTools.jar --rev 1.16.5 --compile craftbukkitjava -jar BuildTools.jar --rev 1.17.1 --compile craftbukkit --remappedjava -jar BuildTools.jar --rev 1.18.2 --compile craftbukkit --remappedjava -jar BuildTools.jar --rev 1.19.2 --compile craftbukkit --remappedjava -jar BuildTools.jar --rev 1.19.3 --compile craftbukkit --remappedjava -jar BuildTools.jar --rev 1.19.4 --compile craftbukkit --remapped
- Install PerWorldInventory into your local repository by downloading PerWorldInventory's code
and running
mvn clean install -DskipTests=truein its root directory. - In the root directory of this project run
mvn clean package. You can find the plugin jar at Spigot_Plugin/target/InvSee++.jar.
Documentation available on the wiki!
LGPLv2.1. See the LICENSE.txt file.
Special thanks to Icodak (Discord) (SpigotMC) for creating the logo!
InvSee++ supports servers implementing the Bukkit api which is currently maintained by SpigotMC. There are two types of support, Tier 1 support and Tier 2 support.
- Tier 1 support: I regularly test new versions of InvSee++ on this server software to make sure that it runs smooth.
- Tier 2 support: I don't test InvSee++ regularly on this server software, but will make an effort to fix bugs encountered when running on this server software when an issue is reported.
In general I support the latest patch release of popularly used Minecraft version, as well as multiple recent versions of the latest major release.
Server support matrix:
| Server Software | 1.8.8 | 1.12.2 | 1.15.2 | 1.16.5 | 1.17.1 | 1.18.2 | 1.19.3 | 1.19.4 |
|---|---|---|---|---|---|---|---|---|
| CraftBukkit | Tier 1 | Tier 1 | Tier 2 | Tier 2 | Tier 2 | Tier 2 | Tier 2 | Tier 1 |
| Paper | Tier 2 | Tier 2 | Tier 2 | Tier 2 | Tier 2 | Tier 2 | Tier 2 | Tier 2 |
| Folia | n/a | n/a | n/a | n/a | n/a | n/a | Tier 2 | Tier 2 |
| Other forks of CraftBukkit | Tier 2 | Tier 2 | Tier 2 | Tier 2 | Tier 2 | Tier 2 | Tier 2 | Tier 2 |
| Forge/Bukkit hybrids | Tier 2* | Tier 2* | Tier 2* | Tier 2* | Tier 2 | Tier 2 | Tier 2 | Tier 2 |
| Fabric/Bukkit hybrids | Tier 2* | Tier 2* | Tier 2* | Tier 2* | Tier 2 | Tier 2 | Tier 2 | Tier 2 |
| Glowstone | Not supported | Planned | n/a | n/a | n/a | n/a | n/a | n/a |
*The modding frameworks that these servers are based on were released at a time when Minecraft's minimum supported version was Java 8 (or lower), and there is a good chance they won't be able to load mods and plugins compiled for newer Java versions. Since I am not going to downgrade InvSee++ to Java 8, I won't fix any bugs related to the plugin loader not being able to load plugins compiled for Java 11. The only hybrid server that I'm currently aware of that is taking effort to let their 1.12.2 server run on Java 11 (or newer) is Magma, see !571.
| Minecraft version: | 1.8.x | 1.12.x | 1.15.x | 1.16.x | 1.17.x | 1.18.x | 1.19.x |
|---|---|---|---|---|---|---|---|
| Java version: | 11 or newer | 11 or newer | 11 or newer | 11 or newer | 16 or newer | 17 or newer | 17 or newer |
