/Karpet

Karpet is a work in progress minestom server written for vanilla

Primary LanguageKotlinMIT LicenseMIT

Karpet

Karpet is a work in progress minestom server written for vanilla

Features

  • Crafting support, with easy support to add recipes
  • Smelting support, with easy support to add recipes
  • World loading
  • Config files

Links

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/*-all.jar