Add LICENSE and README.md

This commit is contained in:
2026-07-24 22:07:50 +08:00
parent bbd6d8c5f1
commit 568838cbd5
2 changed files with 691 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
# Shiroha
Shiroha is a fork of [Folia](https://github.com/PaperMC/Folia) — a multithreaded Minecraft server based on Paper.
This project aims to provide additional performance optimizations and bug fixes on top of Folia, targeting the latest Minecraft versions (currently 26.2).
## Building
```bash
./gradlew applyPatches
./gradlew createPaperclipJar
```
Requires Java 25+.
## License
Licensed under the [GNU General Public License v3.0](LICENSE).