rutgerkok / BetterEnderChest

Spigot plugin that adds functionality for both players and admins to the Ender Chest.
http://www.spigotmc.org/resources/betterenderchest.2073/
Other
14 stars 10 forks source link

Feature request - "Standard" Ender Chest #43

Closed MrLightningBlaze closed 3 years ago

MrLightningBlaze commented 5 years ago

It would be nice if there was a feature to put a specific sign on an ender chest, so that it would act more like a normal one, allowing everyone to access it, but directing everyone to their own personal inventories. Would be useful so I could put enderchests in my spawn for everyone in cases where the command is disabled for most users.

rutgerkok commented 5 years ago

Isn't this exactly what happens if you don't put a [Private] sign on the chest? Or do I misunderstand?

MrLightningBlaze commented 5 years ago

When you private a chest, the chest that is opened is the person who is on line 2 of the private sign. What I am asking for is a public chest that anyone can open, but that directs to the private inventory of the player that is opening it, instead of to the public inventory that it will be with most unlocked chests Example:

Current locked: Open chest -> Inventory of lock owner is shown Current unlocked: Open chest -> Public ender inventory What I want a feature for: Open chest -> Inventory of player opening the chest is shown

Edit to note: I know without the plugin this is how ender chests work, however, I still wish to have all enderchests I do not manually set as this to work how the plugin does, this preventing me from being able to just "use the standard ender chests"

rutgerkok commented 5 years ago

What I want a feature for: Open chest -> Inventory of player opening the chest is shown

This is also what happens by default for unprotected chests. Make sure the setting PublicEnderChest: showOnOpeningUnprotectedChest is set to false. Or do you specifically want unprotected Ender Chests to be the default chest, and protected Ender Chests to show the chest of the opener?

MrLightningBlaze commented 5 years ago

I specifically want to have unprotected ender chests show the public chest, protected ender chests show the player who protected, and a third type that acts like the default minecraft chests that shows the inventory of the opener, if that is at all possible