ChestShop-authors / ChestShop-3

ChestShop - the chest & sign shop plugin for Minecraft Servers running Bukkit/Spigot/Paper
https://dev.bukkit.org/projects/chestshop
GNU Lesser General Public License v2.1
277 stars 180 forks source link

Double chests GUI is broken when a block is placed above #357

Open TheoRetisch1 opened 4 years ago

TheoRetisch1 commented 4 years ago

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.

Phoenix616 commented 4 years ago

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)