# Nukkit-MOT **Repository Path**: MemoriesOfTime/Nukkit-MOT ## Basic Information - **Project Name**: Nukkit-MOT - **Description**: Support for multiple versions of Nukkit Minecraft Bedrock Edition Server Software - **Primary Language**: Java - **License**: LGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-24 - **Last Updated**: 2025-07-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

Nukkit-MOT

Nukkit-MOT

License: LGPL v3 Jenkins Build Discord

English 中文

------ ## Introduction Nukkit-MOT is a special version of [Nukkit](https://github.com/CloudburstMC/Nukkit) Minecraft Bedrock Edition server software. It is developed based on the last open source version of [NukkitPetteriM1Edition](https://github.com/PetteriM1/NukkitPetteriM1Edition) note: if you need higher version features, please use [PowerNukkitX](https://github.com/PowerNukkitX/PowerNukkitX). ### What's new in Nukkit-MOT? 1. Support for 1.2 – 1.21.93 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 Nukkit-MOT-SNAPSHOT.jar` (change `Nukkit-MOT-SNAPSHOT.jar` to the name of the file you downloaded) ## Links - __🌐 Download: [Jenkins](https://motci.cn/job/Nukkit-MOT/) / [GitHub Actions](https://github.com/MemoriesOfTime/Nukkit-MOT/actions/workflows/maven.yml?query=branch%3Amaster)__ - __💬 Discuss: [Discord](https://discord.gg/pJjQDQC) / [QQ Group](https://jq.qq.com/?_wv=1027&k=5aIuYMH)__ - __🔌 Plugins: [Nukkit Forum](https://cloudburstmc.org/resources/categories/nukkit-plugins.1/) / [Nukkit-MOT Forum](https://bbs.nukkit-mot.com/resources/)__ - __🐞 [Report a Bug](https://github.com/MemoriesOfTime/Nukkit-MOT/issues/new/choose)__ ## Maven #### Repository: ```xml repo-lanink-cn https://repo.lanink.cn/repository/maven-public/ ``` #### Dependencies: ```xml cn.nukkit Nukkit MOT-SNAPSHOT provided ``` ## Gradle #### Repository: ```kts repositories { mavenCentral() maven("https://repo.lanink.cn/repository/maven-public/") } ``` #### Dependencies: ```kts dependencies { compileOnly("cn.nukkit:Nukkit:MOT-SNAPSHOT") } ``` ## Credits []() [Nukkit](https://github.com/CloudburstMC/Nukkit) []() [NukkitPetteriM1Edition](https://github.com/PetteriM1/NukkitPetteriM1Edition) []() [PowerNukkitX](https://github.com/PowerNukkitX/PowerNukkitX) ![YourKit](https://www.yourkit.com/images/yklogo.png) 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.