#Nukkit and Nether Portals

1 messages · Page 1 of 1 (latest)

hollow cape
#

You'd have to use a multi dimensional world.
The default generated world is one.

hollow cape
#

@whole tundra Got it?

whole tundra
#

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

hollow cape
#

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

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: ''

hollow cape
#

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.

whole tundra
#

oh got it

#

thanks