MemoriesOfTime / Nukkit-MOT

Support for multiple versions of Nukkit Minecraft Bedrock Edition Server Software
https://www.nukkit-mot.com
GNU Lesser General Public License v3.0
60 stars 28 forks source link

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?

  1. Support for 1.2 – 1.21.2 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

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 file.jar (change file 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>

Credits

Nukkit
NukkitPetteriM1Edition
PowerNukkitX

This project is based on Nukkit, so you should abide by Nukkit's License

Thanks to jetbrains for providing development tools for this project for free!