* fix: Cross Region Damage trace * fix: fix patch - revert raid * refactor: pull code to rebuild patch * note: rewrite raid-revert note * feat: revert spawn position logic [revert spawn position logic] reverted MC-274911, so old [MC-274911 revert] is removed, and config extended old revert_274911 * refactor: simplify code * refactor: rewritten in thread-safe way * fix: fix error print out * refactor: rebuild patch * refactor: remove import & fixup LOGGER print out * refactor: move rebuild effect affect to Cross Region * feat: use config to set if [Cross Region Damage Trace] is enabled
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
- Linear region file format(from kaiiju)
- 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: JDK21 is needed)
./gradlew applyAllPatches && ./gradlew createMojmapPaperclipJar
Using API
For gradle:
repositories {
maven {
url = "https://maven.moliatopia.icu/repository/maven-snapshots/"
}
}
dependencies {
compileOnly("me.earthme.luminol:luminol-api:$VERSION")
}
For maven
<repositories>
<repository>
<id>moliatopia</id>
<url>https://maven.moliatopia.icu/repository/maven-snapshots/</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>me.earthme.luminol</groupId>
<artifactId>luminol-api</artifactId>
<version>$VERSION</version>
</dependency>
</dependencies>
Contact
If you are interested in this project or have any issue, feel free to ask us.
QQ Group: 1015048616 | 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
Special Thanks
Thanks LegacyLands for sponsoring this project.If you want to develop some crossing folia/non-folia platform plugins, legacy-lands-library will be a nice choice for you
