Zarius / Bukkit-OtherBlocks

OtherBlocks (now known as OtherDrops) plugin for Bukkit (dev build: https://www.mediafire.com/?i6ows1g6kus2o0l)
http://dev.bukkit.org/server-mods/otherdrops/
GNU General Public License v3.0
17 stars 17 forks source link

[Bug] Plugin conflict with LoreAttributes #248

Closed charlie1990 closed 11 years ago

charlie1990 commented 11 years ago

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.

Zarius commented 11 years ago

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" notifications@github.com 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/Zarius/Bukkit-OtherBlocks/issues/248 .

Zarius commented 11 years ago

@charlie1990 - just tested it out and works fine here. Perhaps it's something specific to your LoreAttributes config?

salvokt commented 11 years ago

Is possible to add custom hp and custom damage to an item with otherdrops?

salvokt commented 11 years ago

??

Zarius commented 11 years ago

Hi @salvokt, sorry haven't responded yet - will response to your question at the original issue #246.

Zarius commented 11 years ago

@charlie1990 - closing this issue for now as I couldn't replicate the problem. Let me know if it's still an issue for you.

CelticMinstrel commented 11 years ago

As a side note, you could have investigated further (despite LoreAttributes not being open source) by downloading the jar and opening it with a decompiler such as JD-GUI. Unless they obfuscated it, of course.