#Nukkit and Nether Portals
1 messages · Page 1 of 1 (latest)
@whole tundra Got it?
what do u mean by multi dimensional world?
like this? multi-nether-worlds=survival
multi-end-worlds=survival
if so than yes, tried it but still teleports mi to the lobby tho
No. What I ment is your worlds config.json
{
"format": "leveldb",
"enable": true,
"generators": {
"0": {
"name": "normal",
"seed": -5655568076220199771,
"enableAntiXray": false,
"antiXrayMode": "LOW",
"preDeobfuscate": true,
"dimensionData": {
"dimensionName": "minecraft:overworld",
"dimensionId": 0,
"minHeight": -64,
"maxHeight": 319,
"height": 384,
"chunkSectionCount": 24
},
"preset": {}
},
"1": {
"name": "nether",
"seed": -5655568076220199771,
"enableAntiXray": false,
"antiXrayMode": "LOW",
"preDeobfuscate": true,
"dimensionData": {
"dimensionName": "minecraft:nether",
"dimensionId": 1,
"minHeight": 0,
"maxHeight": 127,
"height": 128,
"chunkSectionCount": 8
},
"preset": {}
},
"2": {
"name": "the_end",
"seed": -5655568076220199771,
"enableAntiXray": false,
"antiXrayMode": "LOW",
"preDeobfuscate": true,
"dimensionData": {
"dimensionName": "minecraft:the_end",
"dimensionId": 2,
"minHeight": 0,
"maxHeight": 255,
"height": 256,
"chunkSectionCount": 16
},
"preset": {}
}
}
}
You see, this has all dimensions
@whole tundra
wheren i can find config.json? didnt know this file exists i the first place i have only db, config.yml, level.dat in C:\Users\Saydlik\Desktop\TEST\worlds\survival and config.yml is kinda empty version: 0
LoadOnStart: true
Gamemode: 4
fly: false
respawnworld: survivall
protected: false
note: ''
Thats from the worldmanager plugin.
If you dont have a config.json in the same folder, you are not using pnx or the world was never loaded.