Helvetica Volubi c9bfe55ce4 introduce 26.1.2 changes
Fakeplayer Action Gui - Stage 1 (#161)

Still needs some tweaks to fit Leaves' changes

* pre add gui (not implemented)

* fallback one change in Actions

* pre for new structure of gui register

* Enhance GUI node structure with item support and command handling

* feat: update GUI node handling in bot actions

* feat: enhance command building logic in GUI nodes

* fix a bug

* feat: implement GUI navigation and command execution in BotAction GUI

* feat: refactor GuiNode and related classes to use Item instead of ItemStack

* feat: update command building logic to include additional action parameters

* feat: simplify command syntax in BotAction GUI and update inventory view handling

* feat: add ActionType enum and implement action confirmation in BotAction GUI

* feat: enhance ActionType handling and selection in BotAction GUI

* feat: integrate GUI data handling in bot actions and enhance navigation

* fix up

* because of tmp move to new org, rebrand

* Implement pagination for bot action GUI and enhance action stop functionality

* ci updates

* replace boarder item

* fix https://github.com/LophineCraft/Lophine/pull/161#issuecomment-5012127501 issues - 1

* fix https://github.com/LophineCraft/Lophine/pull/161#issuecomment-5012127501 issues - 2

* fix index

* replace some items

* feat: use the same item shown for stop & start action

* remove 2 todos, we wouldn't provide them

* refactor: simplify rendering methods in BotActionGuiContainer

* feat: add empty action placeholder and simplify item rendering

* fix: remove extra suggestions

* fix: update GUI icons for jump, move, and swap actions

* fix: update comment in open action gui

* set release mode to true

---------

Co-authored-by: xiaoxijun <A3167717663@hotmail.com>
2026-07-23 00:23:03 +08:00
2026-07-22 01:31:07 +08:00
2026-04-13 19:45:35 +08:00
2025-07-30 16:18:31 +08:00
2026-07-23 00:23:03 +08:00
2026-07-23 00:23:03 +08:00
2025-06-07 23:29:29 +08:00
2026-07-18 01:27:14 +08:00
2025-06-07 23:29:29 +08:00
2025-06-07 23:29:29 +08:00
2025-07-30 16:18:31 +08:00
2026-02-08 01:20:10 +08:00
2026-07-22 01:31:07 +08:00
2026-07-22 01:31:07 +08:00
2026-07-05 22:07:45 +08:00

Lophine Logo

Lophine

Lophine is a Luminol fork with many useful optimizations and configurable vanilla features, aims to provide more function for survival-usable circuit on folia (Please note that Fabric should be used for complete survival-usable)

Created At License Issues

Commit Activity CodeFactor Grade GitHub all releases

Repo contributors

English | 中文


Core Features

  • 🔧 Configurable Vanilla Features - Flexibly adjust game mechanics to suit different server needs
  • 📊 Tpsbar Support - Real-time TPS status display
  • 🐛 Folia Bug Fixes - Targeted fixes for known Folia issues
  • 💾 Multiple World Format Support - Support for linear and b_linear (linear reimplementation) world formats
  • 🔬 Redstone Enhancement - More redstone functionality on Folia (use Fabric for complete redstone features)
  • 🛠️ More Useful Functions - Continuously adding useful server features

📥 Download

Stable Releases

All release versions can be found on the Releases page.

Development Builds

If you want to experience the latest features, you can build it yourself following the steps below.

Build Steps

# Clone the project
git clone https://github.com/LophineLabs/Lophine.git
cd Lophine

# Apply patches and build Paperclip JAR
./gradlew applyAllPatches && ./gradlew createPaperclipJar

After building, you can find the generated JAR file in the lophine-server/build/libs directory.

🔌 API Usage

Gradle Configuration

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

dependencies {
    compileOnly("fun.bm.lophine:lophine-api:$VERSION")
}

Maven Configuration

<repositories>
    <repository>
        <id>repository</id>
        <url>https://repo.bacteriawa.com/repository/maven-public/</url>
    </repository>
</repositories>

<dependencies>
    <dependency>
        <groupId>fun.bm.lophine</groupId>
        <artifactId>luminol-api</artifactId>
        <version>$VERSION</version>
        <scope>provided</scope>
    </dependency>
</dependencies>

💬 Community & Support

If you're interested in this project or have any questions, feel free to ask us.

Join Our Community

Get Help

🐛 Bug Reports

When you encounter any issues, please ask us and we'll do our best to resolve them. Please remember to:

  • 📝 Describe the problem clearly - Provide detailed information about the specific issue
  • 📋 Provide complete logs - Include error logs and relevant configuration information
  • 🔍 Environment details - Specify server version, plugin list, and other environment details
  • 🔄 Reproduction steps - If possible, provide specific steps to reproduce the issue

🤝 Contributing

We welcome community contributions! For detailed contribution guidelines, please see:

📊 Project Statistics

BStats Data

bStats

Give Us a Star!

Every free Star you give is the motivation for our every step forward.

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