This page is for spigot version 1.8+
Updates on this page will not support versions before 1.8
For versions before 1.8 go to this page
This plugin is a work in progress.
What this plugin will do
This plugin will provide a way for developers to spawn and edit entities all without using Net Minecraft Server Code.
What is Net Minecraft Server Code?
Net Minecraft Server (nms) code is made by Mojang that changes every update, what this means is every update everyone who used the code in a plugin for the previous version has to then update their plugin before servers that use the plugin can update.
What this plugin does
This plugin Dynamically creates a custom entity class, that then overrides the default (nms) class, this then has ability to add methods and edit the custom class which will override the old (nms) class. This plugin then will provide an API for other plugins to hook into and use these custom methods and edit/change the entity to whatever they need.
Example code:
http://hastebin.com/uxuhufiduw.java
NOW ON GITHUB!!
https://github.com/Dablakbandit/CustomEntitiesAPI1.8
JAVADOCS
http://javadocs.dablakbandit.com/customentitiesapi1.8/index.html
Current Progress
* Sheep - Working - V1.4
* Zombie - Working - V1.4
* Villager - Working - V1.4
* Iron Golem - Working -V1.4
* Skeleton - Working - V1.4
* Snowman - Entities Work, Some Methods don't, check update notes - V1.5
* Slime - Entities Work, Some Methods don't, check update notes - V1.5
* Spider - Entities Work, Some Methods don't, check update notes - V1.5
* Silverfish - Entities Work, Some Methods don't, check update notes - V1.5
* Squid - Entities Work, Some Methods don't, check update notes - V1.5
* Witch - Entities Work, Some Methods don't, check update notes - V1.5
* Wither - Entities Work, Some Methods don't, check update notes - V1.5
* Wolf - Entities Work, Some Methods don't, check update notes - V1.5
* Creeper - Entities Work, Some Methods don't, check update notes - V1.5
* Pig Zombie - Entities Work, Some Methods don't, check update notes - V1.5
* Ender Dragon - Entities Work, Some Methods don't, check update notes - V1.5
* Enderman - Entities Work, Some Methods don't, check update notes- V1.5
* Ghast - Entities Work, Some Methods don't, check update notes - V1.5
* Giant Zombie - Entities Work, Some Methods don't, check update notes - V1.5
* Cow - Entities Work, Some Methods don't, check update notes - V1.5
* Horse - Entities Work, Some Methods don't, check update notes - V1.5
* Chicken - Entities Work, Some Methods don't, check update notes - V1.5
* Cave Spider - Entities Work, Some Methods don't, check update notes - V1.5
* Blaze - Entities Work, Some Methods don't, check update notes - V1.5
* Magma Cube - Entities Work, Some Methods don't, check update notes - V1.5
* Bat - Entities Work, Some Methods don't, check update notes - V1.5
* Mushroom Cow - Entities Work, Some Methods don't, check update notes - V1.5
* Ocelot - Entities Work, Some Methods don't, check update notes - V1.5
* Pig - Entities Work, Some Methods don't, check update notes - V1.5
* Rabbit - Entities Work, Some Methods don't, check update notes - V1.5
* Guardian - Entities Work, Some Methods don't, check update notes - V1.5
* Endermite - Entities Work, Some Methods don't, check update notes - V1.5

CustomEntitiesAPI1.8 1.5d
Custom Entities Version Independant
Recent Updates
- Fixed NPE when cloning Mar 19, 2015
- Fixed NPE with PathfinderGoalSelectorItem Mar 18, 2015
- Fixed possible CustomEntityZombie Issues Mar 18, 2015