[BUG] Dynmap not working correclty on latest build364
CloudeLecaw opened this issue ยท 8 comments
the feature introduced here does not work
#655
more it shows just 1-2 zones even if we have more not outdated zones
Where are outdated zones defined in the config?
Have you setup a time in. Purge? Also different colors in config need to be choose (hexcode)
Everything looks to good for me : https://pastebin.com/txGC7pS0
I use Paper 1.16.2 and I reboot several times since the implementation of this version
dynmap {
cuboid-region {
enable=true
# Cuboid region config.
enabled=true
if-disable-set-center=60
}
# Enable hook to show all regions on dynmap plugin?
enable=true
enabled=true
# Hide the Redprotect tab group by default?
hide-by-default=true
# If you use another region mark plugin.
layer-priority=99
marker {
player {
# Pick a color: https://www.w3schools.com/colors/colors_picker.asp
border-color="#00ff00"
border-opacity=0.8
border-weight=1
# Pick a color: https://www.w3schools.com/colors/colors_picker.asp
fill-color="#00ff00"
fill-opacity=0.35
# Icon name to show under regions. All icons are available here: http://i.imgur.com/f61GPoE.png
marker-icon=house
# This color is used to identify region who members don't join the server higher the purge limit.
# Pick a color: https://www.w3schools.com/colors/colors_picker.asp
outdated-fill-color=null
}
server {
# Pick a color: https://www.w3schools.com/colors/colors_picker.asp
border-color="#ff0000"
border-opacity=0.8
border-weight=1
# Pick a color: https://www.w3schools.com/colors/colors_picker.asp
fill-color="#ff0000"
fill-opacity=0.35
# Icon name to show under regions. All icons are available here: http://i.imgur.com/f61GPoE.png
marker-icon=star
# This color is used to identify region who members don't join the server higher the purge limit.
# Pick a color: https://www.w3schools.com/colors/colors_picker.asp
outdated-fill-color=null
}
}
marker-icon {
player=shield
server=star
}
# Group name to show on hide/show tab map.
marks-groupname=RedProtect
min-zoom=0
player {
border {
color="#00ff00"
opacity=0.8
weight=1
}
fill {
color="#00ff00"
opacity=0.35
}
marker-icon=house
}
server {
border {
color="#ff0000"
opacity=0.8
weight=1
}
fill {
color="#ff0000"
opacity=0.35
}
marker-icon=star
}
# Show icons under regions.
show-icon=false
# Show names under regions.
show-label=false
# Show leaders and admins on hover?
show-leaders-admins=true
you see the many colorcodesd there?
also the outdated-fill-color tht is null by default need to be filled
if u dont wanne see different colors then change it from null to the same as fillcolor
In 1.15.2 everything worked fine I haven't touched anything in the meantime. Now in 1.16.2 I only have 2-3 claims per map instead of several hundred :(