diff --git a/index.html b/index.html
index 4116d38..a48af6a 100644
--- a/index.html
+++ b/index.html
@@ -20,44 +20,68 @@
Minecraft Dynamic Map - LiveAtlas
-
+
+
+
diff --git a/src/api.ts b/src/api.ts
index 76ed596..98279ae 100644
--- a/src/api.ts
+++ b/src/api.ts
@@ -30,13 +30,13 @@ import {
DynmapTileUpdate,
DynmapUpdate,
DynmapUpdateResponse,
- DynmapUpdates,
+ DynmapUpdates, DynmapUrlConfig,
DynmapWorld,
DynmapWorldMap
} from "@/dynmap";
import {useStore} from "@/store";
import ChatError from "@/errors/ChatError";
-import {LiveAtlasServerDefinition} from "@/index";
+import {LiveAtlasDynmapServerDefinition, LiveAtlasServerDefinition} from "@/index";
const titleColours = /ยง[0-9a-f]/ig;
@@ -555,99 +555,120 @@ function buildUpdates(data: Array): DynmapUpdates {
return updates;
}
+const validateLiveAtlasConfiguration = (config: any): Promise