Add support for showing spawn points as map markers
This commit is contained in:
parent
89f63a9db2
commit
5adbe6bd5e
4 changed files with 79 additions and 0 deletions
|
|
@ -49,6 +49,12 @@ components:
|
|||
#enablesigns: true
|
||||
# If set, make markers layer hidden by default
|
||||
#hidebydefault: true
|
||||
# If set, show spawn points on each world
|
||||
showspawn: true
|
||||
# Marker used for spawn point
|
||||
spawnicon: world
|
||||
# Label for spawn points
|
||||
spawnlabel: "Spawn"
|
||||
|
||||
- class: org.dynmap.ClientComponent
|
||||
type: chat
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue