MLG-Fortress / ExtraHardMode

The now-official repository for the ExtraHardMode Bukkit Plugin.
http://dev.bukkit.org/bukkit-plugins/fun-hard-mode/
Other
25 stars 21 forks source link

Item duplication bug #160

Closed fynnbrem closed 5 years ago

fynnbrem commented 5 years ago

When using the "Loose Items On Death - Tools exception" and adding Armor to the Tools list (Like diamond_helmet) the item will duplicate on death if there are more than one of the item in the player's inventory on death

RoboMWM commented 5 years ago

How does it duplicate? In player's inventory, or is it also dropped? Perhaps other keepinv-esque plugins may be causing this?

fynnbrem commented 5 years ago

Well I use MassiveCombat in terms of keepinventory, but it should only apply if you have a PvP flag.

The duplication happens when the item is dropped on death, then there is an actual stack (they stack on each other) on the floor, which is then also picked up as stack in addition to the other items that already existed.

I already set the oversized-stacksize of essentials to one to stop such non-stackables vom stacking, but it still happens.

RoboMWM commented 5 years ago

Ah, massivecore has a history of interfering with plugins (e.g. it used to screw around with the maxHealth player attribute on respawn). It does way too much stuff that it shouldn't be doing. Try testing without it.

RoboMWM commented 5 years ago

Or better yet try testing with just EHM installed.

RoboMWM commented 5 years ago

Going to assume this is a MassiveCore conflict. Let me know otherwise.