From 392520834e0d8bd9b8b326dddeca1c89f02f6876 Mon Sep 17 00:00:00 2001 From: Kappeh Date: Tue, 21 Apr 2026 23:03:50 +0100 Subject: [PATCH] Fix bluemap map config files --- bluemap/config/maps/creative.conf | 16 ++++++++++------ bluemap/config/maps/redstoner_bigplots.conf | 16 ++++++++++------ bluemap/config/maps/redstoner_creative.conf | 16 ++++++++++------ bluemap/config/maps/redstoner_trusted.conf | 16 ++++++++++------ bluemap/config/maps/survival_1.conf | 16 ++++++++++------ bluemap/config/maps/survival_1_nether.conf | 16 ++++++++++------ bluemap/config/maps/survival_1_the_end.conf | 16 ++++++++++------ bluemap/config/maps/synergy_plots_1.conf | 16 ++++++++++------ 8 files changed, 80 insertions(+), 48 deletions(-) diff --git a/bluemap/config/maps/creative.conf b/bluemap/config/maps/creative.conf index e017023..4d5c7f5 100755 --- a/bluemap/config/maps/creative.conf +++ b/bluemap/config/maps/creative.conf @@ -71,12 +71,16 @@ cave-detection-uses-block-light: false # If you change these values, bluemap automatically tries to update the map, # including deleting map-tiles which are outside the new limits. # Default is no min or max value (= infinite bounds) -#min-x: -4000 -#max-x: 4000 -#min-z: -4000 -#max-z: 4000 -#min-y: 50 -#max-y: 100 +render-mask: [ + { + #min-x: -4000 + #max-x: 4000 + #min-z: -4000 + #max-z: 4000 + #min-y: 50 + #max-y: 100 + } +] # The minimum "inhabitedTime" value that a chunk must have to be rendered. # If you set this to a value greater than 0, bluemap will only render chunks that players have visited already. diff --git a/bluemap/config/maps/redstoner_bigplots.conf b/bluemap/config/maps/redstoner_bigplots.conf index 3776996..5edb080 100755 --- a/bluemap/config/maps/redstoner_bigplots.conf +++ b/bluemap/config/maps/redstoner_bigplots.conf @@ -71,12 +71,16 @@ cave-detection-uses-block-light: false # If you change these values, bluemap automatically tries to update the map, # including deleting map-tiles which are outside the new limits. # Default is no min or max value (= infinite bounds) -#min-x: -4000 -#max-x: 4000 -#min-z: -4000 -#max-z: 4000 -#min-y: 50 -#max-y: 100 +render-mask: [ + { + #min-x: -4000 + #max-x: 4000 + #min-z: -4000 + #max-z: 4000 + #min-y: 50 + #max-y: 100 + } +] # The minimum "inhabitedTime" value that a chunk must have to be rendered. # If you set this to a value greater than 0, bluemap will only render chunks that players have visited already. diff --git a/bluemap/config/maps/redstoner_creative.conf b/bluemap/config/maps/redstoner_creative.conf index 3d2c22f..be85a89 100755 --- a/bluemap/config/maps/redstoner_creative.conf +++ b/bluemap/config/maps/redstoner_creative.conf @@ -71,12 +71,16 @@ cave-detection-uses-block-light: false # If you change these values, bluemap automatically tries to update the map, # including deleting map-tiles which are outside the new limits. # Default is no min or max value (= infinite bounds) -#min-x: -4000 -#max-x: 4000 -#min-z: -4000 -#max-z: 4000 -#min-y: 50 -#max-y: 100 +render-mask: [ + { + #min-x: -4000 + #max-x: 4000 + #min-z: -4000 + #max-z: 4000 + #min-y: 50 + #max-y: 100 + } +] # The minimum "inhabitedTime" value that a chunk must have to be rendered. # If you set this to a value greater than 0, bluemap will only render chunks that players have visited already. diff --git a/bluemap/config/maps/redstoner_trusted.conf b/bluemap/config/maps/redstoner_trusted.conf index 44773bc..8b1089a 100755 --- a/bluemap/config/maps/redstoner_trusted.conf +++ b/bluemap/config/maps/redstoner_trusted.conf @@ -71,12 +71,16 @@ cave-detection-uses-block-light: false # If you change these values, bluemap automatically tries to update the map, # including deleting map-tiles which are outside the new limits. # Default is no min or max value (= infinite bounds) -#min-x: -4000 -#max-x: 4000 -#min-z: -4000 -#max-z: 4000 -#min-y: 50 -#max-y: 100 +render-mask: [ + { + #min-x: -4000 + #max-x: 4000 + #min-z: -4000 + #max-z: 4000 + #min-y: 50 + #max-y: 100 + } +] # The minimum "inhabitedTime" value that a chunk must have to be rendered. # If you set this to a value greater than 0, bluemap will only render chunks that players have visited already. diff --git a/bluemap/config/maps/survival_1.conf b/bluemap/config/maps/survival_1.conf index 2646853..3f2d345 100755 --- a/bluemap/config/maps/survival_1.conf +++ b/bluemap/config/maps/survival_1.conf @@ -71,12 +71,16 @@ cave-detection-uses-block-light: false # If you change these values, bluemap automatically tries to update the map, # including deleting map-tiles which are outside the new limits. # Default is no min or max value (= infinite bounds) -#min-x: -4000 -#max-x: 4000 -#min-z: -4000 -#max-z: 4000 -#min-y: 50 -#max-y: 100 +render-mask: [ + { + #min-x: -4000 + #max-x: 4000 + #min-z: -4000 + #max-z: 4000 + #min-y: 50 + #max-y: 100 + } +] # The minimum "inhabitedTime" value that a chunk must have to be rendered. # If you set this to a value greater than 0, bluemap will only render chunks that players have visited already. diff --git a/bluemap/config/maps/survival_1_nether.conf b/bluemap/config/maps/survival_1_nether.conf index 2afb835..f84df55 100755 --- a/bluemap/config/maps/survival_1_nether.conf +++ b/bluemap/config/maps/survival_1_nether.conf @@ -71,12 +71,16 @@ cave-detection-uses-block-light: false # If you change these values, bluemap automatically tries to update the map, # including deleting map-tiles which are outside the new limits. # Default is no min or max value (= infinite bounds) -#min-x: -4000 -#max-x: 4000 -#min-z: -4000 -#max-z: 4000 -#min-y: 50 -max-y: 90 +render-mask: [ + { + #min-x: -4000 + #max-x: 4000 + #min-z: -4000 + #max-z: 4000 + #min-y: 50 + max-y: 90 + } +] # The minimum "inhabitedTime" value that a chunk must have to be rendered. # If you set this to a value greater than 0, bluemap will only render chunks that players have visited already. diff --git a/bluemap/config/maps/survival_1_the_end.conf b/bluemap/config/maps/survival_1_the_end.conf index 43c47b2..a97df61 100755 --- a/bluemap/config/maps/survival_1_the_end.conf +++ b/bluemap/config/maps/survival_1_the_end.conf @@ -71,12 +71,16 @@ cave-detection-uses-block-light: false # If you change these values, bluemap automatically tries to update the map, # including deleting map-tiles which are outside the new limits. # Default is no min or max value (= infinite bounds) -#min-x: -4000 -#max-x: 4000 -#min-z: -4000 -#max-z: 4000 -#min-y: 50 -#max-y: 100 +render-mask: [ + { + #min-x: -4000 + #max-x: 4000 + #min-z: -4000 + #max-z: 4000 + #min-y: 50 + #max-y: 100 + } +] # The minimum "inhabitedTime" value that a chunk must have to be rendered. # If you set this to a value greater than 0, bluemap will only render chunks that players have visited already. diff --git a/bluemap/config/maps/synergy_plots_1.conf b/bluemap/config/maps/synergy_plots_1.conf index b125a73..470169f 100755 --- a/bluemap/config/maps/synergy_plots_1.conf +++ b/bluemap/config/maps/synergy_plots_1.conf @@ -71,12 +71,16 @@ cave-detection-uses-block-light: false # If you change these values, bluemap automatically tries to update the map, # including deleting map-tiles which are outside the new limits. # Default is no min or max value (= infinite bounds) -#min-x: -4000 -#max-x: 4000 -#min-z: -4000 -#max-z: 4000 -#min-y: 50 -#max-y: 100 +render-mask: [ + { + #min-x: -4000 + #max-x: 4000 + #min-z: -4000 + #max-z: 4000 + #min-y: 50 + #max-y: 100 + } +] # The minimum "inhabitedTime" value that a chunk must have to be rendered. # If you set this to a value greater than 0, bluemap will only render chunks that players have visited already.