Added showchatballoons, showplayerfacesonmap and showplayerfacesinmenu to configuration.
This commit is contained in:
parent
4014a21d0b
commit
ed67225a9e
4 changed files with 158 additions and 409 deletions
|
|
@ -15,6 +15,7 @@ webserver-bindaddress: 0.0.0.0
|
|||
# The TCP-port the webserver will listen on.
|
||||
webserver-port: 8123
|
||||
|
||||
# The maptypes Dynmap will use to render.
|
||||
maps:
|
||||
- class: org.dynmap.kzedmap.KzedMap
|
||||
renderers:
|
||||
|
|
@ -27,7 +28,14 @@ web:
|
|||
# Interval the browser should poll for updates.
|
||||
updaterate: 2000
|
||||
|
||||
showchatballoons: true
|
||||
showplayerfacesonmap: true
|
||||
showplayerfacesinmenu: true
|
||||
|
||||
# The name of the map shown when opening Dynmap's page (must be in menu).
|
||||
defaultmap: defaultmap
|
||||
|
||||
# The maps shown in the menu.
|
||||
shownmaps:
|
||||
- type: KzedMapType
|
||||
name: defaultmap
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue