Stránka 1 z 1

Factions-dynmap

Napsal: 10 říj 2012, 19:29
od Dafales
93.91.240.148:27561
Ahoj, mám problém s frakcemi na dynmap když vytvoří OP frakci tak je na mapě vidět ale když ji vytvoří hráč tak to vidět není.... Pomůžete mi pls?
Díky moc předem ;)
config dynmap-Factions:

Kód: Vybrat vše

# 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: '<div class="infowindow"><span style="font-size:120%;">%regionname%</span><br />Flags<br /><span style="font-weight:bold;">%flags%</span></div>'

# 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:<worldname>' to the list
visibleregions: [ ]
 
# Optional setting to hide specific regions, by name
# To hide all regions on a given world, add 'world:<worldname>' 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"

Re: Factions-dynmap

Napsal: 10 říj 2012, 19:36
od vojtamaniak
To první je config? :O

Re: Factions-dynmap

Napsal: 10 říj 2012, 19:37
od Dafales
ajo sry ten první tam nemá být :/