From 977688b8e3442525f9e3743d24da26a21e38c1b7 Mon Sep 17 00:00:00 2001 From: James Lyne Date: Sun, 6 Feb 2022 19:04:11 +0000 Subject: [PATCH] Document dynmap's new update-webpath-files setting --- Installation.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Installation.md b/Installation.md index 59911b3..5640446 100644 --- a/Installation.md +++ b/Installation.md @@ -12,9 +12,9 @@ LiveAtlas is a drop-in replacement for the default Dynmap UI and should work wit The existing index.html should be overwritten. -3. Set index.html as read-only. - - This will prevent Dynmap overwriting it after every update. +3. Prevent Dynmap overwriting LiveAtlas' index.html: + * (Dynmap v3.3.2 or newer) Set `update-webpath-files` to `false` in Dynmap's configuration.txt + * (Older versions) Set index.html as read-only. 4. Clear any CDN caches you may have.