ChestShop (iConomyChestShop)

ChestShop (iConomyChestShop)

6M Downloads

Double chests GUI is broken when a block is placed above

TheoRetisch1 opened this issue ยท 1 comments

commented

Server Version

Paper 1.16.3 build 198

Plugin Version

ChestShop version 3.11.1-SNAPSHOT (build 236)

What is happening?

If you open the chest GUI of a double chest via the chest-shop sign while a solid block is placed over half of the chest, only the half of the chest GUI where no block is placed will open.

What did you expect to happen?

It should be possible to open the crate GUI either completely or not at all with a corresponding feedback message.

commented

Known issue caused by how Vanilla and the Spigot server handles DoubleChest inventories. Basically it stems from the Vanilla functionality of not being able to access a blocked chest. (Related dev Bukkit issue)