-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash with 0.0.2 #9
Comments
I'm currently not working on this project. I'm over at PocketMine-MP and PureEntitiesX - which has a better quality and base than any other JAVA based server software. |
Hey @HunterZ |
Sorry but Nukkit is a bad Base ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
15:41:52 [EMERGENCY] Exception happened while ticking server
15:41:52 [ALERT] java.lang.NoSuchMethodError: de.kniffo80.mobplugin.entities.monster.walking.Zombie.getHealth()I
at de.kniffo80.mobplugin.entities.monster.walking.Zombie.setHealth(Zombie.java:70)
at cn.nukkit.entity.Entity.attack(Entity.java:765)
at cn.nukkit.entity.EntityLiving.attack(EntityLiving.java:107)
at de.kniffo80.mobplugin.entities.BaseEntity.attack(BaseEntity.java:275)
at de.kniffo80.mobplugin.entities.BaseEntity.entityBaseTick(BaseEntity.java:228)
at de.kniffo80.mobplugin.entities.monster.WalkingMonster.entityBaseTick(WalkingMonster.java:182)
at de.kniffo80.mobplugin.entities.monster.walking.Zombie.entityBaseTick(Zombie.java:134)
at de.kniffo80.mobplugin.entities.monster.WalkingMonster.onUpdate(WalkingMonster.java:162)
at cn.nukkit.level.Level.doTick(Level.java:753)
at cn.nukkit.Server.checkTickUpdates(Server.java:924)
at cn.nukkit.Server.tick(Server.java:999)
at cn.nukkit.Server.tickProcessor(Server.java:791)
at cn.nukkit.Server.start(Server.java:770)
at cn.nukkit.Server.(Server.java:461)
at cn.nukkit.Nukkit.main(Nukkit.java:68)
The text was updated successfully, but these errors were encountered: