Go to file
2020-01-02 21:57:31 -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 Towny version 2019-12-30 15:56:41 -05:00
res Deleted Python script 2019-12-28 19:40:45 -05:00
src/net/theprogrammersworld/herobrine Fixed bug which prevented players from ever successfully getting in to bed even when Herobrine did not intervene in their attempt 2020-01-02 21:57:31 -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 Updated README 2019-12-30 16:34:43 -05:00

Herobrine 2


Herobrine Home Page | Downloads | Changelog | Configuration | Commands & Permissions | Internal Bug Reporting


Download latest version now. A complete listing of all versions of Herobrine is available under the "Plugin Downloads" tab.

Herobrine 2 is a derivative of the Herobrine AI plugin for Bukkit, originally written by Bukkit plugin developer Jakub1221.

What software license is this plugin distributed under?

As per the requirements set by the original developer, Herobrine 2 is distributed under the MIT License. The original copy of the MIT License that was distributed with Herobrine AI can be found here.

How do I contribute?

To contribute to the project, fork the Herobrine 2 repository, make whatever changes you desire to the code, and submit a pull request. I will review your changes and merge them if they are acceptable. Any changes, whether they are bug fixes or new features, are welcome.

In order to contribute, you will need to acquire Spigot by making use of the Spigot BuildTools. After you have compiled Spigot, place a copy of the compiled build of the Spigot jar in the folder named 'libs' within your copy of the repository.

The recommended IDE for working on this project is Eclipse.

Contribution guidelines

Pull requests that do not provide detail on what changes were made to the code will be denied without a review. Please provide adequate information on the changes you made to the code.