Updated Setting up Dynamic Map with IIS (markdown)

mikeprimm 2012-08-01 14:58:56 -07:00
parent 4830142911
commit a9c4a6994c

@ -14,8 +14,8 @@ You should now have the following file: `C:\Inetpub\wwwroot\dynmap\up.aspx`.
* Go to `minecraft_server/plugins/dynmap/configuration.txt` and make sure you have the property `tilespath` set to `C:\Inetpub\wwwroot\dynmap\tiles\`:
# The path where the tile-files are placed.
tilespath: C:\Inetpub\wwwroot\dynmap\tiles
# The path where the tile-files are placed.
tilespath: C:\Inetpub\wwwroot\dynmap\tiles
* Restart your Minecraft server.
* Join your Minecraft server and place a few blocks (randomly) to trigger dynmap to generate tiles for your map.