[Bug] Plugin conflict with LoreAttributes
charlie1990 opened this issue · 7 comments
There are no errors for this but simply having OtherDrops and LoreAttributes(http://dev.bukkit.org/server-mods/lore-attributes/) in the server at the same time will cause the custom HP feature for mobs in OtherDrops to stop working. Example: With both plugins running typing /odd spider@50h will produce a spider with 16h(default). Same goes for any other mob. Once you take out LoreAttributes everything works fine again.
I was going to check the event priority that it uses but unfortunately lore
attributes is not open source so I cannot investigate further. Seems like
lore attributes is setting the mob health after OtherDrops has. OtherDrops
is already running on highest priority so only way I can see to fix at the
moment is modifying lore attributes.
On 30/05/2013 8:52 AM, "charlie1990" [email protected] wrote:
There are no errors for this but simply having OtherDrops and
LoreAttributes(http://dev.bukkit.org/server-mods/lore-attributes/) in the
server at the same time will cause the custom HP feature for mobs in
OtherDrops to stop working. Example: With both plugins running typing /odd
spider@50h will produce a spider with 16h(default). Same goes for any
other mob. Once you take out LoreAttributes everything works fine again.—
Reply to this email directly or view it on GitHubhttps://github.com//issues/248
.
@charlie1990 - just tested it out and works fine here. Perhaps it's something specific to your LoreAttributes config?
@charlie1990 - closing this issue for now as I couldn't replicate the problem. Let me know if it's still an issue for you.