mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-25 11:46:40 +01:00
Created Setting up the Dynamic Map plugin under Windows (markdown)
parent
ba7417ca16
commit
1c51ff904c
22
Setting-up-the-Dynamic-Map-plugin-under-Windows.md
Normal file
22
Setting-up-the-Dynamic-Map-plugin-under-Windows.md
Normal file
@ -0,0 +1,22 @@
|
||||
This page assumes:
|
||||
|
||||
* Your Minecraft-server directory to be: `D:\minecraft_server\`.
|
||||
* You have the latest CraftBukkit installed.
|
||||
* Your Minecraft server is hosted at `localhost`.
|
||||
|
||||
To install and test dynmap:
|
||||
|
||||
* Copy the file `dynmap.jar` and the folder `dynmap` from the zip-file to `D:\minecraft_server\`.
|
||||
* (Re)start your Minecraft server.
|
||||
* Join your Minecraft server.
|
||||
* Place a few blocks.
|
||||
* Open up your browser.
|
||||
* Navigate to *http://localhost:8123/*.
|
||||
|
||||
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.
|
||||
|
||||
# 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.
|
||||
|
||||
* IIS: [[Setting up the Dynamic Map plugin with IIS]]
|
||||
(This is not really a list eh? If you have another server and know how to configure it, please add it to the wiki)
|
Loading…
Reference in New Issue
Block a user