utarwyn / EnderContainers

A modern and customizable Bukkit plugin to divide enderchest into multiple inventories.
https://spigotmc.org/resources/4750/
BSD 3-Clause "New" or "Revised" License
24 stars 14 forks source link

Players cannot take out items #269

Open iTzJefeH opened 2 weeks ago

iTzJefeH commented 2 weeks ago

Versions EnderContainers version: 2.3.0 Platform version: 1.19.4

Describe the bug Players can store any item in the enderchests, but cannot take them out.

To Reproduce I don't know as OP I can do it. But players cannot.

Short Video (Made by a player) https://youtu.be/TcJt_kGU_IA

@utarwyn

utarwyn commented 2 weeks ago

Hello @iTzJefeH! Sorry for the inconvenience.

Ugh.. this is the first time I see this kind of interaction problem with enderchests. I'm guessing it's a compatibility problem with another plugin on your server, as this seems to be an isolated issue. But, according to the EnderContainers code, there are also several ways in which an object cannot be moved:

  1. the item material has been forbidden in the plugin configuration ➡️ can you check your config.yml file at enderchests.forbiddenMaterials?
  2. the player is in a "restricted inventory" ➡️ but there are no movement restrictions in the enderchests, so it's not this.

If you can send me a list of your plugins (even in PM) or any errors related to EnderContainers that you see in your console, it might help me investigate further. Thank you!