High-performance extensible Minecraft Bedrock server software
Lumi is a server software which was made to introduce modern Minecraft new features and different improvements. Hard-forked from Nukkit-MOT.
- Support for 1.20.0 – 1.26.40 version (you can set the minimum protocol in the config)
- More vanilla features
- Custom Blocks support
- Custom Enchantments support
- Better AntiXray system
- Better API (effects, food, projectiles and etc.)
- Mixin support (changing any method) through Ignite
- Mobs support (with MobPluginLumi), with WIP internal support for them
- Install java 21 or higher (recommended is Azul Zulu 21)
- Download the .jar file from Lumi Downloads
- Write a command to run:
java -jar Lumi-1.6.5.jar
To develop your own plugin we recommend to check this template
Go to our Discord Server!
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>Adding repo:
maven {
name = "lumiRepositorySnapshots"
url = uri("https://repo.lumi.su/snapshots")
}Adding dependency:
compileOnly("com.koshakmine:Lumi:1.6.5-SNAPSHOT")
Nukkit
AllayMC
Nukkit-MOT
PowerNukkitX
EaseCation Nukkit
NukkitPetteriM1Edition