From fdb846a435cf05f8ccc97f8be78c4449f2043c3c Mon Sep 17 00:00:00 2001 From: "Lukas Rieger (Blue)" Date: Wed, 8 Feb 2023 13:08:17 +0100 Subject: [PATCH] Remove the marker-examples alltogether Makes the default map.conf more clean, and makes people read the wiki ;p --- .../bluecolored/bluemap/config/maps/map.conf | 114 +----------------- 1 file changed, 2 insertions(+), 112 deletions(-) diff --git a/BlueMapCommon/src/main/resources/de/bluecolored/bluemap/config/maps/map.conf b/BlueMapCommon/src/main/resources/de/bluecolored/bluemap/config/maps/map.conf index 2ff2c498..820db0c0 100644 --- a/BlueMapCommon/src/main/resources/de/bluecolored/bluemap/config/maps/map.conf +++ b/BlueMapCommon/src/main/resources/de/bluecolored/bluemap/config/maps/map.conf @@ -118,117 +118,7 @@ ignore-missing-light-data: false # Here is a list: https://bluemap.bluecolored.de/wiki/customization/3rdPartySupport.html marker-sets: { - # Here is a marker-set with one of each type of marker as an example. - # Uncomment (remove the leading #'s) and adapt them to your purpose. - # 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: "
Example HTML Marker
" - # 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 line 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 shape 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 extrude 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 - # } - # - # } - # - #} + # Please check out the wiki for information on how to configure this: + # https://bluemap.bluecolored.de/wiki/customization/Markers.html }