Go to file
2019-12-29 20:47:47 -05: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 Updated plugin dependencies 2019-12-29 20:34:19 -05:00
res Deleted Python script 2019-12-28 19:40:45 -05:00
src/net/theprogrammersworld/herobrine Added support for RedProtect 2019-12-29 20:47:47 -05:00
.classpath Migrated codebase to Spigot 1.15.1 2019-12-25 19:48:51 -05:00
.gitignore Migrated codebase to Spigot 1.15.1 2019-12-25 19:48:51 -05:00
.project Disabled Maven project builder 2019-09-02 16:13:18 -04:00
plugin.yml Minor changes to logging and chat output made by the plugin 2019-12-29 18:04:13 -05: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.