From ac6d44a8d18c13d52d45b36aeb992c7dd2478b26 Mon Sep 17 00:00:00 2001 From: Chromachine Date: Wed, 2 Oct 2019 22:41:54 +0000 Subject: [PATCH] Fixed dynmap, disabled some worlds --- Chroma-Discord/config.yml | 2 +- Multiverse-Core/worlds.yml | 104 ++++++++++++++++++------------------- dynmap/configuration.txt | 2 +- 3 files changed, 54 insertions(+), 54 deletions(-) diff --git a/Chroma-Discord/config.yml b/Chroma-Discord/config.yml index 0fa2d9c..b5670d8 100644 --- a/Chroma-Discord/config.yml +++ b/Chroma-Discord/config.yml @@ -84,4 +84,4 @@ components: - when's the server ready - when's the server open - Vhen vill ze server be open? -serverup: false +serverup: true diff --git a/Multiverse-Core/worlds.yml b/Multiverse-Core/worlds.yml index b945e9a..58d1a94 100755 --- a/Multiverse-Core/worlds.yml +++ b/Multiverse-Core/worlds.yml @@ -39,7 +39,7 @@ worlds: z: 0.0 pitch: 0.0 yaw: 0.0 - autoLoad: 'true' + autoLoad: 'false' bedRespawn: 'true' worldBlacklist: [] environment: NORMAL @@ -87,7 +87,7 @@ worlds: z: 123.0 pitch: 0.0 yaw: 0.0 - autoLoad: 'true' + autoLoad: 'false' bedRespawn: 'true' worldBlacklist: [] environment: NORMAL @@ -95,54 +95,6 @@ worlds: generator: TerrainControl playerLimit: '-1' allowFlight: 'true' - world: - ==: MVWorld - hidden: 'false' - alias: world - color: WHITE - style: NORMAL - pvp: 'true' - scale: '1.0' - respawnWorld: '' - allowWeather: 'true' - difficulty: NORMAL - spawning: &id007 - ==: MVSpawnSettings - animals: - ==: MVSpawnSubSettings - spawn: 'true' - spawnrate: '-1' - exceptions: [] - monsters: - ==: MVSpawnSubSettings - spawn: 'true' - spawnrate: '-1' - exceptions: [] - entryfee: &id008 - ==: MVEntryFee - amount: '0.0' - currency: '-1' - hunger: 'true' - autoHeal: 'true' - adjustSpawn: 'false' - portalForm: ALL - gameMode: SURVIVAL - keepSpawnInMemory: 'false' - spawnLocation: - ==: MVSpawnLocation - x: 1385.2648659554345 - y: 71.04026167783364 - z: -32.50617928137268 - pitch: 90.0 - yaw: 91.80102 - autoLoad: 'true' - bedRespawn: 'true' - worldBlacklist: &id009 [] - environment: NORMAL - seed: '7008642968894271479' - generator: TerrainControl - playerLimit: '-1' - allowFlight: 'true' world_the_end: ==: MVWorld hidden: 'false' @@ -191,6 +143,54 @@ worlds: generator: 'null' playerLimit: '-1' allowFlight: 'true' + world: + ==: MVWorld + hidden: 'false' + alias: world + color: WHITE + style: NORMAL + pvp: 'true' + scale: '1.0' + respawnWorld: '' + allowWeather: 'true' + difficulty: NORMAL + spawning: &id007 + ==: MVSpawnSettings + animals: + ==: MVSpawnSubSettings + spawn: 'true' + spawnrate: '-1' + exceptions: [] + monsters: + ==: MVSpawnSubSettings + spawn: 'true' + spawnrate: '-1' + exceptions: [] + entryfee: &id008 + ==: MVEntryFee + amount: '0.0' + currency: '-1' + hunger: 'true' + autoHeal: 'true' + adjustSpawn: 'false' + portalForm: ALL + gameMode: SURVIVAL + keepSpawnInMemory: 'false' + spawnLocation: + ==: MVSpawnLocation + x: 1385.2648659554345 + y: 71.04026167783364 + z: -32.50617928137268 + pitch: 90.0 + yaw: 91.80102 + autoLoad: 'true' + bedRespawn: 'true' + worldBlacklist: &id009 [] + environment: NORMAL + seed: '7008642968894271479' + generator: TerrainControl + playerLimit: '-1' + allowFlight: 'true' test: ==: MVWorld hidden: 'false' @@ -231,7 +231,7 @@ worlds: z: 93.0 pitch: 0.0 yaw: 0.0 - autoLoad: 'true' + autoLoad: 'false' bedRespawn: 'true' worldBlacklist: [] environment: NORMAL @@ -423,7 +423,7 @@ worlds: z: 0.0 pitch: 0.0 yaw: 0.0 - autoLoad: 'true' + autoLoad: 'false' bedRespawn: 'true' worldBlacklist: [] environment: NORMAL diff --git a/dynmap/configuration.txt b/dynmap/configuration.txt index 31c218c..9f5970c 100755 --- a/dynmap/configuration.txt +++ b/dynmap/configuration.txt @@ -316,7 +316,7 @@ exportpath: export # The network-interface the webserver will bind to (0.0.0.0 for all interfaces, 127.0.0.1 for only local access). # If not set, uses same setting as server in server.properties (or 0.0.0.0 if not specified) -#webserver-bindaddress: 0.0.0.0 +webserver-bindaddress: 0.0.0.0 # The TCP-port the webserver will listen on. webserver-port: 8123