Go to file
2019-12-28 19:32:11 -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 Added plugins with hook support to Build Path 2019-09-02 15:50:21 -04:00
res Executed Python script to shift temple Y values up by 2 and deleted script 2019-12-28 19:32:11 -05:00
src/net/theprogrammersworld/herobrine Fixed player burial 2019-12-28 18:39:27 -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 Renamed "HerobrineAI.java" to "Herobrine.java" and replaced "HerobrineAI" branding with "Herobrine" 2019-12-28 15:53:46 -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.