From 6c19579bbfd193b0cb7c28ebc0025708ca5f152e Mon Sep 17 00:00:00 2001 From: Gryph667 <38962974+Gryph667@users.noreply.github.com> Date: Sun, 27 Oct 2019 12:04:19 -0400 Subject: [PATCH] Added v1-3 configs Added center and visibility constraints to versions 1-3, and set the order of appearance on the web display. Map files will need to be dumped and re-rendered to exclude chunks outside visibility. --- dynmap/worlds.txt | 50 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) diff --git a/dynmap/worlds.txt b/dynmap/worlds.txt index 93dba9d..fc01e11 100644 --- a/dynmap/worlds.txt +++ b/dynmap/worlds.txt @@ -21,6 +21,56 @@ worlds: x1: -27700 z1: -3650 hidestyle: air + - name: spawnhub + alias: Hub + center: + x: 160 + y: 64 + z: -95 + visibilitylimits: + - x0: 80 + z0: 180 + x1: 260 + z1: 0 + hidestyle: air + - name: v1 + alias: "Chroma Version 1" + center: + x: -3650 + y: 64 + z: -6500 + visibilitylimits: + - x0: -4650 + z0: -7500 + x1: -2650 + z1: -5500 + hidestyle: air + - name: v2 + alias: "Chroma Version 2" + center: + x: 1412 + y: 64 + z: -296 + visibilitylimits: + - x0: -2590 + z0: -4300 + x1: 5410 + z1: 3700 + hidestyle: air + - name: v3 + alias: "Chroma Version 3" + center: + x: 2300 + y: 64 + z: 0 + visibilitylimits: + - x0: -2200 + z0: -4500 + x1: 6850 + z1: 4500 + hidestyle: air +- name: plotworld + enabled: true - name: flatworld enabled: false # Worlds can be handled by templates, based on world type