This repository has been archived on 2025-01-17. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2017-04-02 20:40:21 -04:00
libs Restored support for the Residence plugin and updated Herobrine to support Residence 4.6.1.4 2017-04-02 18:40:07 -04:00
src The in-game help command now shows command descriptions as pop-ups when the user hovers over the commands 2017-04-02 20:40:21 -04:00
.classpath Restored support for the Residence plugin and updated Herobrine to support Residence 4.6.1.4 2017-04-02 18:40:07 -04:00
.gitignore *Updated plugin from Bukkit/Spigot 1.10 to 1.11 2016-11-19 15:12:02 -05:00
.project Modified .project to match the official original version. 2015-04-02 18:20:48 -04:00
Herobrine for Bukkit or Spigot License.txt All errors have been resolved and it is now possible to compile the jar for the plugin. The only remaining problem is that the jar does not seem to be capable of generating the HerobrineAI config file. This is okay because we are slowly going to deviate from HerobrineAI to make Herobrine for Bukkit or Spigot. This commit only has one change to alter the HerobrineAI branding. After the README file is made, I'll repository up to the public so we can all work on our own open-source version of the plugin. 2015-02-01 21:39:34 -05:00
README.md Updated README file with information on the release of the latest version of Herobrine. 2016-11-19 20:16:10 -05:00

Herobrine for Bukkit or Spigot


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


Follow this project on Twitter @DavidBerdik. Announcements of new releases will be posted with the #HerobrinePlugin hashtag. To track the plugin's development, follow @TPWHerobrine.


Like this plugin? Check out Custom Items.


Current Release Version: v1.6.0 (compiled from commit 6998277 for Bukkit/Spigot 1.11)

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

Herobrine for Bukkit or Spigot (or just "Herobrine" for short) is a derivative of the Herobrine AI plugin for Bukkit, originally written by Bukkit plugin developer Jakub1221. This derivative is intended to maintain a rapid release cycle in an effort to patch bugs more frequently and also to try to update to the newest release of Bukkit/Spigot faster so that server administrators will be able to continue to have Herobrine stalk the players on their Minecraft server.

What software license is this plugin distributed under?

As per the requirements set by the original developer, Herobrine for Bukkit or Spigot 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 for Bukkit or Spigot 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 Bukkit by making use of the Spigot BuildTools. After you have compiled Bukkit, place a copy of the compiled build of Bukkit jar in the folder named 'libs' within your copy of the Eclipse workspace.

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. If you are planning to submit a pull request for your changes, please use Eclipse as your Java IDE to ensure that the file structure remains the same. If you use a different IDE, the file structure will be altered and I will not be able to easily merge your changes.