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
2015-03-05 21:58:03 -03:00
src Added Startup() to loader to create files and configuration! 2015-03-05 21:58:03 -03:00
.classpath Initial commit - some alterations have been made to the code to make it different from the original HerobrineAI source, but for the most part, it remains unchanged. 2015-02-01 20:09:40 -05:00
.gitignore Initial commit - some alterations have been made to the code to make it different from the original HerobrineAI source, but for the most part, it remains unchanged. 2015-02-01 20:09:40 -05:00
.project Initial commit - some alterations have been made to the code to make it different from the original HerobrineAI source, but for the most part, it remains unchanged. 2015-02-01 20:09:40 -05: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 README.md edited online with Bitbucket 2015-03-05 17:03:02 +00:00

Herobrine for Bukkit or Spigot

The original Herobrine for Bukkit or Spigot repository is hosted by David-B at https://bitbucket.org/David-B/herobrine-for-bukkit-or-spigot. If you wish to contribute to the project, please ensure that you make your fork of the repository from the original, and not from an existing fork.

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. You will also need to download the following Bukkit plugins, which you will need to add to the Java Build Path in order to compile Herobrine.

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.