Nukkit-MOT is a fork of Nukkit that provides multi-version support, compatibility with NetEase clients, and a well-established plugin ecosystem.
Only interested in newer versions? You might want to try Lumi or PowerNukkitX
- Support for 1.2 – 1.26.30 version (you can set the minimum protocol in the config)
- Supports most entities with AI
- Support for the nether world and The Еnd
- Generation of dungeons and caves
- Support for vanilla commands
- Support for NetEase clients
- Install java 17 or higher
- Download the .jar file from the links below
- Write a command to run:
java -jar Nukkit-MOT-SNAPSHOT.jar(changeNukkit-MOT-SNAPSHOT.jarto the name of the file you downloaded)
docker run -d --name nukkit-mot \
-p 19132:19132/udp \
-v $(pwd)/data:/data \
-e JAVA_OPTS="-Xms2G -Xmx2G" \
--restart unless-stopped \
memoriesoftime/nukkit-mot:latest:latestand:<short-sha>are development snapshots built from the master branch.:1.26.30-R1style tags are stable releases mirroring Maven Central.- All worlds, plugins, players and
server.propertieslive under the/datavolume.
- 🌐 Download: Jenkins / GitHub Actions
- 💬 Discuss: Discord / QQ Group
- 🔌 Plugins: Nukkit Forum / Nukkit-MOT Forum
- 🐞 Report a Bug
<repositories>
<!-- Release builds come from Maven Central; SNAPSHOT builds require the repo.lanink.cn repo -->
<repository>
<id>repo-lanink-cn</id>
<url>https://repo.lanink.cn/repository/maven-public/</url>
</repository>
</repositories><!-- Release -->
<dependencies>
<dependency>
<groupId>com.nukkit-mot</groupId>
<artifactId>nukkit-mot</artifactId>
<version>1.26.30-R1</version>
<scope>provided</scope>
</dependency>
</dependencies>
<!-- SNAPSHOT -->
<dependencies>
<dependency>
<groupId>cn.nukkit</groupId>
<artifactId>Nukkit</artifactId>
<version>MOT-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
</dependencies>repositories {
mavenCentral()
// SNAPSHOT builds require the repo.lanink.cn repo
maven("https://repo.lanink.cn/repository/maven-public/")
} // Release
dependencies {
compileOnly("com.nukkit-mot:nukkit-mot:1.26.30-R1")
}
// SNAPSHOT
dependencies {
compileOnly("cn.nukkit:Nukkit:MOT-SNAPSHOT")
}
![]() Nukkit |
NukkitPetteriM1 |
EaseCation/Nukkit |
PowerNukkitX |
Lumi |
|
YourKit supports open source projects with innovative and intelligent tools
for monitoring and profiling Java and .NET applications. YourKit Java Profiler · YourKit .NET Profiler · YourKit YouMonitor |
Thanks to everyone who has contributed to this project!
If you like this project, please give us a Star ⭐

