Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 754 Bytes

File metadata and controls

18 lines (14 loc) · 754 Bytes

Monotope

A bridge between Hypercube and Tesseract

build

About

Monotope is an interface library for DiamondFire. This library provides API for Hypercube (core DiamondFire plugin) to interact with extended functions of Tesseract (our Paper fork) without the need to publish a modified version of Bukkit API.

Building

After cloning this repository to your local machine, run the following command:

./gradlew build

If the compiling finishes successfully, the compiled library will be generated in the ./build/libs directory.