mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-14 14:25:21 +01:00
Add settings for offline player layer to configuration.txt
This commit is contained in:
parent
99c38f0ee7
commit
b98ccb8c94
@ -45,16 +45,17 @@ components:
|
||||
# Note: this component is needed for the dmarker commands, and for the Marker API to be available to other plugins
|
||||
- class: org.dynmap.MarkersComponent
|
||||
type: markers
|
||||
# If set, shows labels all the time (default is only on hover)
|
||||
#showlabel: true
|
||||
# If set, enables support for using signs for markers
|
||||
#enablesigns: true
|
||||
# If set, show spawn points on each world
|
||||
# (optional) add spawn point markers to standard marker layer
|
||||
showspawn: true
|
||||
# Marker used for spawn point
|
||||
spawnicon: world
|
||||
# Label for spawn points
|
||||
spawnlabel: "Spawn"
|
||||
# (optional) layer for showing offline player's positions
|
||||
#showofflineplayers: true
|
||||
#offlinelabel: "Offline"
|
||||
#offlineicon: offlineuser
|
||||
#offlinehidebydefault: true
|
||||
|
||||
- class: org.dynmap.ClientComponent
|
||||
type: chat
|
||||
|
Loading…
Reference in New Issue
Block a user