The master branch is for the latest version of minecraft.
Building React is fairly simple, though you will need to setup a few things if your system has never been used for java development.
Consider supporting our development by buying React on spigot! We work hard to make React the best it can be for everyone.
JAVA_HOME
as an environment variable.
env
and press EnterNew...
JAVA_HOME
C:\Program Files\Java\jdk-17.0.1
(verify this exists after installing java don't just copy
the example text)/usr/libexec/java_home -V
and look for Java 17sudo nano ~/.zshenv
export JAVA_HOME=$(/usr/libexec/java_home)
as a new lineCTRL + X
, then Press Y
, Then ENTER
echo $JAVA_HOME
. It should print a directorygradlew setup
inside the root React project folder.
Otherwise, skip this step. Grab a coffee, this may take up to 5 minutes depending on your cpu & internet connection.gradlew React
React/build/React-XXX-XXX.jar
Enjoy! Consider supporting us by buying it on spigot!gradlew setup
any time you get dependency issues with craftbukkit