fixed config path for forge

JurgenKuyper 2022-04-26 11:02:51 +02:00
parent b18fc22ccc
commit e1638d9ab6

@ -11,7 +11,7 @@
2. **Download the dynmap plugin**. Common download locations are [CurseForge for modded](https://www.curseforge.com/minecraft/mc-mods/dynmapforge), [Spigot](https://www.spigotmc.org/resources/dynmap.274/), [Bukkit](https://dev.bukkit.org/projects/dynmap), or the [Github release page](https://github.com/webbukkit/dynmap/releases).
3. **Adding the Dynmap plugin**. Move the downloaded Dynmap-<version>.jar into your `server/plugins/` or `server/mods/` folder respectively
4. **Start your server**
5. **Verifying installation**. A new folder will have been created in the plugins or mods folder `/dynmap/` in this folder a file `configuration.txt` will be created. This file contains just about everything you need to configure all aspects of the plugins but it can be incredibly overwhelming and is a large document that most users won't even change all but one or two lines. For full documentation on this file or for something to read to put you to sleep visit [[Configuration.txt]]
5. **Verifying installation**. A new folder will have been created in the `plugins/dynmap` or the `dynmap` folder next to the jar. In this folder a file `configuration.txt` will be created. This file contains just about everything you need to configure all aspects of the plugins but it can be incredibly overwhelming and is a large document that most users won't even change all but one or two lines. For full documentation on this file or for something to read to put you to sleep visit [[Configuration.txt]]
6. **Port forwarding**. This is the step where most users or first time server admins get caught up, I'll break this section into several subsections based on server type for clarity.
1. **Server Hosts** Most server hosts only allow one port by default (for your minecraft server) but allow users to "request" other ports to be opened. Most commonly this is done by through their ticketing system but you will have to find out how to request ports for your specific server host. If they give you an option, port 8123 is the default that dynmap uses but you likely will be assigned a random port. For example say your server host give you port 7229 to use. Modify line 322 of configuration.txt from
`webserver-port: 8123`