Skip to content

Repository files navigation

✨ Lumi

High-performance extensible Minecraft Bedrock server software

Introduction

Lumi is a server software which was made to introduce modern Minecraft new features and different improvements. Hard-forked from Nukkit-MOT.

What's new in Lumi?

  1. Support for 1.20.0 – 1.26.40 version (you can set the minimum protocol in the config)
  2. More vanilla features
  3. Custom Blocks support
  4. Custom Enchantments support
  5. Better AntiXray system
  6. Better API (effects, food, projectiles and etc.)
  7. Mixin support (changing any method) through Ignite
  8. Mobs support (with MobPluginLumi), with WIP internal support for them

How to install?

  1. Install java 21 or higher (recommended is Azul Zulu 21)
  2. Download the .jar file from Lumi Downloads
  3. Write a command to run: java -jar Lumi-1.6.5.jar

Plugin Development

To develop your own plugin we recommend to check this template

Need support?

Go to our Discord Server!

Maven

Adding repo:

<repositories>
    <repository>
        <id>lumi-repository-snapshots</id>
        <url>https://repo.lumi.su/snapshots</url>
    </repository>
</repositories>

Adding dependency:

<dependency>
    <groupId>com.koshakmine</groupId>
    <artifactId>Lumi</artifactId>
    <version>1.6.5-SNAPSHOT</version>
</dependency>

Gradle

Adding repo:

maven {
    name = "lumiRepositorySnapshots"
    url = uri("https://repo.lumi.su/snapshots")
}

Adding dependency:

compileOnly("com.koshakmine:Lumi:1.6.5-SNAPSHOT")

Credits

Nukkit
AllayMC
Nukkit-MOT
PowerNukkitX
EaseCation Nukkit
NukkitPetteriM1Edition

About

High-performance extensible Minecraft Bedrock server software

Resources

Stars

79 stars

Watchers

3 watching

Forks

Releases

Used by

Contributors

Languages