Disable drop item in 1 and 2 slots #57
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I use customJoinItems and openinv, i don't know why, but this plugin blocked drop item in 1 and 2 slots in inventory. Latest build paper spigot 1.8.8, latest version openinv and customjoinitems, in console no errors.
OpenInv does not handle the PlayerDropItemEvent at all. Sounds like CustomJoinItems thinks you have 2 un-droppable items. Check your CustomJoinItems config.
No, if i delete openinv, all works fine, my customjoinitems config don't use function to disable drop item
OpenInv does not disable dropping functionality unless you do not have permission to modify an open OpenInv inventory implementation, an ISpecialPlayerInventory or an ISpecialEnderChest. In that case, you would not be able to modify any slots at all. Relevant listener here.
CustomJoinItems' movement blocking will also perform drop prevention.