-
Bug
-
Resolution: Invalid
-
Minor
-
None
-
None
-
Win8 i5 8GB
-
My Own Plugins
My custom spawned mobs cause the server to print 80.000 lines of errors while it used to work and then crashes the server.
All lines mentioned in the error log contain this (or with other mobs):
Skeleton z = (Skeleton) loc.getWorld().spawnEntity(loc, EntityType.SKELETON);
Which is triggered on the CreatureSpawnEvent which cancels any non custom mobs as well.