2023-11-26 20:04:33 +08:00
2024-02-06 17:25:14 +08:00
2024-01-01 08:16:23 +00:00
2024-01-17 14:14:41 +00:00
2024-02-06 04:51:04 +00:00
2024-01-01 08:16:23 +00:00
2023-11-26 20:04:33 +08:00
2024-02-05 21:40:23 +08:00
2024-02-06 14:32:11 +08:00
2024-02-06 14:32:11 +08:00
2023-11-26 20:04:33 +08:00

Logo

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 | 中文

MIT License Issues Commit Activity CodeFactor Grade GitHub all releases

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: JDK17 is needed)

./gradlew applyPatches && ./gradlew createReobfPaperclipJar

Using API

For gradle:

dependencies {
    compileOnly("me.earthme.luminol:luminol-api:1.20.2-R0.1-SNAPSHOT")
}

For maven

<dependency>
  <groupId>me.earthme.luminol</groupId>
  <artifactId>luminol-api</artifactId>
  <version>1.20.2-R0.1-SNAPSHOT</version>
</dependency>

BStats

bStats

Description
Languages
Java 99.6%
Shell 0.4%