RootiTeam / Rooti

Software for Minecraft Pocket Edition 1.1.x forked Nukkit.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rooti

Java CI Latest release

Software for Minecraft Pocket Edition 1.1.x forked Nukkit.

Java 19 installation

  • sudo apt-get update && sudo apt-get upgrade
  • wget https://download.oracle.com/java/19/latest/jdk-19_linux-x64_bin.deb
  • sudo apt-get -qqy install ./jdk-19_linux-x64_bin.deb
  • sudo update-alternatives --install /usr/bin/java java /usr/lib/jvm/jdk-19/bin/java 1919
  • Check java version: java -version

Building

  • ./gradlew build --no-daemon
  • Jar file (rooti-1.0-SNAPSHOT.jar) is located in target

Running

  • java -Xmx1G -jar rooti-1.0-SNAPSHOT.jar

About

Software for Minecraft Pocket Edition 1.1.x forked Nukkit.

License:GNU General Public License v3.0


Languages

Language:Java 99.9%Language:Kotlin 0.1%