From 6dd96570d234cca32d9e5d9a47c6a6a644aaceda Mon Sep 17 00:00:00 2001 From: NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com> Date: Thu, 19 Sep 2024 13:52:00 +1000 Subject: add pv warning for api endpoints (#1353) --- enforced_values/pvwarning.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 enforced_values/pvwarning.json diff --git a/enforced_values/pvwarning.json b/enforced_values/pvwarning.json new file mode 100644 index 00000000..2d048c4f --- /dev/null +++ b/enforced_values/pvwarning.json @@ -0,0 +1,18 @@ +{ + "chatPSA": [ + "§c[NEU] Hypixel announced that they will disable old API endpoints on September 20, 2024. You are using an outdated version of NEU that still uses these endpoints. Please update the mod at: §l https://modrinth.com/mod/notenoughupdates/" + ], + "enforcedValues": [ + { + "path": "profileViewer.useSoopyNetworth", + "value": true + } + ], + "affectedVersions": [ + 20000, + 20101, + 20102, + 20103, + 20104 + ] +} -- cgit