MoreBlocksNukkit is a Nukkit-MOT server plugin ported from MoreBlocksAllay, adding 714 new block variants. This is an adaptation for the Nukkit-MOT server platform.
- 714 custom block variants
- Direction + vertical half model transformations
- Stonecutter recipes
- Creative groups under Construction
- Data-driven design (all block definitions in
moreblocks/data.json)
- Nukkit-MOT server
- Java 17
- Build:
./gradlew build- Copy the jar from
build/libs/MoreBlocks-0.1.0.jarto your server'spluginsdirectory.
# Clean and build
./gradlew clean build
# Build and auto-copy to server plugins directory
./gradlew build -PautoCopy=true
# Custom server directory
./gradlew build -PautoCopy=true -PserverPluginsDir="your/custom/path"- Blocks are listed under Creative > Construction.
- Recipes are available in the stonecutter.
bg_BG, cs_CZ, da_DK, de_DE, el_GR, en_GB, en_US, es_ES, es_MX, fi_FI, fr_CA, fr_FR, hu_HU, id_ID, it_IT, ja_JP, ko_KR, nb_NO, nl_NL, pl_PL, pt_BR, pt_PT, ru_RU, sk_SK, sv_SE, tr_TR, uk_UA, zh_CN, zh_TW
src/main/java/moreblocks/
├── MoreBlocksPlugin.java # Main plugin class
├── MoreBlocksData.java # Data loader for block definitions
└── RotatableCustomBlock.java # Rotatable block implementation
src/main/resources/
├── plugin.yml # Plugin descriptor
└── moreblocks/
└── data.json # Block and recipe definitions
This project is ported from MoreBlocksAllay, the Allay server version.
This project is licensed under the terms in LICENSE.


