Updated README
This commit is contained in:
parent
436628b225
commit
84e6cfe2b3
46
README.md
46
README.md
@ -1,37 +1,27 @@
|
|||||||
# HerobrineAI
|
# Herobrine 2 #
|
||||||
[](http://jenkins.logicshard.com/job/HerobrineAI/)
|
|
||||||
|
|
||||||
=========
|
----
|
||||||
|
|
||||||
HerobrineAI is server-side bukkit plugin for Minecraft that creates Herobrine with custom AI and skin.
|
[Herobrine Home Page](https://theprogrammersworld.net/adflyBitbucketRedirs.php?redirid=1) | [Downloads](https://theprogrammersworld.net/adflyBitbucketRedirs.php?redirid=2) | [Changelog](https://theprogrammersworld.net/adflyBitbucketRedirs.php?redirid=5) | [Configuration](https://theprogrammersworld.net/adflyBitbucketRedirs.php?redirid=4) | [Commands & Permissions](https://theprogrammersworld.net/adflyBitbucketRedirs.php?redirid=3) | [Internal Bug Reporting](https://theprogrammersworld.net/adflyBitbucketRedirs.php?redirid=24)
|
||||||
Plugin has many features and it is based on the legend of Herobrine.
|
|
||||||
|
|
||||||
Contributing
|
----
|
||||||
---------
|
|
||||||
This is an old project and there are some parts of code that are poorly written, feel free to pull any refactored code.
|
|
||||||
|
|
||||||
Building
|
**[Download latest version now.](https://theprogrammersworld.net/adflyBitbucketRedirs.php?redirid=9) A complete listing of all versions of Herobrine is available under the "[Plugin Downloads](https://theprogrammersworld.net/adflyBitbucketRedirs.php?redirid=10)" tab.**
|
||||||
---------
|
|
||||||
**Maven with jdk7+ is required**
|
|
||||||
|
|
||||||
**1. Clone project**
|
Herobrine 2 is a derivative of the [Herobrine AI](https://theprogrammersworld.net/adflyBitbucketRedirs.php?redirid=11) plugin for Bukkit, originally written by Bukkit plugin developer [Jakub1221](https://theprogrammersworld.net/adflyBitbucketRedirs.php?redirid=12).
|
||||||
```
|
|
||||||
git clone git://github.com/jakub1221/HerobrineAI.git
|
### What software license is this plugin distributed under? ###
|
||||||
```
|
|
||||||
|
|
||||||
**2. Install maven with jdk**
|
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](https://theprogrammersworld.net/adflyBitbucketRedirs.php?redirid=13).
|
||||||
[Tutorial here](http://maven.apache.org/install.html)
|
|
||||||
|
|
||||||
**3. Install Craftbukkit**
|
### How do I contribute? ###
|
||||||
Plugin uses NMS code that is located in craftbukkit.
|
|
||||||
In order to get craftbukkit installed to local maven repository you need to run [BuildTools](https://www.spigotmc.org/wiki/buildtools/).
|
|
||||||
|
|
||||||
**4. Build plugin**
|
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.
|
||||||
```
|
|
||||||
mvn clean install
|
|
||||||
```
|
|
||||||
Plugin will be located in target directory after building is done.
|
|
||||||
|
|
||||||
Downloads
|
In order to contribute, you will need to acquire Spigot by making use of the [Spigot BuildTools](https://theprogrammersworld.net/adflyBitbucketRedirs.php?redirid=14). 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.
|
||||||
---------
|
|
||||||
You can download latest build from jenkins site [here](http://jenkins.logicshard.com/job/HerobrineAI/).
|
The recommended IDE for working on this project is [Eclipse](https://theprogrammersworld.net/adflyBitbucketRedirs.php?redirid=15).
|
||||||
|
|
||||||
|
### 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.
|
Loading…
Reference in New Issue
Block a user