Overview
Grief Prevention Dynmap Support adds the rendering of claims to Dynmap.
When a player creates or edits a claim your dynmap will show this.
Github Source Code
Example
Supported Versions
Configuration
Code (Text):marker:
claim:
showchildren: false // Should claims within claims be shown?
style:
fill:
color: FF0000 // The fill color as a hex code
opacity: 0.35 // The transparency of the fill (0 invisible, 1 solid)
border:
opacity: 0.8 // The transparency of the border (0 invisible, 1 solid)
weight: 2 // The thickness of the border
color: FFFF00 // The border color as a hex code
refreshRateInSeconds: 30 // The rater at which the claim rendering is updated, default every 30 seconds
layer:
name: Player Claims // The name of the Dynmap layer all claim markers will be in
hiddenByDefault: false // Should the layer be hidden by default
priority: 10 // The render priority

Grief Prevention Dynmap Support 1.1.0
Claim markers on your Dynmap...