Skip to content

Support for multiple versions of Nukkit Minecraft Bedrock Edition Server Software

License

Notifications You must be signed in to change notification settings

MemoriesOfTime/Nukkit-MOT

Repository files navigation

Nukkit-MOT

Nukkit-MOT

License: LGPL v3 Jenkins Build Discord

English 中文


Introduction

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

What's new in Nukkit-MOT?

  1. Support for 1.2 – 1.21.130 version (you can set the minimum protocol in the config)
  2. Supports most entities with AI
  3. Support for the nether world and The Еnd
  4. Generation of dungeons and caves
  5. Support for vanilla commands
  6. Support for NetEase clients

How to install?

  1. Install java 17 or higher
  2. Download the .jar file from the links below
  3. Write a command to run: java -jar Nukkit-MOT-SNAPSHOT.jar (change Nukkit-MOT-SNAPSHOT.jar to the name of the file you downloaded)

Links

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")
}

Credits

Nukkit
NukkitPetteriM1Edition
EaseCation Nukkit & SynapseAPI
PowerNukkitX

YourKit
YourKit supports open source projects with innovative and intelligent tools for monitoring and profiling Java and .NET applications. YourKit is the creator of YourKit Java Profiler, YourKit .NET Profiler, and YourKit YouMonitor.

About

Support for multiple versions of Nukkit Minecraft Bedrock Edition Server Software

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 37

Languages