EntityEdit is a plugin for Bukkit that allows for extended entity interaction, such as:
- Changing entity equipment, health, name, etc.
- Spawning mobs in exact locations.
- More to come!
EntityEdit will be ported over to Sponge when the Sponge API allows for more entity interactions.
EntityEdit compiles against Java 1.7 and also uses Maven.
From EntityEdit's root directory, executing the following command will compile EntityEdit:
mvn clean package
If you would like to submit your code to this project, I'd be more than happy to consider adding it!
I have only a few guidelines I ask for you to follow:
- Use Google Code Style with 120 column limit. Disregard the column limit if it makes the code unreadable.
- Code Style Documentation
- Eclipse Code Style XML
- IntelliJ Code Style XML
- Test your code. Please don't submit buggy code.