Jan

Results 38 issues of Jan

https://github.com/K0bus/CreativeManager creative manager separates inventory contents by gamemode, it'd be nice to open a spectatorinventory in the context of just one gamemode.

enhancement
integration

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...

design
integration

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/

enhancement
integration

Similar to #32 it is disarable to have an inventory provider implementation for [MyWorlds](https://www.spigotmc.org/resources/myworlds.39594/).

enhancement
integration

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...

enhancement
integration

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...

enhancement

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...

enhancement
good first issue

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...

enhancement

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...

enhancement

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...

enhancement