Initial Library Work done

This commit is contained in:
2023-05-21 19:58:15 +02:00
commit ffb5800924
63 changed files with 4523 additions and 0 deletions

21
readme.md Normal file
View File

@@ -0,0 +1,21 @@
### SDLink Core
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 16 and Above!
***
#### Building Instructions (For contributors)
```gradle
// Build a jar
gradlew build
// To Publish
gradlew publish
// Publish to mavenLocal()
gradlew publishToMavenLocal
```