From 1d76b8a6925714ddd86dc7bce9ff50cf90d4a9a9 Mon Sep 17 00:00:00 2001 From: David Berdik Date: Mon, 2 Feb 2015 03:00:19 +0000 Subject: [PATCH] README.md edited online with Bitbucket --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..bc4ff0d --- /dev/null +++ b/README.md @@ -0,0 +1,26 @@ +# Herobrine for Bukkit or Spigot # + +Herobrine for Bukkit or Spigot (or just "Herobrine" for short) is a derivative of the [Herobrine AI](http://dev.bukkit.org/bukkit-plugins/herobrine-ai/) plugin for Bukkit, originally written by Bukkit plugin developer [Jakub1221](http://dev.bukkit.org/profiles/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 is the 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](http://dev.bukkit.org/licenses/4-mit-license/). + +### 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](http://www.spigotmc.org/threads/buildtools-updates-information.42865/). 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. + +* [CustomItems](http://dev.bukkit.org/bukkit-plugins/custom-items/) +* [Factions](http://dev.bukkit.org/bukkit-plugins/factions/) +* [GriefPrevention](http://dev.bukkit.org/bukkit-plugins/grief-prevention/) +* [MassiveCore](http://dev.bukkit.org/bukkit-plugins/mcore/) +* [PreciousStones](http://dev.bukkit.org/bukkit-plugins/preciousstones/) +* [Residence](http://dev.bukkit.org/bukkit-plugins/residence/) +* [Towny](http://palmergames.com/towny/) +* [WorldGuard](http://dev.bukkit.org/bukkit-plugins/worldguard/) + +### 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](https://eclipse.org/home/index.php) 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.** \ No newline at end of file