CommandHelper

CommandHelper

46.5k Downloads

Stacktrace with vehicle_enter/echopets

LadyCailinBot opened this issue ยท 4 comments

commented

CMDHELPER-2916 - Reported by kookster

http://paste.thezomg.com/13379/13945121/

commented

Comment by PseudoKnight

I'm pretty sure this is not a CH issue since EchoPets extends Craftbukkit, making any mob a vehicle -- more like a mod than a plugin. It looks like the EntityReborn is trying to handle this with the CHEchoPets extension by adding custom events, and that's probably where it should be handled when a plugin is "naughty" to do what it wants.

commented

Comment by kookster

PseudoKnight, since it causes a stack trace it is a issue.

commented

Comment by PseudoKnight

I'm no expert, but I wouldn't be surprised if this is an exception to that rule. CH can't compensate for every modification to Craftbukkit someone does. This is EchoPet causing the stacktrace. It's the downside of their methodology. The error shouldn't be causing any harm, though.

commented

Comment by LadyCailin

Fixed with PR 273