From d9861b68980ad0c6db38d43eada5d84514cf29f4 Mon Sep 17 00:00:00 2001 From: J-onasJones Date: Fri, 22 Sep 2023 16:30:30 +0200 Subject: [PATCH] fix: note to false --- src/routes/McWebserver/3.Web-API/+page.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/routes/McWebserver/3.Web-API/+page.md b/src/routes/McWebserver/3.Web-API/+page.md index bb619a9..9b25b03 100644 --- a/src/routes/McWebserver/3.Web-API/+page.md +++ b/src/routes/McWebserver/3.Web-API/+page.md @@ -139,7 +139,7 @@ http://localhost:8080/api/v1/playernames } ] ``` -NOTE: *v0.3.0 returns an additional property* `LEGACY` *for every player that states whether or not the account is a legacy account or not. Since mc 1.20.2 and the mod release 0.3.1 this was removed due to the end of the account migration period, where all legacy accounts were migrated to microsoft accounts. (This property is now always true and thus redundant)* +NOTE: *v0.3.0 returns an additional property* `LEGACY` *for every player that states whether or not the account is a legacy account or not. Since mc 1.20.2 and the mod release 0.3.1 this was removed due to the end of the account migration period, where all legacy accounts were migrated to microsoft accounts. (This property is now always false and thus redundant)* ## Server Ticks - Returns the Server's tick count @@ -198,7 +198,7 @@ http://localhost:8080/api/v1/servermetadata "SECURE_CHAT_EINFORCED":true } ``` -NOTE: *v0.3.0 returns an additional property* `LEGACY` *for every player that states whether or not the account is a legacy account or not. Since mc 1.20.2 and the mod release 0.3.1 this was removed due to the end of the account migration period, where all legacy accounts were migrated to microsoft accounts. (This property is now always true and thus redundant)* +NOTE: *v0.3.0 returns an additional property* `LEGACY` *for every player that states whether or not the account is a legacy account or not. Since mc 1.20.2 and the mod release 0.3.1 this was removed due to the end of the account migration period, where all legacy accounts were migrated to microsoft accounts. (This property is now always false and thus redundant)* ## Server All-Info - Returns the Server's entire data of the Simple API @@ -237,7 +237,7 @@ http://localhost:8080/api/v1/getall "TIME_REFERENCE": 29606414 } ``` -NOTE: *v0.3.0 returns an additional property* `LEGACY` *for every player that states whether or not the account is a legacy account or not. Since mc 1.20.2 and the mod release 0.3.1 this was removed due to the end of the account migration period, where all legacy accounts were migrated to microsoft accounts. (This property is now always true and thus redundant)* +NOTE: *v0.3.0 returns an additional property* `LEGACY` *for every player that states whether or not the account is a legacy account or not. Since mc 1.20.2 and the mod release 0.3.1 this was removed due to the end of the account migration period, where all legacy accounts were migrated to microsoft accounts. (This property is now always false and thus redundant)* ## Server Favicon - Returns the server icon image in form of a png