Add hidebydefault option for regions layers
This commit is contained in:
parent
c6cccf6899
commit
aee7ea2d49
3 changed files with 30 additions and 9 deletions
|
|
@ -91,6 +91,8 @@ components:
|
|||
# customstyle:
|
||||
# homebase:
|
||||
# strokeColor: "#00FF00"
|
||||
# # Optional - make layer hidden by default
|
||||
# hidebydefault: true
|
||||
|
||||
#- class: org.dynmap.regions.RegionsComponent
|
||||
# type: regions
|
||||
|
|
@ -122,6 +124,8 @@ components:
|
|||
# groupstyle:
|
||||
# homebase:
|
||||
# strokeColor: "#007F00"
|
||||
# # Optional - make layer hidden by default
|
||||
# hidebydefault: true
|
||||
|
||||
#- class: org.dynmap.regions.RegionsComponent
|
||||
# type: regions
|
||||
|
|
@ -150,6 +154,8 @@ components:
|
|||
# groupstyle:
|
||||
# MyNation:
|
||||
# strokeColor: "#007F00"
|
||||
# # Optional - make layer hidden by default
|
||||
# hidebydefault: true
|
||||
|
||||
#- class: org.dynmap.TestComponent
|
||||
# stuff: "This is some configuration-value"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue