Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 423 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 423 Bytes

Endercube

Endercube is a Minecraft minigames network made using Minestom

Project structure

This project uses Gradle Subprojects. The root project is where the server is created, Common contains some APIs for creating minigames and each subsequent project contains the code for the games themselves

Compilation

Run the below and find the jar in ./build/libs/

./gradlew build