Go to file
2022-06-13 22:11:42 -04:00
gradle/wrapper * Updated from Gradle v7.4.1 to v7.4.2 2022-06-12 17:05:00 -04:00
libs Updated GriefPrevention, RedProtect, Residence, Towny, WorldEdit, and WorldGuard libraries used for building Herobrine. 2021-07-07 20:28:03 -04:00
src/main Rewrote help command output code to use the Bungee Chat API. 2022-06-13 22:11: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.kts Started migrating codebase to Spigot 1.19 2022-06-13 19:27:53 -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 Updated README with newer JDK version requirement and new build instructions. 2022-02-25 21:51:51 -05:00
settings.gradle.kts Migrate (yet again) to another Gradle plugin for handling the remapping process. This one isn't PaperSpigot-specific, so the deprecation warnings no longer occur. 2022-03-03 17:31:32 -05: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 17 or newer)
  • Git

To build the project:

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

Voila!