Add LICENSE and README.md
This commit is contained in:
@@ -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).
|
||||
Reference in New Issue
Block a user