InvSee-plus-plus
InvSee-plus-plus copied to clipboard
A bukkit plugin for manipulating player inventories
Currently InvseePlatform is responsible for creating and opening SpectatorInventories. Currently all InvseePlatform implementations do some file reading, and convert that data into the proper in-memory data structures. Currently, a single...
Much like Integratiom with Multiverse-Inventories, PerWorldInventory, and MyWorlds, some people want the ability to spectate offline items managed by Separe-World-Items: https://www.spigotmc.org/resources/separe-world-items.74148/
Similar to #32 it is disarable to have an inventory provider implementation for [MyWorlds](https://www.spigotmc.org/resources/myworlds.39594/).
This has been on my mind for a while, but I never actually created an issue for it: There are people who would like to be able to spectate inventories...
Currently users who spectate an inventory cannot see the contents of a shulkerbox without taking it out. This is especially problematic for users who have permission to view, but not...
InvSee++'s config should contain a section in which server admins can configure the default resolve strategy order for player Unique IDs and UserNames. I imagine this would look something like...
It'd be nice to be able to hot-reload the plugin's configuration. This should be done using an in-game command. It'd be nice if the addons also get notified of this...
We would need to add the following method to `com.janboerman.invsee.spigot.common.api.InvseePlusPlus`: ```java public InvseeAPI getApi(org.bukkit.plugin.Plugin plugin); ``` This allows plugins to aquire the InvseeAPI instance of other plugins, and modify its...
This can be very handy on server networks using a proxy server (BungeeCord/Velocity). In order to implement this, - we should adopt an STM-style spectator inventory view, similar to what...
Some users want to be able to make backups of player inventories, and restore them if needed. If I accept this idea, I would like it to be possible to...