PluginBugs / Issues-EpicBackpacks

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

Option to make backpacks unstackable #95

Closed NiceKaleido closed 10 months ago

NiceKaleido commented 12 months ago

Is your feature request related to a problem? Please describe. It kind of is. Players are able to stack up empty backpacks or backpacks with the exact same items. Therefore they're unable to take single ones out of inventory when they reached the max limit of backpacks

Describe the solution you'd like An option to make backpacks unstackable in general.

Describe alternatives you've considered none

LoneDev6 commented 10 months ago

Players should not be able to craft identical backpacks, EBP plugin has a logic to prevent creating identical backpacks items so they won't stack. Did you increase the stack size manually using a plugin? For example Essentials command /more?

LoneDev6 commented 10 months ago

After some tests I managed to document why it's not possible to implement the anti stack on crafting. The issue is that the game doesn't provide a method to know how many items are crafted using SHIFT-CLICK, this limit doesn't make apply anti-stack ID to each single result item without causing duplication issues.

Your players have to separate the stacked backpacks and open 1 single one at a time as stacks with more than 1 item won't open.