mirror of
https://github.com/webbukkit/dynmap.git
synced 2025-01-12 02:40:56 +01:00
24 lines
718 B
Plaintext
24 lines
718 B
Plaintext
# All paths in this configuration file are relative to Dynmap's data-folder: minecraft_server/plugins/dynmap/
|
|
|
|
# How often a tile gets rendered (in seconds).
|
|
renderinterval: 1
|
|
|
|
# The path where the tile-files are placed.
|
|
tilepath: web/tiles
|
|
|
|
# The path where the web-files are located.
|
|
webpath: web
|
|
|
|
# The network-interface the webserver will bind to (0.0.0.0 for all interfaces, 127.0.0.1 for only local access).
|
|
webserver-bindaddress: 0.0.0.0
|
|
|
|
# The TCP-port the webserver will listen on.
|
|
webserver-port: 8123
|
|
|
|
web:
|
|
# Interval the browser should poll for updates.
|
|
updaterate: 2000
|
|
showchatballoon: true
|
|
shownmaps:
|
|
defaultmap: DefaultMapType
|
|
cavemap: CaveMapType |