Karpet

Karpet is a work in progress minestom server written for vanilla

Building

First install the following

Then clone this repo like below:

git clone https://github.com/Interfiber/Karpet.git
cd Karpet

Then building it with gradle

gradle shadowJar
# or use ./gradlew shadowJar on linux(or gradlew shadowJar on windows)

Then run it with java:

java -jar build/libs/*.jar

GitHub

View Github