PluginBugs / Issues-EpicBackpacks

Repository used to keep track of issues of my plugin EpicBackpacks
1 stars 2 forks source link

[BUG] backpacks in shulkers with hoppers bug #8

Closed Ekmot276 closed 3 years ago

Ekmot276 commented 3 years ago

disable_put_in_shulkerboxes: true

does NOT prevent players from putting backpacks into shulker boxes using hoppers etc

LoneDev6 commented 3 years ago

This decision was made to avoid doing too many checks and slow down the server, hoppers are heavy. You may notice that if a player puts a backpack inside a shulker using a hopper something will happen: all backpacks will be dropped into the ground as soon as the user opens the shulker.

Let me know if this explaination is enough, thanks for the patience

LoneDev6 commented 3 years ago

I added the feature as requested. I hope this doesn't cause too much CPU usage. Consider updating your review, it would help a lot