mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-28 13:15:30 +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
|
# Note: this component is needed for the dmarker commands, and for the Marker API to be available to other plugins
|
||||||
- class: org.dynmap.MarkersComponent
|
- class: org.dynmap.MarkersComponent
|
||||||
type: markers
|
type: markers
|
||||||
# If set, shows labels all the time (default is only on hover)
|
|
||||||
#showlabel: true
|
#showlabel: true
|
||||||
# If set, enables support for using signs for markers
|
|
||||||
#enablesigns: true
|
#enablesigns: true
|
||||||
# If set, show spawn points on each world
|
# (optional) add spawn point markers to standard marker layer
|
||||||
showspawn: true
|
showspawn: true
|
||||||
# Marker used for spawn point
|
|
||||||
spawnicon: world
|
spawnicon: world
|
||||||
# Label for spawn points
|
|
||||||
spawnlabel: "Spawn"
|
spawnlabel: "Spawn"
|
||||||
|
# (optional) layer for showing offline player's positions
|
||||||
|
#showofflineplayers: true
|
||||||
|
#offlinelabel: "Offline"
|
||||||
|
#offlineicon: offlineuser
|
||||||
|
#offlinehidebydefault: true
|
||||||
|
|
||||||
- class: org.dynmap.ClientComponent
|
- class: org.dynmap.ClientComponent
|
||||||
type: chat
|
type: chat
|
||||||
|
Loading…
Reference in New Issue
Block a user