Go to file
2021-07-07 18:08:42 -04:00
gradle/wrapper Updated Gradle wrapper to Gradle 7.1.1 2021-07-07 16:22:36 -04:00
libs Updated Towny version 2019-12-30 15:56:41 -05:00
src/main Renamed SoundF to SoundCore 2021-07-07 18:08:42 -04:00
.gitattributes Add gradle dependency managment. 2020-11-02 01:00:27 +00:00
.gitignore Add gradle dependency managment. 2020-11-02 01:00:27 +00:00
build.gradle Removed unnecessary entries in build.gradle 2021-07-07 16:19:46 -04:00
gradlew Add gradle dependency managment. 2020-11-02 01:00:27 +00:00
gradlew.bat Add gradle dependency managment. 2020-11-02 01:00:27 +00:00
README.md Fixed README formatting error. 2021-07-07 19:49:46 +00:00
settings.gradle Migrated to a more mature Gradle plugin for building Herobrine using the Mojang mappings. 2021-07-07 09:36:02 -04:00

Herobrine 2


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


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

Herobrine 2 is a derivative of the Herobrine AI plugin for Bukkit, originally written by Bukkit plugin developer Jakub1221.

How do I contribute?

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.

The recommended IDE for working on this project is Eclipse.

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.

Building/Compiling

To build this project you will need:

  • Java JDK (version 16 or newer)
  • Git

To build the project:

  1. Clone this repository.
  2. Run gradlew productionMappedJar inside the cloned repository.
  3. The jar file will be in build/libs/Herobrine.jar.

Voila!