From c1167ef2b3f7a75064a459070e76ddfe52d710f2 Mon Sep 17 00:00:00 2001 From: Lukas Rieger Date: Wed, 26 Aug 2020 01:12:11 +0200 Subject: [PATCH] Updated Installation (markdown) --- Installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Installation.md b/Installation.md index d55518d..961bd0c 100644 --- a/Installation.md +++ b/Installation.md @@ -16,7 +16,7 @@ If you have a [spigot](https://www.spigotmc.org/) or [paper](https://papermc.io/ - First you want to download the bluemap-jar. You can choose and download a version from [here](https://github.com/BlueMap-Minecraft/BlueMap/releases). Make sure it targets the SpigotAPI-Version of your server! - Put the downloaded jar in the `plugins`-folder of your server and restart the server. -- BlueMap will now generate the configuration files here `./plugins/bluemap/`, open those configs with your favorite editor and read the chapter [Configuration](Configuration) to learn how to configure bluemap. +- BlueMap will now generate the configuration files here `./plugins/BlueMap/`, open those configs with your favorite editor and read the chapter [Configuration](Configuration) to learn how to configure bluemap. - After you have edited the configs use the command `/bluemap reload` on your server or restart the server. - Run the command `/bluemap render ` on the server to start an initial render of the whole world. @@ -26,7 +26,7 @@ If you have a [forge](https://minecraftforge.net/) or [fabric](https://fabricmc. - First you want to download the bluemap-jar. You can choose and download a version from [here](https://github.com/BlueMap-Minecraft/BlueMap/releases). Make sure it targets the forge/fabric-Version of your server! - If you have a fabric-server you will also need to install the [fabricAPI](https://www.curseforge.com/minecraft/mc-mods/fabric-api) mod. - Put the downloaded bluemap-jar in the `mods`-folder of your server and restart the server. -- BlueMap will now generate the configuration files here `./config/BlueMap/`, open that config with your favorite editor and read the chapter [Configuration](Configuration) to learn how to configure bluemap. +- BlueMap will now generate the configuration files here `./config/bluemap/`, open that config with your favorite editor and read the chapter [Configuration](Configuration) to learn how to configure bluemap. - After you have edited the configs use the command `/bluemap reload` on your server or restart the server. - Run the command `/bluemap render ` on the server to start an initial render of the whole world.