mirror of
https://github.com/webbukkit/dynmap.git
synced 2025-01-12 10:50:37 +01:00
Changed tilepath to tilespath in configuration.
This commit is contained in:
parent
403a2acc53
commit
2fd91ef94b
98
configuration.txt
Executable file → Normal file
98
configuration.txt
Executable file → Normal file
@ -1,49 +1,49 @@
|
|||||||
# All paths in this configuration file are relative to Dynmap's data-folder: minecraft_server/plugins/dynmap/
|
# 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).
|
# How often a tile gets rendered (in seconds).
|
||||||
renderinterval: 1
|
renderinterval: 1
|
||||||
|
|
||||||
# The path where the tile-files are placed.
|
# The path where the tile-files are placed.
|
||||||
tilepath: web/tiles
|
tilespath: web/tiles
|
||||||
|
|
||||||
# The path where the web-files are located.
|
# The path where the web-files are located.
|
||||||
webpath: web
|
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).
|
# 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
|
webserver-bindaddress: 0.0.0.0
|
||||||
|
|
||||||
# The TCP-port the webserver will listen on.
|
# The TCP-port the webserver will listen on.
|
||||||
webserver-port: 8123
|
webserver-port: 8123
|
||||||
|
|
||||||
disabledcommands:
|
disabledcommands:
|
||||||
- fullrender
|
- fullrender
|
||||||
|
|
||||||
# The maptypes Dynmap will use to render.
|
# The maptypes Dynmap will use to render.
|
||||||
maps:
|
maps:
|
||||||
- class: org.dynmap.kzedmap.KzedMap
|
- class: org.dynmap.kzedmap.KzedMap
|
||||||
renderers:
|
renderers:
|
||||||
- class: org.dynmap.kzedmap.DefaultTileRenderer
|
- class: org.dynmap.kzedmap.DefaultTileRenderer
|
||||||
prefix: t
|
prefix: t
|
||||||
- class: org.dynmap.kzedmap.CaveTileRenderer
|
- class: org.dynmap.kzedmap.CaveTileRenderer
|
||||||
prefix: ct
|
prefix: ct
|
||||||
|
|
||||||
web:
|
web:
|
||||||
# Interval the browser should poll for updates.
|
# Interval the browser should poll for updates.
|
||||||
updaterate: 2000
|
updaterate: 2000
|
||||||
|
|
||||||
showchatballoons: true
|
showchatballoons: true
|
||||||
showplayerfacesonmap: true
|
showplayerfacesonmap: true
|
||||||
showplayerfacesinmenu: true
|
showplayerfacesinmenu: true
|
||||||
focuschatballoons: false
|
focuschatballoons: false
|
||||||
|
|
||||||
# The name of the map shown when opening Dynmap's page (must be in menu).
|
# The name of the map shown when opening Dynmap's page (must be in menu).
|
||||||
defaultmap: defaultmap
|
defaultmap: defaultmap
|
||||||
|
|
||||||
# The maps shown in the menu.
|
# The maps shown in the menu.
|
||||||
shownmaps:
|
shownmaps:
|
||||||
- type: KzedMapType
|
- type: KzedMapType
|
||||||
name: defaultmap
|
name: defaultmap
|
||||||
prefix: t
|
prefix: t
|
||||||
- type: KzedMapType
|
- type: KzedMapType
|
||||||
name: cavemap
|
name: cavemap
|
||||||
prefix: ct
|
prefix: ct
|
||||||
|
Loading…
Reference in New Issue
Block a user