From 1a261c64220ea729cfa3626f89367e4d9234daf3 Mon Sep 17 00:00:00 2001 From: Max Date: Thu, 16 Feb 2023 10:28:44 +0100 Subject: [PATCH] add a comment to prevent issues like this: https://github.com/webbukkit/dynmap/issues/2968#issuecomment-652205096 --- fabric-1.14.4/src/main/resources/configuration.txt | 1 + fabric-1.15.2/src/main/resources/configuration.txt | 1 + fabric-1.16.4/src/main/resources/configuration.txt | 1 + fabric-1.17.1/src/main/resources/configuration.txt | 1 + fabric-1.18.2/src/main/resources/configuration.txt | 1 + fabric-1.19.1/src/main/resources/configuration.txt | 1 + fabric-1.19.3/src/main/resources/configuration.txt | 1 + fabric-1.19/src/main/resources/configuration.txt | 1 + forge-1.12.2/src/main/resources/configuration.txt | 1 + forge-1.14.4/src/main/resources/configuration.txt | 1 + forge-1.15.2/src/main/resources/configuration.txt | 1 + forge-1.16.5/src/main/resources/configuration.txt | 1 + forge-1.17.1/src/main/resources/configuration.txt | 1 + forge-1.18.2/src/main/resources/configuration.txt | 1 + forge-1.19.2/src/main/resources/configuration.txt | 1 + forge-1.19.3/src/main/resources/configuration.txt | 1 + forge-1.19/src/main/resources/configuration.txt | 1 + spigot/src/main/resources/configuration.txt | 1 + 18 files changed, 18 insertions(+) diff --git a/fabric-1.14.4/src/main/resources/configuration.txt b/fabric-1.14.4/src/main/resources/configuration.txt index cd925d90..bb257667 100644 --- a/fabric-1.14.4/src/main/resources/configuration.txt +++ b/fabric-1.14.4/src/main/resources/configuration.txt @@ -51,6 +51,7 @@ storage: components: - class: org.dynmap.ClientConfigurationComponent + # remeber to change the following class to org.dynmap.JsonFileClientUpdateComponent when using an external webserver. - class: org.dynmap.InternalClientUpdateComponent sendhealth: true sendposition: true diff --git a/fabric-1.15.2/src/main/resources/configuration.txt b/fabric-1.15.2/src/main/resources/configuration.txt index cd925d90..bb257667 100644 --- a/fabric-1.15.2/src/main/resources/configuration.txt +++ b/fabric-1.15.2/src/main/resources/configuration.txt @@ -51,6 +51,7 @@ storage: components: - class: org.dynmap.ClientConfigurationComponent + # remeber to change the following class to org.dynmap.JsonFileClientUpdateComponent when using an external webserver. - class: org.dynmap.InternalClientUpdateComponent sendhealth: true sendposition: true diff --git a/fabric-1.16.4/src/main/resources/configuration.txt b/fabric-1.16.4/src/main/resources/configuration.txt index 9781d362..0aa2c1b2 100644 --- a/fabric-1.16.4/src/main/resources/configuration.txt +++ b/fabric-1.16.4/src/main/resources/configuration.txt @@ -51,6 +51,7 @@ storage: components: - class: org.dynmap.ClientConfigurationComponent + # remeber to change the following class to org.dynmap.JsonFileClientUpdateComponent when using an external webserver. - class: org.dynmap.InternalClientUpdateComponent sendhealth: true sendposition: true diff --git a/fabric-1.17.1/src/main/resources/configuration.txt b/fabric-1.17.1/src/main/resources/configuration.txt index 9781d362..0aa2c1b2 100644 --- a/fabric-1.17.1/src/main/resources/configuration.txt +++ b/fabric-1.17.1/src/main/resources/configuration.txt @@ -51,6 +51,7 @@ storage: components: - class: org.dynmap.ClientConfigurationComponent + # remeber to change the following class to org.dynmap.JsonFileClientUpdateComponent when using an external webserver. - class: org.dynmap.InternalClientUpdateComponent sendhealth: true sendposition: true diff --git a/fabric-1.18.2/src/main/resources/configuration.txt b/fabric-1.18.2/src/main/resources/configuration.txt index 2e123c79..91f77a18 100644 --- a/fabric-1.18.2/src/main/resources/configuration.txt +++ b/fabric-1.18.2/src/main/resources/configuration.txt @@ -51,6 +51,7 @@ storage: components: - class: org.dynmap.ClientConfigurationComponent + # remeber to change the following class to org.dynmap.JsonFileClientUpdateComponent when using an external webserver. - class: org.dynmap.InternalClientUpdateComponent sendhealth: true sendposition: true diff --git a/fabric-1.19.1/src/main/resources/configuration.txt b/fabric-1.19.1/src/main/resources/configuration.txt index c0379e35..469c5aad 100644 --- a/fabric-1.19.1/src/main/resources/configuration.txt +++ b/fabric-1.19.1/src/main/resources/configuration.txt @@ -51,6 +51,7 @@ storage: components: - class: org.dynmap.ClientConfigurationComponent + # remeber to change the following class to org.dynmap.JsonFileClientUpdateComponent when using an external webserver. - class: org.dynmap.InternalClientUpdateComponent sendhealth: true sendposition: true diff --git a/fabric-1.19.3/src/main/resources/configuration.txt b/fabric-1.19.3/src/main/resources/configuration.txt index c0379e35..469c5aad 100644 --- a/fabric-1.19.3/src/main/resources/configuration.txt +++ b/fabric-1.19.3/src/main/resources/configuration.txt @@ -51,6 +51,7 @@ storage: components: - class: org.dynmap.ClientConfigurationComponent + # remeber to change the following class to org.dynmap.JsonFileClientUpdateComponent when using an external webserver. - class: org.dynmap.InternalClientUpdateComponent sendhealth: true sendposition: true diff --git a/fabric-1.19/src/main/resources/configuration.txt b/fabric-1.19/src/main/resources/configuration.txt index c0379e35..469c5aad 100644 --- a/fabric-1.19/src/main/resources/configuration.txt +++ b/fabric-1.19/src/main/resources/configuration.txt @@ -51,6 +51,7 @@ storage: components: - class: org.dynmap.ClientConfigurationComponent + # remeber to change the following class to org.dynmap.JsonFileClientUpdateComponent when using an external webserver. - class: org.dynmap.InternalClientUpdateComponent sendhealth: true sendposition: true diff --git a/forge-1.12.2/src/main/resources/configuration.txt b/forge-1.12.2/src/main/resources/configuration.txt index 55c511d6..ab85adce 100644 --- a/forge-1.12.2/src/main/resources/configuration.txt +++ b/forge-1.12.2/src/main/resources/configuration.txt @@ -39,6 +39,7 @@ storage: components: - class: org.dynmap.ClientConfigurationComponent + # remeber to change the following class to org.dynmap.JsonFileClientUpdateComponent when using an external webserver. - class: org.dynmap.InternalClientUpdateComponent sendhealth: true sendposition: true diff --git a/forge-1.14.4/src/main/resources/configuration.txt b/forge-1.14.4/src/main/resources/configuration.txt index a58a9e9d..b71e997f 100644 --- a/forge-1.14.4/src/main/resources/configuration.txt +++ b/forge-1.14.4/src/main/resources/configuration.txt @@ -51,6 +51,7 @@ storage: components: - class: org.dynmap.ClientConfigurationComponent + # remeber to change the following class to org.dynmap.JsonFileClientUpdateComponent when using an external webserver. - class: org.dynmap.InternalClientUpdateComponent sendhealth: true sendposition: true diff --git a/forge-1.15.2/src/main/resources/configuration.txt b/forge-1.15.2/src/main/resources/configuration.txt index a58a9e9d..b71e997f 100644 --- a/forge-1.15.2/src/main/resources/configuration.txt +++ b/forge-1.15.2/src/main/resources/configuration.txt @@ -51,6 +51,7 @@ storage: components: - class: org.dynmap.ClientConfigurationComponent + # remeber to change the following class to org.dynmap.JsonFileClientUpdateComponent when using an external webserver. - class: org.dynmap.InternalClientUpdateComponent sendhealth: true sendposition: true diff --git a/forge-1.16.5/src/main/resources/configuration.txt b/forge-1.16.5/src/main/resources/configuration.txt index 161202ed..b25d2675 100644 --- a/forge-1.16.5/src/main/resources/configuration.txt +++ b/forge-1.16.5/src/main/resources/configuration.txt @@ -51,6 +51,7 @@ storage: components: - class: org.dynmap.ClientConfigurationComponent + # remeber to change the following class to org.dynmap.JsonFileClientUpdateComponent when using an external webserver. - class: org.dynmap.InternalClientUpdateComponent sendhealth: true sendposition: true diff --git a/forge-1.17.1/src/main/resources/configuration.txt b/forge-1.17.1/src/main/resources/configuration.txt index 6931e0c1..2337a657 100644 --- a/forge-1.17.1/src/main/resources/configuration.txt +++ b/forge-1.17.1/src/main/resources/configuration.txt @@ -51,6 +51,7 @@ storage: components: - class: org.dynmap.ClientConfigurationComponent + # remeber to change the following class to org.dynmap.JsonFileClientUpdateComponent when using an external webserver. - class: org.dynmap.InternalClientUpdateComponent sendhealth: true sendposition: true diff --git a/forge-1.18.2/src/main/resources/configuration.txt b/forge-1.18.2/src/main/resources/configuration.txt index 161202ed..b25d2675 100644 --- a/forge-1.18.2/src/main/resources/configuration.txt +++ b/forge-1.18.2/src/main/resources/configuration.txt @@ -51,6 +51,7 @@ storage: components: - class: org.dynmap.ClientConfigurationComponent + # remeber to change the following class to org.dynmap.JsonFileClientUpdateComponent when using an external webserver. - class: org.dynmap.InternalClientUpdateComponent sendhealth: true sendposition: true diff --git a/forge-1.19.2/src/main/resources/configuration.txt b/forge-1.19.2/src/main/resources/configuration.txt index 161202ed..b25d2675 100644 --- a/forge-1.19.2/src/main/resources/configuration.txt +++ b/forge-1.19.2/src/main/resources/configuration.txt @@ -51,6 +51,7 @@ storage: components: - class: org.dynmap.ClientConfigurationComponent + # remeber to change the following class to org.dynmap.JsonFileClientUpdateComponent when using an external webserver. - class: org.dynmap.InternalClientUpdateComponent sendhealth: true sendposition: true diff --git a/forge-1.19.3/src/main/resources/configuration.txt b/forge-1.19.3/src/main/resources/configuration.txt index 161202ed..b25d2675 100644 --- a/forge-1.19.3/src/main/resources/configuration.txt +++ b/forge-1.19.3/src/main/resources/configuration.txt @@ -51,6 +51,7 @@ storage: components: - class: org.dynmap.ClientConfigurationComponent + # remeber to change the following class to org.dynmap.JsonFileClientUpdateComponent when using an external webserver. - class: org.dynmap.InternalClientUpdateComponent sendhealth: true sendposition: true diff --git a/forge-1.19/src/main/resources/configuration.txt b/forge-1.19/src/main/resources/configuration.txt index 161202ed..b25d2675 100644 --- a/forge-1.19/src/main/resources/configuration.txt +++ b/forge-1.19/src/main/resources/configuration.txt @@ -51,6 +51,7 @@ storage: components: - class: org.dynmap.ClientConfigurationComponent + # remeber to change the following class to org.dynmap.JsonFileClientUpdateComponent when using an external webserver. - class: org.dynmap.InternalClientUpdateComponent sendhealth: true sendposition: true diff --git a/spigot/src/main/resources/configuration.txt b/spigot/src/main/resources/configuration.txt index f48f19e2..23e39323 100644 --- a/spigot/src/main/resources/configuration.txt +++ b/spigot/src/main/resources/configuration.txt @@ -51,6 +51,7 @@ storage: components: - class: org.dynmap.ClientConfigurationComponent + # remeber to change the following class to org.dynmap.JsonFileClientUpdateComponent when using an external webserver. - class: org.dynmap.InternalClientUpdateComponent sendhealth: true sendposition: true