dniym / IllegalStack

A spigot based plugin dedicated to fixing glitches and exploits that have made it into final Minecraft releases.
GNU General Public License v3.0
129 stars 34 forks source link

Automatically disable Overstacking protections when using StackableItems #173

Closed 4194304 closed 11 months ago

4194304 commented 11 months ago

Is your feature request related to a problem? Please describe. Today I installed this plugin and it instantly wiped half of my inventory when I logged on, so for people who use plugins that allow you to stack above the stacking limit this would be great

Describe the solution you'd like Make it detect if StackableItems is installed and immediately disable the overstacking protections if it is present.

Describe alternatives you've considered Manually disabling overstack protections in the config, but this made absolutely no difference since my inventory had already been wiped

Additional context N/A

dniym commented 11 months ago

This is a fair request, We personally don't use that particular plugin so it's not really an issue.. I'll put it on the todo list for next version.

dniym commented 11 months ago

HOWEVER; If the stackableitems plugin dev had just programmatically increased the vanilla stack limits, IllegalStack would not have removed them.

dniym commented 11 months ago

[18:45:13 WARN]: [IllegalStack/IllegalStack] The StackableItems plugin has been detected on your server, The protection RemoveOverstackedItems has been automatically disabled to prevent item loss, enabling this protection will most definitely remove items as this plugin is known to break the vanilla stack limits.

As of version 2.9.7 and above this warning will appear when it generates the default configuration.