# Dynmap-Factions configuration
#
update:
# Seconds between checks for Factions updates
period: 300
layer:
name: "Factions"
# Make mobs layer hidden by default
hidebydefault: false
# ordering priority in layer menu (low goes before high - default is 0)
layerprio: 2
# (optional) set minimum zoom level before layer is visible (0 = defalt, always visible)
minzoom: 0
# Format for popup - substitute values for macros
infowindow: '
%regionname%
Flags
%flags%
'
# Allow players in faction to see one another on dynmap (only relevant if dynmap has 'player-info-protected' enabled)
visibility-by-faction: true
regionstyle:
strokeColor: "#FF0000"
strokeOpacity: 0.8
strokeWeight: 3
fillColor: "#FF0000"
fillOpacity: 0.35
homeicon: "redflag"
# Optional setting to limit which regions to show, by name - if commented out, all regions are shown
# To show all regions on a given world, add 'world:' to the list
visibleregions: [ ]
# Optional setting to hide specific regions, by name
# To hide all regions on a given world, add 'world:' to the list
hiddenregions: [ ]
# Optional per-region overrides for regionstyle (any defined replace those in regionstyle)
custstyle:
SafeZone:
strokeColor: "#0000FF"
fillColor: "#0000FF"
WarZone:
strokeColor: "#404040"
fillColor: "#404040"