Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # All paths in this configuration file are relative to Dynmap's data-folder: minecraft_server/plugins/dynmap/
- components:
- - class: org.dynmap.ClientConfigurationComponent
- - class: org.dynmap.InternalClientUpdateComponent
- sendhealth: true
- sendposition: true
- allowwebchat: false
- webchat-interval: 5
- hidewebchatip: false
- trustclientname: false
- #- class: org.dynmap.JsonFileClientUpdateComponent
- # writeinterval: 1
- # sendhealth: true
- # sendposition: true
- # allowwebchat: false
- # hidewebchatip: false
- - class: org.dynmap.SimpleWebChatComponent
- allowchat: false
- - class: org.dynmap.ClientComponent
- type: chat
- - class: org.dynmap.ClientComponent
- type: chatballoon
- focuschatballoons: true
- - class: org.dynmap.ClientComponent
- type: chatbox
- showplayerfaces: true
- messagettl: 5
- - class: org.dynmap.ClientComponent
- type: playermarkers
- showplayerfaces: true
- showplayerhealth: true
- - class: org.dynmap.ClientComponent
- type: landmarks
- # Treat hiddenplayers.txt as a whitelist for players to be shown on the map? (Default false)
- display-whitelist: false
- # How often a tile gets rendered (in seconds).
- renderinterval: 1
- # Zoom-out tile update period - how often to scan for and process tile updates into zoom-out tiles (in seconds)
- zoomoutperiod: 60
- # Tile hashing is used to minimize tile file updates when no changes have occurred - set to false to disable
- enabletilehash: true
- render-triggers:
- #- chunkloaded
- #- playermove
- - playerjoin
- - blockplaced
- - blockbreak
- - snowform
- #- leavesdecay
- - blockburn
- - chunkgenerated
- tilespath: web/tiles
- webpath: web
- webserver-bindaddress: 0.0.0.0
- webserver-port: 8123
- disable-webserver: false
- allow-symlinks: true
- timesliceinterval: 0.0
- maxchunkspertick: 200
- updaterate: 2000
- showplayerfacesinmenu: true
- # Set sidebaropened: true to pin menu sidebar opened
- #sidebaropened: true
- joinmessage: "%playername% joined"
- quitmessage: "%playername% quit"
- spammessage: "You may only chat once every %interval% seconds."
- webprefix: "§2[WEB] "
- websuffix: "§f"
- defaultzoom: 3
- defaultworld: tvk
- templates:
- normal:
- enabled: true
- bigworld: false
- extrazoomout: 4
- center:
- x: 0
- y: 64
- z: 0
- maps:
- - class: org.dynmap.kzedmap.KzedMap
- renderers:
- - class: org.dynmap.kzedmap.DefaultTileRenderer
- name: surface
- title: "Surface"
- prefix: t
- maximumheight: 127
- colorscheme: default
- nether:
- enabled: true
- bigworld: false
- extrazoomout: 4
- center:
- x: 0
- y: 64
- z: 0
- maps:
- - class: org.dynmap.kzedmap.KzedMap
- renderers:
- - class: org.dynmap.kzedmap.DefaultTileRenderer
- name: nether
- title: "Surface"
- prefix: nt
- maximumheight: 127
- colorscheme: default
- # Map background color (day or night)
- background: "#300806"
- skylands:
- enabled: true
- bigworld: false
- center:
- x: 0
- y: 64
- z: 0
- maps:
- - class: org.dynmap.kzedmap.KzedMap
- renderers:
- - class: org.dynmap.kzedmap.DefaultTileRenderer
- name: skylands
- title: "Surface"
- prefix: st
- maximumheight: 127
- colorscheme: default
- # Background color for map during the day
- backgroundday: "#153E7E"
- # Background color for map during the night
- backgroundnight: "#000000"
- night-and-day: true
- shadowstrength: 1.0
- ambientlight: 4
- # Set to false for a much quieter startup log
- verbose: true
- # Enables debugging.
- #debuggers:
- # - class: org.dynmap.debug.LogDebugger
Add Comment
Please, Sign In to add comment