Skip to content

[26.1.1] 'minecraft/world_the_end' does not exist or is no directory! #787

@globau

Description

@globau

What i did / Steps to reproduce

  1. upgrade to paper 26.1.1.* (I'm current running paper-26.1.1-14)

Expected result

  • BlueMap should automatically work with the new world directory structure

Actual result

  • '…/minecraft/world_the_end' does not exist or is no directory!
  • '…/minecraft/world_nether' does not exist or is no directory!

Context

BlueMap Version:
bluemap-5.18-paper

Correct paths:

  • …/minecraft/world/dimensions/minecraft/overworld
  • …/minecraft/world/dimensions/minecraft/the_nether
  • …/minecraft/world/dimensions/minecraft/the_end

This is fixed by updating minecraft/plugins/BlueMap/maps/world_nether.conf and minecraft/plugins/BlueMap/maps/world_the_end.conf, however I was expecting BlueMap to automatically update the configs for the vanilla dimensions (explicitly, or via some internal mapping)

diff --git a/minecraft/plugins/BlueMap/maps/world_nether.conf b/minecraft/plugins/BlueMap/maps/world_nether.conf
index 42a5546..e3b0533 100644
--- a/minecraft/plugins/BlueMap/maps/world_nether.conf
+++ b/minecraft/plugins/BlueMap/maps/world_nether.conf
@@ -6,7 +6,7 @@
 # The path to the save-folder of the world to render.
 #  (If this is not defined (commented out or removed), the map will be only registered to the web-server and the web-app
 #   but not rendered or loaded by BlueMap. This can be used to display a map that has been rendered somewhere else.)
-world: "world_nether"
+world: "world/dimensions/minecraft/the_nether"

 # The dimension of the world. Can be "minecraft:overworld", "minecraft:the_nether", "minecraft:the_end"
 # or any dimension-key introduced by a mod or datapack.
diff --git a/minecraft/plugins/BlueMap/maps/world_the_end.conf b/minecraft/plugins/BlueMap/maps/world_the_end.conf
index c433f3f..1577fca 100644
--- a/minecraft/plugins/BlueMap/maps/world_the_end.conf
+++ b/minecraft/plugins/BlueMap/maps/world_the_end.conf
@@ -6,7 +6,7 @@
 # The path to the save-folder of the world to render.
 #  (If this is not defined (commented out or removed), the map will be only registered to the web-server and the web-app
 #   but not rendered or loaded by BlueMap. This can be used to display a map that has been rendered somewhere else.)
-world: "world_the_end"
+world: "world/dimensions/minecraft/the_end"

 # The dimension of the world. Can be "minecraft:overworld", "minecraft:the_nether", "minecraft:the_end"
 # or any dimension-key introduced by a mod or datapack.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions