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
David Berdik 98eaccec33 *Fixed position command not working when issued in game chat.
*Plugin will no longer print the stack trace when it is unable to connect to the internet to check for a new version. Instead, it will throw an error stating that it couldn't connect to the internet.
2015-10-19 16:30:53 -04:00
libs Updated the version of WorldGuard being used in the external libraries to the latest BETA version. This was done to test an issue that was reported with the Herobrine plugin not working with the latest version of WorldGuard. After testing, it has been discovered that the issue is not with the Herobrine plugin, but rather a problem with the WorldGuard problem itself. The problem can be resolved by installing WorldEdit on the server. 2015-05-03 20:19:52 -04:00
src *Fixed position command not working when issued in game chat. 2015-10-19 16:30:53 -04:00
.classpath *Modified command help output to be shorter and simpler. 2015-09-13 17:47:37 -04:00
.gitignore *Modified command help output to be shorter and simpler. 2015-09-13 17:47:37 -04: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 Removed unnecessary clutter from the README file. 2015-10-17 14:59:20 -04:00

Herobrine for Bukkit or Spigot


Herobrine Home Page | Plugin Downloads | Commands & Permissions | Configuration


Current Release Version: v1.2.1 (compiled from commit bc2b8c8 for Bukkit/Spigot 1.8.8)

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.