Add chunkstatus and chunkversion shaders (for problem determination)

This commit is contained in:
Mike Primm 2021-12-19 21:02:35 -06:00
parent 322a3dd03b
commit 24d78e5f78
14 changed files with 537 additions and 117 deletions

View file

@ -193,3 +193,11 @@ shaders:
color300: "#FFFF00"
color1000: "#FF8000"
color3000: "#FF0000"
# Chunk version shader (shades by version of data format)
- class: org.dynmap.hdmap.VersionHDShader
name: chunkversion
# Chunk status shader (shades by chunk state)
- class: org.dynmap.hdmap.ChunkStatusHDShader
name: chunkstatus