Nukkit-MOT

Introduction
Nukkit-MOT is a special version of Nukkit Minecraft Bedrock Edition server software.
It is developed based on the last open source version of NukkitPetteriM1Edition
note: if you need higher version features, please use PowerNukkitX.
What's new in Nukkit-MOT?
- Support for 1.2 – 1.21.120 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
 
How to install?
- 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) 
Links
- 🌐 Download: Jenkins / GitHub Actions
 - 💬 Discuss: Discord / QQ Group
 - 🔌 Plugins: Nukkit Forum / Nukkit-MOT Forum
 - 🐞 Report a Bug
 
Maven
Repository:
<repositories>
    <repository>
        <id>repo-lanink-cn</id>
        <url>https://repo.lanink.cn/repository/maven-public/</url>
    </repository>
</repositories>
Dependencies:
<dependencies>
    <dependency>
        <groupId>cn.nukkit</groupId>
        <artifactId>Nukkit</artifactId>
        <version>MOT-SNAPSHOT</version>
        <scope>provided</scope>
    </dependency>
</dependencies>
Gradle
Repository:
repositories {
    mavenCentral()
    maven("https://repo.lanink.cn/repository/maven-public/")
} 
Dependencies:
dependencies {
    compileOnly("cn.nukkit:Nukkit:MOT-SNAPSHOT")
}