diff --git a/src/main/java/de/bluecolored/bluemap/api/BlueMapWorld.java b/src/main/java/de/bluecolored/bluemap/api/BlueMapWorld.java index b30951d..f6275b2 100644 --- a/src/main/java/de/bluecolored/bluemap/api/BlueMapWorld.java +++ b/src/main/java/de/bluecolored/bluemap/api/BlueMapWorld.java @@ -42,8 +42,8 @@ public interface BlueMapWorld { String getId(); /** - * Getter for the {@link Path} of this world's save-files (folder). - * This matches the folder configured in bluemap's config for this map ( world: ). + * Getter for the {@link Path} of this world's save-files.
+ * (To be exact: the parent-folder of the regions-folder used for rendering) * @return the save-folder of this world. * @deprecated Getting the save-folder of a world is no longer supported. As it is not guaranteed that every world has a save-folder. */