Go to file
David Berdik 75c8197259 - Imported project to Eclipse
- Removed pom.xml since we are not going to use Maven
- Removed "lib" folder
- Added "libs" folder with Spigot 1.14.4 inside it, although Spigot 1.14.4 jar is in gitignore
- Removed Maven dependencies from Build Path
- Added Spigot 1.14.4 to Build Path
- Changed output folder from "target" to Eclipse default
2019-09-02 15:44:54 -04:00
.settings - Imported project to Eclipse 2019-09-02 15:44:54 -04: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
.classpath - Imported project to Eclipse 2019-09-02 15:44:54 -04:00
.editorconfig Added editorconfig 2017-02-04 15:00:35 +01:00
.gitignore - Imported project to Eclipse 2019-09-02 15:44:54 -04:00
.project - Imported project to Eclipse 2019-09-02 15:44:54 -04:00
plugin.yml Added travis 2017-02-04 15:09:49 +01: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.