1
mirror of https://github.com/Shiewk/ViewServerResources.git synced 2026-04-28 03:44:17 +02:00

Allow management of whitelisted URLs and hosts through Mod Menu

This commit is contained in:
Shy
2024-08-24 16:31:38 +02:00
parent 45d1c075f8
commit f09aeadc6e
8 changed files with 206 additions and 1 deletions
@@ -9,5 +9,9 @@
"gui.resourcepackprivacy.alwaysHost": "Always accept packs from %s",
"gui.resourcepackprivacy.viewURL": "View download URL",
"gui.resourcepackprivacy.viewURLs": "View download URLs",
"gui.resourcepackprivacy.downloading": "Downloading server resource pack from %s"
"gui.resourcepackprivacy.downloading": "Downloading server resource pack from %s",
"gui.resourcepackprivacy.config": "Config",
"resourcepackprivacy.settings": "ResourcePackPrivacy Settings",
"resourcepackprivacy.settings.whitelistedURLs": "Manage allowed URLs",
"resourcepackprivacy.settings.whitelistedHosts": "Manage allowed pack hosts"
}