diff options
| author | NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com> | 2024-09-19 13:52:00 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-19 03:52:00 +0000 |
| commit | 6dd96570d234cca32d9e5d9a47c6a6a644aaceda (patch) | |
| tree | efa6cade78dd6e7992960d2b5004929ec4180a3c /enforced_values | |
| parent | 330cb4ae1a802f40bbcfbde0b24bafd92169eaf0 (diff) | |
| download | NotEnoughUpdates-REPO-6dd96570d234cca32d9e5d9a47c6a6a644aaceda.tar.gz NotEnoughUpdates-REPO-6dd96570d234cca32d9e5d9a47c6a6a644aaceda.tar.bz2 NotEnoughUpdates-REPO-6dd96570d234cca32d9e5d9a47c6a6a644aaceda.zip | |
add pv warning for api endpoints (#1353)
Diffstat (limited to 'enforced_values')
| -rw-r--r-- | enforced_values/pvwarning.json | 18 |
1 files changed, 18 insertions, 0 deletions
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 + ] +} |
