19 lines
460 B
Markdown
19 lines
460 B
Markdown
# 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 applyAllPatches
|
|
./gradlew createPaperclipJar
|
|
```
|
|
|
|
Requires Java 25+.
|
|
|
|
## License
|
|
|
|
Licensed under the [GNU General Public License v3.0](LICENSE).
|