#PowerNukkitX Bedrock Server

6 messages · Page 1 of 1 (latest)

sonic coral
#

I Just brought a bedrock server and the world is in superflat. When I look at the knowledge article it tells me to change it via the config files? but I don't have that option?

tranquil fulcrum
#

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.

sonic coral
#

there's nothing under PowerNukkitX

tranquil fulcrum
#

Because not a lot of people use it - you'll want to use their KB instead of Bisect's.

icy tundra
#

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.

  1. Go to the "pnx.yml" file and set "enableTerra" to "true". This was on line 99 for me.
  2. Go to the "worlds" folder and then inside the world folder that it made.
  3. Delete all files except for the "config.json" file.
  4. 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"
}
}
}
}

  1. Save the file and restart the server.
#

Let us know if you continue to have issues after following those steps.