xin_yi_hl
本帖最后由 xin_yi_hl 于 2022-8-26 14:08 编辑

使用catsevser核心 ASkyBlock插件
具体表现为玩家进地狱门传送后变旁观者模式,没有进入地狱

已自行解决
原因手贱将askyblock默认地狱空岛配置删除了
    nether:
      # Hide or show this schematic to players in the GUI
      show: false
      icon: NETHERRACK
      # If the biome is HELL it is assumed this island goes in the Nether
      biome: HELL
      name: "NetherBlock Island"
      description: "An island in the nether|overlooked by a mob tower"
      filename: nether.schematic
      # Nether schematics should generally use the schematic chest contents
      useDefaultChest: false
      # The partner to this schematic is the default island
      partnerSchematic: default
      # Schematics can include entities (mobs) in them and if pasteentities is true,
      # mobs will be pasted.
      pasteentities: true
      # Usephysics causes lava or water to flow after being pasted. Change to false
      # if it lags
      usephysics: true
      #Level handicap zeros the initial island level.
      levelHandicap: 93



1069418097
用Multiverse-NetherPortals配置一下对应世界即可

xin_yi_hl
1069418097 发表于 2022-8-26 13:47
用Multiverse-NetherPortals配置一下对应世界即可

不是的,我已经自己找到原因了