Skip to content

dynmap

Once dynmap is detected, FunnyGuilds adds two kinds of markers to the server map for every guild — a point at the heart’s location and an area covering the whole territory. It is all configured in the dynmap-hook section.

dynmap-hook:
center:
enabled: true
hide-center-y: false
label: '{NAME} ({TAG})'
icon: shield

hide-center-y hides the heart’s real height (useful on 3D maps). icon is the name of one of dynmap’s default icons.

area:
enabled: true
label: '<b>{NAME} ({TAG})</b>'
fill:
opacity: 0.6
color: '#191919'
line:
opacity: 1
weight: 3
color: '#0a0a0a'

The area label supports HTML tags. Both label types (center and area) accept the same variables as the heart’s hologram — {OWNER}, {MEMBERS-ONLINE}/{MEMBERS-ALL}, {AVG-POINTS}, {LIVES}, {VALIDITY} and more — see DecentHolograms for the full list.