Nukkit is nuclear-powered server software for Minecraft: Pocket Edition. It has a few key advantages over other server software:
- Written in Java, Nukkit is faster and more stable.
- Having a friendly structure, it's easy to contribute to Nukkit's development and rewrite plugins from other platforms into Nukkit plugins.
Nukkit is under improvement yet, we welcome contributions.
PowerNukkit is a modified version of Nukkit which adds support to a huge amount of features like water-logging, all new blocks, more plugin events, offhand slot, bug fixes and many more.
Please note that PowerNukkit is not handled by NukkitX's staff and is provided with love but without warranty. If you find any issue while running PowerNukkit you should create a new issue in this repository first.
It's also advisable to have a backup schedule set up. PowerNukkit is highly experimental and things may break, so make backups and stay safe.
- Download PowerNukkit
- PowerNukkit Discord
- Plugins
- Wiki
- NukkitX
- NukkitX News
- NukkitX Forums
- NukkitX Discord
Message from the official NukkitX's staff:
Thank you for visiting our official sites. Our official websites are provided free of charge, and we do not like to place ads on the home page affecting your reading. If you like this project, please donate to us. All the donations will only be used for Nukkit websites and services.
git clone https://github.com/PowerNukkit/PowerNukkit
cd PowerNukkit
git submodule update --init
./mvnw clean package
The compiled JAR can be found in the target/
directory.
Simply run java -jar powernukkit-<version>.jar
in an empty folder.
Information on Nukkit's API can be found at the wiki.
Running Nukkit in Docker (17.05+ or higher).
Build image from source,
docker build -t nukkit .
Run once to generate the /data
volume, default settings, and choose language,
docker run -it --rm -p 19132:19132 nukkit
Use docker-compose to start server on port 19132
and with ./data
volume,
docker-compose up -d
Please read the CONTRIBUTING guide before submitting any issue. Issues with insufficient information or in the wrong format will be closed and will not be reviewed.