#PowerNukkitX Bedrock Server
6 messages · Page 1 of 1 (latest)
Config files are in the Files section.
Make sure you aren't looking at knowledgebase articles or videos for the old panel, or for standard Bedrock - PowerNukkitX does things very differently from standard Bedrock.
there's nothing under PowerNukkitX
Because not a lot of people use it - you'll want to use their KB instead of Bisect's.
I've tested this out for you and was able to get a regular world to load on PowerNukkitX.
It's far more complicated than doing it on a regular bedrock server though.
- Go to the "pnx.yml" file and set "enableTerra" to "true". This was on line 99 for me.
- Go to the "worlds" folder and then inside the world folder that it made.
- Delete all files except for the "config.json" file.
- Delete all text in the config.json file and replace it with this:
{
"format": "leveldb",
"enable": true,
"generators": {
"0": {
"name": "terra",
"seed": -1319826860044326118,
"enableAntiXray": false,
"antiXrayMode": "LOW",
"preDeobfuscate": true,
"dimensionData": {
"dimensionName": "minecraft:overworld",
"dimensionId": 0,
"minHeight": -64,
"maxHeight": 319,
"height": 384,
"chunkSectionCount": 24
},
"preset": {
"pack": "overworld"
}
}
}
}
- Save the file and restart the server.
Let us know if you continue to have issues after following those steps.