Updated Installation (markdown)

Lukas Rieger 2020-01-08 19:02:26 +01:00
parent e15f8c13b3
commit fa37559c9a

@ -14,4 +14,10 @@ You can use bluemap as a standalone app using the [CLI](https://en.wikipedia.org
- After you have edited the config just run `java -jar BlueMap.jar` again to start the render. - After you have edited the config just run `java -jar BlueMap.jar` again to start the render.
## As a sponge-plugin ## As a sponge-plugin
... If you have a [sponge](https://www.spongepowered.org/)-server, you can use bluemap as a plugin on your server. The plugin then renders and actively updates your map when something changes. Render-tasks are paused and resumed if the server shuts down / restarts.
- First you want to download the bluemap-jar. You can choose and download a version from [here](https://github.com/BlueMap-Minecraft/BlueMap/releases) or from [sponges plugin-repository](https://ore.spongepowered.org/Blue/BlueMap). Make sure it targets the SpongeAPI-Version of your server!
- Put the downloaded jar in the `mods`-folder of your server and restart the server.
- Bluemap will now generate the configuration file here `./config/bluemap/bluemap.conf`, open that config with your favorite editor and read the chapter [Configuration](wiki/Configuration) to learn how to configure bluemap.
- After you have edited the config use the command `/bluemap reload` on your server or restart the server.
- Run the command `/bluemap render <world>` on the server to start an initial render of the whole world.