Go to file
2017-02-11 14:46:44 +01:00
lib/local-rep Maven update 2017-02-05 13:42:40 +01:00
res First commit. 2013-03-26 20:20:20 +01:00
src/org/jakub1221/herobrineai Fixed crash related to EntityListener 2017-02-11 14:24:39 +01:00
.editorconfig Added editorconfig 2017-02-04 15:00:35 +01:00
plugin.yml Added travis 2017-02-04 15:09:49 +01:00
pom.xml Fixed startup crash 2017-02-11 12:21:17 +01:00
README.md Update README.md 2017-02-11 14:46:44 +01:00

HerobrineAI

Build Status

=========

HerobrineAI is server-side bukkit plugin for Minecraft that creates Herobrine with custom AI and skin.
Plugin has many features and it is based on the legend of Herobrine.

Contributing

This is an project and there are some parts of code that are poorly written, feel free to pull any refactored code.

Building

Maven with jdk7+ is required

1. Clone project

git clone git://github.com/jakub1221/HerobrineAI.git 

2. Install maven with jdk
Tutorial here

3. Install Craftbukkit
Plugin uses NMS code that is located in craftbukkit.
In order to get craftbukkit installed to local maven repository you need to run BuildTools.

4. Build plugin

mvn clean install

Plugin will be located in target directory after building is done.

Downloads

You can download latest build from jenkins site here.