NorbiPeti
aafc93dafb
- Applied some changes to the defaults - Changes since v5: -- Don't write the plugin list (I should work on an offline solution for this, read the plugin.yml from the jars?) -- Disabled daily restarts for now, not sure if we'll need it -- Disabled member component (we don't have member permissions yet) -- Disabled /spawn component -- Disabled the GeneralEventBroadcasterModule to ensure compatibility -- Homes aren't changed even though we don't have the groups for it yet -- Default world changed to "world" -- Towny taxes are now percentage-based by default -- Changed minimum distances to 4 times the default -- Enabled Towny in new worlds by default but disabled ability to claim it (Towny commands will still work) -- Made Dynmap render in high resolution (well, not in very low resolution anyway, it still uses a low resolution renderer for the flat map and we don't have the others) - Towny settings are otherwise the same (block size 8 instead of 16 and all upkeep settings) - Missing plugins since v5 update: ButtonPresents, ButtonWebsiteModule, LimitedCreative, MythicMobs, Plot2Dynmap, PlotSquared, ProtocolLib, Factions
60 lines
1.7 KiB
YAML
60 lines
1.7 KiB
YAML
update:
|
|
# Seconds between checks for Residence updates
|
|
period: 300
|
|
layer:
|
|
name: Towny
|
|
# 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
|
|
# Show shop blocks with their own fill color
|
|
showShops: false
|
|
# Show arena blocks with their own fill color
|
|
showArenas: false
|
|
# Show embassy blocks with their own fill color
|
|
showEmbassies: false
|
|
# Show wild blocks with their own fill color
|
|
showWilds: false
|
|
visibility-by-town: true
|
|
visibility-by-nation: true
|
|
dynamic-nation-colors: true
|
|
dynamic-town-colors: true
|
|
infowindow: <div class="infowindow"><span style="font-size:120%;">%regionname% (%nation%)</span><br
|
|
/> Mayor <span style="font-weight:bold;">%playerowners%</span><br /> Associates
|
|
<span style="font-weight:bold;">%playermanagers%</span><br/>Flags<br /><span style="font-weight:bold;">%flags%</span></div>
|
|
regionstyle:
|
|
strokeColor: '#FF0000'
|
|
strokeOpacity: 0.8
|
|
strokeWeight: 3
|
|
fillColor: '#FF0000'
|
|
fillOpacity: 0.35
|
|
homeicon: blueflag
|
|
capitalicon: king
|
|
fillColorShops: '#0000FF'
|
|
fillColorArenas: '#FF00FF'
|
|
fillColorEmbassies: '#00FFFF'
|
|
fillColorWilds: '#00FF00'
|
|
boost: false
|
|
visibleregions: []
|
|
hiddenregions: []
|
|
custstyle:
|
|
customregion1:
|
|
strokeColor: '#00FF00'
|
|
y: 64
|
|
customregion2:
|
|
strokeColor: '#007F00'
|
|
y: 64
|
|
boost: false
|
|
nationstyle:
|
|
NationOfBlue:
|
|
strokeColor: '#0000FF'
|
|
fillColor: '#0000FF'
|
|
boost: false
|
|
_none_:
|
|
homeicon: greenflag
|
|
chat:
|
|
sendlogin: true
|
|
sendquit: true
|
|
format: '&color;2[WEB] %playername%: &color;f%message%'
|