This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
A Nuclear-Powered Server Software For Minecraft: Pocket Edition
- Official Site
- Circle CI (login required)
Nukkit is nuclear-powered server software for Minecraft: Pocket Edition. It has a few key advantages over PocketMine-MP:
- Written in Java, Nukkit is faster and more stable.
- Having a similar structure with PocketMine-MP, because of this it's easy to contribute to Nukkit's development. And it is also easy to rewrite PocketMine-MP plugins into Nukkit plugins.
However, Nukkit is not finished yet. We welcome contributions.
git submodule update --init
mvn clean
mvn package
Simply run start.sh
or start.cmd
. Or execute java -jar Nukkit.jar
.
####Example Plugin Example Plugin which shows the API of Nukkit.
There's some developer's tools for Nukkit.
- FDevTools (Load source and pack them easily)
- PocketServer (Run Nukkit on android devices)