diff --git a/fabric-1.14.4/src/main/resources/configuration.txt b/fabric-1.14.4/src/main/resources/configuration.txt index cd925d90..ef6b6fb8 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 + # Remember to change the following class to org.dynmap.JsonFileClientUpdateComponent when using an external web server. - 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..ef6b6fb8 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 + # Remember to change the following class to org.dynmap.JsonFileClientUpdateComponent when using an external web server. - 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..b243a731 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 + # Remember to change the following class to org.dynmap.JsonFileClientUpdateComponent when using an external web server. - 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..b243a731 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 + # Remember to change the following class to org.dynmap.JsonFileClientUpdateComponent when using an external web server. - 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..d4278e3a 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 + # Remember to change the following class to org.dynmap.JsonFileClientUpdateComponent when using an external web server. - 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..d70f5426 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 + # Remember to change the following class to org.dynmap.JsonFileClientUpdateComponent when using an external web server. - 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..d70f5426 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 + # Remember to change the following class to org.dynmap.JsonFileClientUpdateComponent when using an external web server. - 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..d70f5426 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 + # Remember to change the following class to org.dynmap.JsonFileClientUpdateComponent when using an external web server. - 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..3860f7c5 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 + # Remember to change the following class to org.dynmap.JsonFileClientUpdateComponent when using an external web server. - 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..26ba0815 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 + # Remember to change the following class to org.dynmap.JsonFileClientUpdateComponent when using an external web server. - 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..26ba0815 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 + # Remember to change the following class to org.dynmap.JsonFileClientUpdateComponent when using an external web server. - 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..ce49227c 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 + # Remember to change the following class to org.dynmap.JsonFileClientUpdateComponent when using an external web server. - 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..03974a5e 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 + # Remember to change the following class to org.dynmap.JsonFileClientUpdateComponent when using an external web server. - 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..ce49227c 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 + # Remember to change the following class to org.dynmap.JsonFileClientUpdateComponent when using an external web server. - 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..ce49227c 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 + # Remember to change the following class to org.dynmap.JsonFileClientUpdateComponent when using an external web server. - 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..ce49227c 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 + # Remember to change the following class to org.dynmap.JsonFileClientUpdateComponent when using an external web server. - 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..ce49227c 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 + # Remember to change the following class to org.dynmap.JsonFileClientUpdateComponent when using an external web server. - 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..df097b11 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 + # Remember to change the following class to org.dynmap.JsonFileClientUpdateComponent when using an external web server. - class: org.dynmap.InternalClientUpdateComponent sendhealth: true sendposition: true