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
148 stars 36 forks source link

Items will not have their durability value deducted #158

Closed ZhangMouQWQ closed 1 year ago

ZhangMouQWQ commented 2 years ago

Required Information

Describe the bug

Items will not have their durability value deducted

To Reproduce Steps to reproduce the behavior:

https://www.curseforge.com/minecraft/mc-mods/ex-nihilo-sequentia After installing this plugin, the items in this mod will not have their durability value deducted

Plugins being used on the server

Checklist:

ZhangMouQWQ commented 2 years ago

If this plugin does not work on this server core, or is not mod compatible, please let me know.

dniym commented 2 years ago

I am not familiar with this plugin, but the only protection IllegalStack checks durability on is FixNegativeDurabilty

You may try turning this protection off with /istack toggle FixNegativeDurabilty and see if the issue still exists. One other possibility might be FixIllegalEnchants as some plugins use invalid enchants and durabilities which IllegalStack may think are invalid items.

In either case IllegalStack will give you a message in game or in console if it is taking any action, if you see it in the logs let me know which one is triggering and we can look into it further