Go to file
2019-09-02 20:29:49 -04:00
.externalToolBuilders Disabled Maven project builder 2019-09-02 16:13:18 -04:00
.settings Disabled Java 1.6 compiler compliance. We are going to build and comply with Java 1.8. 2019-09-02 16:14:11 -04:00
libs Added plugins with hook support to Build Path 2019-09-02 15:50:21 -04:00
res Updated structure data for the graveyard world and temple 2019-09-02 19:17:11 -04:00
src/org/jakub1221/herobrineai Fixed HerobrineAI folder being generated even though it should not have been 2019-09-02 20:29:49 -04:00
.classpath Updated classpath to use Java 1.8 instead of Java 1.6 2019-09-02 16:16:05 -04:00
.editorconfig Added editorconfig 2017-02-04 15:00:35 +01:00
.gitignore Added "target" directory to gitignore. This seems to be a leftover from the project's past use of Maven. I don't want it here, but until I can figure out how to remove it properly, this will do. 2019-09-02 16:02:33 -04:00
.project Disabled Maven project builder 2019-09-02 16:13:18 -04:00
plugin.yml Updated plugin.yml 2019-09-02 18:10:06 -04:00
README.md Update README.md 2017-02-11 14:52:59 +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 old 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.