mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-24 19:25:15 +01:00
Fix line feeds...
This commit is contained in:
parent
992a905b0a
commit
b56332eae8
@ -1,197 +1,197 @@
|
|||||||
# 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/
|
||||||
|
|
||||||
# Treat hiddenplayers.txt as a whitelist for players to be shown on the map? (Default false)
|
# Treat hiddenplayers.txt as a whitelist for players to be shown on the map? (Default false)
|
||||||
display-whitelist: false
|
display-whitelist: false
|
||||||
|
|
||||||
# How often a tile gets rendered (in seconds).
|
# How often a tile gets rendered (in seconds).
|
||||||
renderinterval: 1
|
renderinterval: 1
|
||||||
|
|
||||||
# Do render on main thread - may generate more server load, but safer and fixes broken tiles
|
# Do render on main thread - may generate more server load, but safer and fixes broken tiles
|
||||||
renderonsync: true
|
renderonsync: true
|
||||||
|
|
||||||
render-triggers:
|
render-triggers:
|
||||||
# - chunkloaded
|
# - chunkloaded
|
||||||
# - playermove
|
# - playermove
|
||||||
# - playerjoin
|
# - playerjoin
|
||||||
- blockplaced
|
- blockplaced
|
||||||
- blockbreak
|
- blockbreak
|
||||||
|
|
||||||
# The path where the tile-files are placed.
|
# The path where the tile-files are placed.
|
||||||
tilespath: 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
|
||||||
|
|
||||||
# Disables Webserver portion of Dynmap (Advanced users only)
|
# Disables Webserver portion of Dynmap (Advanced users only)
|
||||||
disable-webserver: false
|
disable-webserver: false
|
||||||
|
|
||||||
# Writes JSON to file in the webpath
|
# Writes JSON to file in the webpath
|
||||||
jsonfile: false
|
jsonfile: false
|
||||||
|
|
||||||
# How often the json file gets written to(in seconds)
|
# How often the json file gets written to(in seconds)
|
||||||
jsonfile-interval: 1
|
jsonfile-interval: 1
|
||||||
|
|
||||||
# Output player health for web usage
|
# Output player health for web usage
|
||||||
health-in-json: false
|
health-in-json: false
|
||||||
|
|
||||||
# Use timesliced fullrender - takes a bit longer, but much more polite for server
|
# Use timesliced fullrender - takes a bit longer, but much more polite for server
|
||||||
timeslicerender: true
|
timeslicerender: true
|
||||||
|
|
||||||
# Period between tile renders for timesliced fullrender, in seconds
|
# Period between tile renders for timesliced fullrender, in seconds
|
||||||
timesliceinterval: 0.5
|
timesliceinterval: 0.5
|
||||||
|
|
||||||
# The maptypes Dynmap will use to render.
|
# The maptypes Dynmap will use to render.
|
||||||
worlds:
|
worlds:
|
||||||
- name: world
|
- name: world
|
||||||
maps:
|
maps:
|
||||||
- class: org.dynmap.flat.FlatMap
|
- class: org.dynmap.flat.FlatMap
|
||||||
prefix: flat
|
prefix: flat
|
||||||
colorscheme: default
|
colorscheme: default
|
||||||
- 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
|
||||||
maximumheight: 127
|
maximumheight: 127
|
||||||
colorscheme: default
|
colorscheme: default
|
||||||
# Add shadows to world (based on top-down shadows from chunk data)
|
# Add shadows to world (based on top-down shadows from chunk data)
|
||||||
# shadowstrength: 1.0
|
# shadowstrength: 1.0
|
||||||
#- class: org.dynmap.kzedmap.HighlightTileRenderer
|
#- class: org.dynmap.kzedmap.HighlightTileRenderer
|
||||||
# prefix: ht
|
# prefix: ht
|
||||||
# maximumheight: 127
|
# maximumheight: 127
|
||||||
# colorscheme: default
|
# colorscheme: default
|
||||||
# highlight: # For highlighting multiple block-types.
|
# highlight: # For highlighting multiple block-types.
|
||||||
# - 56 # Highlight diamond-ore
|
# - 56 # Highlight diamond-ore
|
||||||
# - 66 # Highlight minecart track
|
# - 66 # Highlight minecart track
|
||||||
# highlight: 56 # For highlighting a single block-type.
|
# highlight: 56 # For highlighting a single block-type.
|
||||||
- class: org.dynmap.kzedmap.CaveTileRenderer
|
- class: org.dynmap.kzedmap.CaveTileRenderer
|
||||||
prefix: ct
|
prefix: ct
|
||||||
maximumheight: 127
|
maximumheight: 127
|
||||||
- name: nether
|
- name: nether
|
||||||
maps:
|
maps:
|
||||||
- class: org.dynmap.flat.FlatMap
|
- class: org.dynmap.flat.FlatMap
|
||||||
prefix: flat
|
prefix: flat
|
||||||
colorscheme: default
|
colorscheme: default
|
||||||
- class: org.dynmap.kzedmap.KzedMap
|
- class: org.dynmap.kzedmap.KzedMap
|
||||||
renderers:
|
renderers:
|
||||||
- class: org.dynmap.kzedmap.DefaultTileRenderer
|
- class: org.dynmap.kzedmap.DefaultTileRenderer
|
||||||
prefix: nt
|
prefix: nt
|
||||||
maximumheight: 127
|
maximumheight: 127
|
||||||
colorscheme: default
|
colorscheme: default
|
||||||
|
|
||||||
web:
|
web:
|
||||||
# Handles the clientside updates differently only enable if using jsonfile
|
# Handles the clientside updates differently only enable if using jsonfile
|
||||||
jsonfile: false
|
jsonfile: false
|
||||||
|
|
||||||
# Interval the browser should poll for updates.
|
# Interval the browser should poll for updates.
|
||||||
updaterate: 2000
|
updaterate: 2000
|
||||||
|
|
||||||
allowchat: true
|
allowchat: true
|
||||||
allowwebchat: true
|
allowwebchat: true
|
||||||
webchat-interval: 5
|
webchat-interval: 5
|
||||||
# Set to true to enable HeroChat support
|
# Set to true to enable HeroChat support
|
||||||
enableherochat: false
|
enableherochat: false
|
||||||
# Control which HeroChat channel messages from web are directed to
|
# Control which HeroChat channel messages from web are directed to
|
||||||
herochatwebchannel: Global
|
herochatwebchannel: Global
|
||||||
# Control which channels are monitored and reported to the web
|
# Control which channels are monitored and reported to the web
|
||||||
herochatchannels:
|
herochatchannels:
|
||||||
- Global
|
- Global
|
||||||
#- Trade
|
#- Trade
|
||||||
#- Haggle
|
#- Haggle
|
||||||
|
|
||||||
showplayerfacesinmenu: true
|
showplayerfacesinmenu: true
|
||||||
|
|
||||||
joinmessage: "%playername% joined"
|
joinmessage: "%playername% joined"
|
||||||
quitmessage: "%playername% quit"
|
quitmessage: "%playername% quit"
|
||||||
spammessage: "You may only chat once every %interval% seconds."
|
spammessage: "You may only chat once every %interval% seconds."
|
||||||
|
|
||||||
components:
|
components:
|
||||||
- type: chat
|
- type: chat
|
||||||
- type: chatballoon
|
- type: chatballoon
|
||||||
focuschatballoons: false
|
focuschatballoons: false
|
||||||
- type: chatbox
|
- type: chatbox
|
||||||
showplayerfaces: true
|
showplayerfaces: true
|
||||||
messagettl: 5
|
messagettl: 5
|
||||||
- type: playermarkers
|
- type: playermarkers
|
||||||
showplayerfaces: true
|
showplayerfaces: true
|
||||||
showplayerhealth: false
|
showplayerhealth: false
|
||||||
#- type: digitalclock
|
#- type: digitalclock
|
||||||
- type: timeofdayclock
|
- type: timeofdayclock
|
||||||
showdigitalclock: true
|
showdigitalclock: true
|
||||||
#showweather: true
|
#showweather: true
|
||||||
#- type: regions
|
#- type: regions
|
||||||
# name: WorldGuard
|
# name: WorldGuard
|
||||||
# useworldpath: true
|
# useworldpath: true
|
||||||
# filename: regions.yml
|
# filename: regions.yml
|
||||||
# basenode: regions
|
# basenode: regions
|
||||||
# use3dregions: true
|
# use3dregions: true
|
||||||
# infowindow: '<div class="infowindow"><span style="font-size:120%;">%regionname% - %priority% (%parent%)</span><br /> Owners <span style="font-weight:bold;">%playerowners% %groupowners%</span><br />Members <span style="font-weight:bold;">%playermembers% %groupmembers%</span><br />Flags<br /><span style="font-weight:bold;">%flags%</span></div>'
|
# infowindow: '<div class="infowindow"><span style="font-size:120%;">%regionname% - %priority% (%parent%)</span><br /> Owners <span style="font-weight:bold;">%playerowners% %groupowners%</span><br />Members <span style="font-weight:bold;">%playermembers% %groupmembers%</span><br />Flags<br /><span style="font-weight:bold;">%flags%</span></div>'
|
||||||
# regionstyle:
|
# regionstyle:
|
||||||
# strokeColor: "#FF0000"
|
# strokeColor: "#FF0000"
|
||||||
# strokeOpacity: 0.8
|
# strokeOpacity: 0.8
|
||||||
# strokeWeight: 3
|
# strokeWeight: 3
|
||||||
# fillColor: "#FF0000"
|
# fillColor: "#FF0000"
|
||||||
# fillOpacity: 0.35
|
# fillOpacity: 0.35
|
||||||
|
|
||||||
defaultzoom: 0
|
defaultzoom: 0
|
||||||
defaultworld: world
|
defaultworld: world
|
||||||
worlds:
|
worlds:
|
||||||
- title: World
|
- title: World
|
||||||
name: world
|
name: world
|
||||||
center:
|
center:
|
||||||
x: 0
|
x: 0
|
||||||
y: 64
|
y: 64
|
||||||
z: 0
|
z: 0
|
||||||
maps:
|
maps:
|
||||||
- type: FlatMapType
|
- type: FlatMapType
|
||||||
title: Flat
|
title: Flat
|
||||||
name: flat
|
name: flat
|
||||||
prefix: flat
|
prefix: flat
|
||||||
- type: KzedMapType
|
- type: KzedMapType
|
||||||
title: Surface
|
title: Surface
|
||||||
name: surface
|
name: surface
|
||||||
prefix: t
|
prefix: t
|
||||||
#- type: KzedMapType
|
#- type: KzedMapType
|
||||||
# title: Highlighted Map
|
# title: Highlighted Map
|
||||||
# name: highlight
|
# name: highlight
|
||||||
# prefix: ht
|
# prefix: ht
|
||||||
- type: KzedMapType
|
- type: KzedMapType
|
||||||
title: Cave
|
title: Cave
|
||||||
name: cave
|
name: cave
|
||||||
prefix: ct
|
prefix: ct
|
||||||
- title: Nether
|
- title: Nether
|
||||||
name: nether
|
name: nether
|
||||||
center:
|
center:
|
||||||
x: 0
|
x: 0
|
||||||
y: 64
|
y: 64
|
||||||
z: 0
|
z: 0
|
||||||
maps:
|
maps:
|
||||||
- type: FlatMapType
|
- type: FlatMapType
|
||||||
title: Flat
|
title: Flat
|
||||||
name: flat
|
name: flat
|
||||||
prefix: flat
|
prefix: flat
|
||||||
- type: KzedMapType
|
- type: KzedMapType
|
||||||
title: Surface
|
title: Surface
|
||||||
name: nether
|
name: nether
|
||||||
prefix: nt
|
prefix: nt
|
||||||
# Example:
|
# Example:
|
||||||
#- title: Other World # With what name the world is displayed.
|
#- title: Other World # With what name the world is displayed.
|
||||||
# name: world_other # The actual name of the world (equal to your directory-name).
|
# name: world_other # The actual name of the world (equal to your directory-name).
|
||||||
# maps:
|
# maps:
|
||||||
# - type: KzedMapType # The type (or perspective) of the map. At the moment, there are no others than KzedMapType.
|
# - type: KzedMapType # The type (or perspective) of the map. At the moment, there are no others than KzedMapType.
|
||||||
# title: Surface # The name of the map that will be displayed.
|
# title: Surface # The name of the map that will be displayed.
|
||||||
# name: surface # The actual name of the map (should be unique for this world).
|
# name: surface # The actual name of the map (should be unique for this world).
|
||||||
# prefix: t # The prefix of the tile-files that are generated.
|
# prefix: t # The prefix of the tile-files that are generated.
|
||||||
# icon: images/block_other.png # Sets a custom icon for the map. (optional)
|
# icon: images/block_other.png # Sets a custom icon for the map. (optional)
|
||||||
# - type: KzedMapType
|
# - type: KzedMapType
|
||||||
# title: Cave
|
# title: Cave
|
||||||
# name: cave
|
# name: cave
|
||||||
# prefix: ct
|
# prefix: ct
|
||||||
# Enables debugging.
|
# Enables debugging.
|
||||||
#debuggers:
|
#debuggers:
|
||||||
# - class: org.dynmap.debug.LogDebugger
|
# - class: org.dynmap.debug.LogDebugger
|
||||||
|
Loading…
Reference in New Issue
Block a user