mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2025-04-09 05:26:22 +02:00
Remove the marker-examples alltogether
Makes the default map.conf more clean, and makes people read the wiki ;p
This commit is contained in:
parent
38932cea28
commit
fdb846a435
@ -118,117 +118,7 @@ ignore-missing-light-data: false
|
|||||||
# Here is a list: https://bluemap.bluecolored.de/wiki/customization/3rdPartySupport.html
|
# Here is a list: https://bluemap.bluecolored.de/wiki/customization/3rdPartySupport.html
|
||||||
marker-sets: {
|
marker-sets: {
|
||||||
|
|
||||||
# Here is a marker-set with one of each type of marker as an example.
|
# Please check out the wiki for information on how to configure this:
|
||||||
# Uncomment (remove the leading #'s) and adapt them to your purpose.
|
# https://bluemap.bluecolored.de/wiki/customization/Markers.html
|
||||||
# See the wiki for more information: https://bluemap.bluecolored.de/wiki/customization/Markers.html
|
|
||||||
#example-marker-set: {
|
|
||||||
#
|
|
||||||
# label: "Example Marker Set"
|
|
||||||
# toggleable: true
|
|
||||||
# default-hidden: false
|
|
||||||
# sorting: 0
|
|
||||||
# markers: {
|
|
||||||
#
|
|
||||||
# example-poi-marker: {
|
|
||||||
# type: "poi"
|
|
||||||
# position: { x: 1, y: 64, z: -23 }
|
|
||||||
# label: "Example POI Marker"
|
|
||||||
# icon: "assets/poi.svg"
|
|
||||||
# anchor: { x: 25, y: 45 }
|
|
||||||
# sorting: 0
|
|
||||||
# listed: true
|
|
||||||
# min-distance: 10
|
|
||||||
# max-distance: 10000000
|
|
||||||
# }
|
|
||||||
#
|
|
||||||
# example-html-marker: {
|
|
||||||
# type: "html"
|
|
||||||
# position: { x: 1, y: 64, z: -23 }
|
|
||||||
# label: "Example HTML Marker"
|
|
||||||
# html: "<div style='line-height: 2em; font-size: 2em; color: white; transform: translate(-50%, -50%);'>Example HTML Marker</div>"
|
|
||||||
# anchor: { x: 0, y: 0 }
|
|
||||||
# sorting: 0
|
|
||||||
# listed: true
|
|
||||||
# min-distance: 10
|
|
||||||
# max-distance: 10000000
|
|
||||||
# }
|
|
||||||
#
|
|
||||||
# example-line-marker: {
|
|
||||||
# type: "line"
|
|
||||||
# position: { x: 1, y: 64, z: -25 }
|
|
||||||
# line: [
|
|
||||||
# { x: 1, y: 64, z: -23 }
|
|
||||||
# { x: 1, y: 64, z: -24 }
|
|
||||||
# { x: 1, y: 64, z: -25 }
|
|
||||||
# { x: 2, y: 64, z: -25 }
|
|
||||||
# { x: 3, y: 64, z: -25 }
|
|
||||||
# ]
|
|
||||||
# label: "Example Line Marker"
|
|
||||||
# detail: "This is a <b>line</b> marker"
|
|
||||||
# link: null
|
|
||||||
# new-tab: false
|
|
||||||
# depth-test: true
|
|
||||||
# line-width: 5
|
|
||||||
# line-color: { r: 255, g: 0, b: 0, a: 1.0 }
|
|
||||||
# sorting: 0
|
|
||||||
# listed: true
|
|
||||||
# min-distance: 10
|
|
||||||
# max-distance: 10000000
|
|
||||||
# }
|
|
||||||
#
|
|
||||||
# example-shape-marker: {
|
|
||||||
# type: "shape"
|
|
||||||
# position: { x: 1, y: 64, z: -23 }
|
|
||||||
# shape: [
|
|
||||||
# { x: 1, z: -23 }
|
|
||||||
# { x: 1, z: -24 }
|
|
||||||
# { x: 1, z: -25 }
|
|
||||||
# { x: 2, z: -25 }
|
|
||||||
# { x: 3, z: -25 }
|
|
||||||
# ]
|
|
||||||
# shape-y: 64
|
|
||||||
# label: "Example Shape Marker"
|
|
||||||
# detail: "This is a <b>shape</b> marker"
|
|
||||||
# link: null
|
|
||||||
# new-tab: false
|
|
||||||
# depth-test: true
|
|
||||||
# line-width: 5
|
|
||||||
# line-color: { r: 255, g: 0, b: 0, a: 1.0 }
|
|
||||||
# fill-color: { r: 200, g: 0, b: 0, a: 0.3 }
|
|
||||||
# sorting: 0
|
|
||||||
# listed: true
|
|
||||||
# min-distance: 10
|
|
||||||
# max-distance: 10000000
|
|
||||||
# }
|
|
||||||
#
|
|
||||||
# example-extrude-marker: {
|
|
||||||
# type: "extrude"
|
|
||||||
# position: { x: 1, y: 64, z: -23 }
|
|
||||||
# shape: [
|
|
||||||
# { x: 1, z: -23 }
|
|
||||||
# { x: 1, z: -24 }
|
|
||||||
# { x: 1, z: -25 }
|
|
||||||
# { x: 2, z: -25 }
|
|
||||||
# { x: 3, z: -25 }
|
|
||||||
# ]
|
|
||||||
# shape-min-y: 47
|
|
||||||
# shape-max-y: 72
|
|
||||||
# label: "Example Extrude Marker"
|
|
||||||
# detail: "This is a <b>extrude</b> marker"
|
|
||||||
# link: null
|
|
||||||
# new-tab: false
|
|
||||||
# depth-test: true
|
|
||||||
# line-width: 5
|
|
||||||
# line-color: { r: 255, g: 0, b: 0, a: 1.0 }
|
|
||||||
# fill-color: { r: 200, g: 0, b: 0, a: 0.3 }
|
|
||||||
# sorting: 0
|
|
||||||
# listed: true
|
|
||||||
# min-distance: 10
|
|
||||||
# max-distance: 10000000
|
|
||||||
# }
|
|
||||||
#
|
|
||||||
# }
|
|
||||||
#
|
|
||||||
#}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user