This repository has been archived on 2025-08-13. You can view files and clone it, but cannot push or open issues or pull requests.
Files
sdlink-core/readme.md

24 lines
487 B
Markdown
Raw Permalink Normal View History

2023-05-21 19:58:15 +02:00
### SDLink Core
2024-05-09 20:33:34 +02:00
# THIS LIBRARY IS NOW BUILT INTO SDLINK - [See Here](https://github.com/hypherionmc/sdlink/tree/universal)
2023-05-21 19:58:15 +02:00
Minecraft independent code used by Simple Discord Link. This library contains all the core discord code, and code that is not
dependent on Minecraft.
2024-03-17 13:18:56 +02:00
Requires JAVA 17 and Above!
2023-05-21 19:58:15 +02:00
***
#### Building Instructions (For contributors)
```gradle
// Build a jar
gradlew build
// To Publish
gradlew publish
// Publish to mavenLocal()
gradlew publishToMavenLocal
```