5579f65eae6e8ddec4ace59d299bc2cf2dd1acee
Luminol
Luminol is a Folia fork with many useful optimizations, configurable vanilla features, and more API supports, and it was designed for survival and anarchy servers
English | 中文
Features
- Configurable vanilla features
- Tpsbar support
- Useful optimizations to improve the performance of single threaded region
- More API support for plugin development (W.I.P)
Download
Any versions are available in the release, also you can build it by yourself through the following steps.
Build
To build a paperclip jar, you need to run the following command. You can find the jar in build/libs(Note: JDK17 is needed)
./gradlew applyPatches && ./gradlew createMojmapPaperclipJar
Using API
For gradle:
dependencies {
compileOnly("me.earthme.luminol:luminol-api:1.20.4-R0.1-SNAPSHOT")
}
For maven
<dependency>
<groupId>me.earthme.luminol</groupId>
<artifactId>luminol-api</artifactId>
<version>1.20.4-R0.1-SNAPSHOT</version>
</dependency>
Contact
If you are interested in this project or have any issue, feel free to ask us.
QQ Group: 368632360 | QQ Channel: Click To Join | Telegram: Click To Join | Discord: Click To Join
About Issue
When you meet any problems, just ask us, we will do our best to solve it, but remember to state your problem clear and provide enough logs etc.
Pull Requests
See Contributing
BStats
Please ⭐star us!
Description
Languages
Java
99.6%
Shell
0.4%