Dynmap MultiserverYeah you hear right. This Software is a special Webserver designed to bind Dynmaps together. Its very easy but it supports nearly anything a normal Dynmap can do.
!! THIS IS NOT A PLUGIN. IT MUST BE RUN STANDALONE !!
What i must do
Be sure that you disabled
- Download this Software
- Run it once (it will error)
- Copy the web/ directory from any Dynmap into the web/ Directory of the Dynmap-Multiserver
- Go to the config/main.yml and change the Port if you want to
- Configure every Dynmap Instance
completly inside the Dynmap config. This needs to be enabled and configured:Code (Text):- class: org.dynmap.InternalClientUpdateComponent
Now you can go to the main.yml and create following entries:Code (Text):- class: org.dynmap.JsonFileClientUpdateComponent
writeinterval: 1
sendhealth: true
sendposition: true
allowwebchat: true
webchat-interval: 5
hidewebchatip: false
includehiddenplayers: false
use-name-colors: false
use-player-login-ip: false
require-player-login-ip: false
block-banned-player-chat: true
hideifshadow: 0
hideifundercover: 0
hideifsneaking: false
# Require login for web-to-server chat (requires login-enabled: true)
webchat-requires-login: false
# If set to true, users must have dynmap.webchat permission in order to chat
webchat-permissions: false
# Limit length of single chat messages
chatlengthlimit: 256
hide-if-invisiblity-potion: true
hidenames: false
You can add as much Dynmaps you want to. Then start the Server and surf to the external IP : Port. You are done. All Worlds with their maps should work.Code (Text):
Webserver:
Port: 8080
webDir: web/
DynMap:
- !!net.cubespace.dynmap.multiserver.Config.Dynmap
Folder: /path/to/your/minecraft/dynmap/plugin/web/
UpdateInterval: 1
You need help ? Get me in IRC esper.net #cloudchat !
Currently broken:
Chat
Login
Currently working:
All kind of Maps
Player position
Player health
Spawn points
Beds
Complete Marker API
On/Offline for Players
You want an example Map ?
http://maps.yeahwh.at/ - That are 4(vanilla) and a FTB Servers in one Dynmap
In case you found a problem / bug or have a feature request, don't hesitate to let us know! If you are a developer, you can find the source of this plugin on Cube-Space's Github Profile. Development builds can be found on our Jenkins system.
Current Build Status:
If you like what i do and want to spend me a Cookie:
![]()

Dynmap-Multiserver 0.4.0
Merge your Dynmap together into one big map
Recent Updates
- Moved Config to Yamler. Added IP Config Feb 9, 2014
- Fixed mismatching Version error in all newer Dynmaps Feb 8, 2014
- Fixed a Error in Hotlinks Feb 6, 2014