2025-07-27 18:37:33 +08:00
2025-07-20 13:16:27 +08:00
2025-06-28 00:41:56 +08:00
2025-07-17 00:37:28 +08:00
2025-06-07 23:29:29 +08:00
2025-06-08 18:08:39 +08:00
2025-06-09 02:49:32 +08:00
2025-06-07 23:29:29 +08:00
2025-06-07 23:29:29 +08:00
2025-07-17 00:37:28 +08:00
2025-07-27 00:38:31 +08:00
2025-06-07 23:29:29 +08:00
2025-06-07 23:29:29 +08:00
2025-06-07 23:29:29 +08:00
2025-06-20 00:57:28 +08:00
2025-06-20 00:57:28 +08:00
2025-07-17 00:37:28 +08:00

Logo

Lophine

LightingLuminol is a Luminol fork with many useful optimizations and configurable vanilla features, aims to provide more function for survival-usable circuit on folia

License Issues Commit Activity CodeFactor Grade GitHub all releases

English | 中文

Features

  • Supported some Bukkit plugin
  • Configurable vanilla features
  • Tpsbar support
  • Useful optimizations to improve the performance of single threaded region
  • More functions

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 lophine-server/build/libs(Note: JDK21 is needed)

./gradlew applyAllPatches && ./gradlew createMojmapPaperclipJar

Using API

For gradle:

repositories {
    maven {
        url = "https://repo.menthamc.com/repository/maven-public/"
    }
}

dependencies {
    compileOnly("me.earthme.luminol:luminol-api:$VERSION")
}

For maven

<repositories>
    <repository>
        <id>menthamc</id>
        <url>https://repo.menthamc.com/repository/maven-public/</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

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

legacy-lands-logo

Please star us!

Star History Chart
S
Description
旨在 Folia 上实现更多生电的内容以及更多的功能
Readme 7.1 MiB
Languages
Java 99.9%