From a868fc45cbfc0f622be23025d7740f5a8720b2cd Mon Sep 17 00:00:00 2001 From: TechnicJelle <22576047+TechnicJelle@users.noreply.github.com> Date: Sun, 24 Sep 2023 21:21:49 +0200 Subject: [PATCH] Include cleanup instructions for after removing a map (#44) Co-authored-by: Lukas Rieger --- wiki/getting-started/Configuration.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/wiki/getting-started/Configuration.md b/wiki/getting-started/Configuration.md index 3a44d9e..dc54457 100644 --- a/wiki/getting-started/Configuration.md +++ b/wiki/getting-started/Configuration.md @@ -28,7 +28,10 @@ The name of those config-files (without the `.conf`-extension) will be the ident identifier in your commands to select the map. If you rename a config-file, it will be like creating a new map, since bluemap also stores all map-information based on that identifier. -If you want to remove a map, you can just delete it's `.conf` file. +If you want to remove a map, you can just delete its `.conf` file. +After removing the file, and reloading/restarting BlueMap, you may want to delete any of the map's previously rendered map data, which you can do with `/bluemap storages delete `. +On the default file-storage, you can also do that manually by deleting the folder for it, which usually is at `bluemap/web/maps/`. + If you want to add a map, you can create a new `.conf` file in this folder and fill it with the correct information. The easiest way is probably to just copy the `.conf` file from the one of the default config-files and edit it to your liking.