From 3468f7123a409de1df60b6fdc24f64db3a030fe8 Mon Sep 17 00:00:00 2001 From: FrozenCow Date: Fri, 28 Jan 2011 15:29:23 -0800 Subject: [PATCH] Updated Setting up the Dynamic Map plugin under Windows (markdown) --- Setting-up-the-Dynamic-Map-plugin-under-Windows.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Setting-up-the-Dynamic-Map-plugin-under-Windows.md b/Setting-up-the-Dynamic-Map-plugin-under-Windows.md index 4753b6f..a1293f0 100644 --- a/Setting-up-the-Dynamic-Map-plugin-under-Windows.md +++ b/Setting-up-the-Dynamic-Map-plugin-under-Windows.md @@ -15,6 +15,12 @@ To install and test dynmap: You should see your map with your name in the top-left. Once you click on your name, the map will pan to your location and your should see a part of the map that has been generated. +# Publishing # +If you want the map to be accessible for others, you have two options: + +* Forward an external port to your internal minecraft server with TCP port 8123. For more information on port-forwarding: http://portforward.com/. +* Host the map partly on your big webserver. Note that the webserver must already have access to the Minecraft server. See below. + # Big Webservers # If you are hosting a IIS or any other webserver, you might want to be able to get to the Dynmap-map from the same url as your website. Like *http://www.yourwebsite.com/dynmap/* instead of *http://www.yourwebsite.com:8123/*. If this is the case, you can pick your webserver from the list below.