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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.44 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


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

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

Languages