dredhorse / DeathTpPlus

DeathTp, DeathMessages, Tomb and TombStones
http://dev.bukkit.org/server-mods/deathtpplus/
11 stars 6 forks source link

MobArena not working anymore #90

Open dredhorse opened 11 years ago

dredhorse commented 11 years ago

We need to fix the MobArena issue, they just axed the old way to interact and implemented events now.

I have no idea atm how we integrate this.

2 Solutions:

a) Remove MobArena support b) Implement it.

dredhorse commented 11 years ago

hmm... what the heck... https://github.com/garbagemule/MobArena/blob/bleeding/src/com/garbagemule/MobArena/MobArenaHandler.java

but I have no idea what is in the latest code.. the project is a mess atm..

mung3r commented 11 years ago

Statically compiles ok. What kind of issues are being reported?

dredhorse commented 11 years ago

well, the report is here: http://dev.bukkit.org/server-mods/deathtpplus/tickets/92-incompatability-with-mob-arena/

but hastebin is down atm for me

dredhorse commented 11 years ago

hmm Could not pass event PluginEnableEvent to DeathTpPlus java.lang.NoClassDefFoundError: com/garbagemule/MobArena/MobArenaHandler

that one is in the latest source code on garbagemule bleeding branch...