Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

Latest commit

 

History

History
23 lines (15 loc) · 487 Bytes

readme.md

File metadata and controls

23 lines (15 loc) · 487 Bytes

SDLink Core

THIS LIBRARY IS NOW BUILT INTO SDLINK - See Here

Minecraft independent code used by Simple Discord Link. This library contains all the core discord code, and code that is not dependent on Minecraft.

Requires JAVA 17 and Above!


Building Instructions (For contributors)

// Build a jar
gradlew build

// To Publish
gradlew publish

// Publish to mavenLocal()
gradlew publishToMavenLocal