There isn't a build of Nukkit that supports multiple version of Minecraft. You might be able to find a fork however the reliability would be unknown.
I'll try and keep up to date with news on this forum.
Nukkit for Minecraft 1.4.0 can now be found on our Jenkins CI starting from build #165.
Edit: 1.4.1 and 1.4.2 are just client fixes! Players will still be able to join.
This comes with no support for the new blocks added in Update Aquatic since it will require some major block and chunk...
Currently, Nukkit has ceased development in the main repository so we forked it and continued updating and bug fixing for the newer versions so it doesn't die. Most plugins should work with our fork however there are some changes which will break a few that use internal functions.
https://github.com/NukkitX/Nukkit/blob/master/src/main/java/cn/nukkit/network/protocol/ProtocolInfo.java
Adding more protocol versions won't make it work. There are physical changes to the protocol between versions and since that version is so old, you won't even be able to login.
Nukkit's leveldb world format hasn't been updated for over a year so you'll have to find a standalone tool to convert LevelDB worlds to the Anvil format.
We've yet to implement them into the core server software because other, more important features still need perfecting or have yet to be added. There are various third party plugins that add this capability. Here is one of them: https://nukkitx.com/resources/mob-plugin.3/
So you could have something like this
worlds:
mainworld:
seed: 1209381
generator: DEFAULT
secondworld:
seed: 233412
generator: NETHER
The grass count etc is just settings for flat world generator like superflat presets on Java Edition
Right at the bottom of the nukkit.yml there is
worlds:
#These settings will override the generator set in server.properties and allows loading multiple levels
#Example:
#world:
# seed: 404
# generator: FLAT:2;7,59x1,3x3,2;1;decoration(treecount=80 grasscount=45)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.