Initial RemotePackSync plugin

This commit is contained in:
root
2026-08-02 06:53:03 +02:00
commit 34db9d28b3
10 changed files with 444 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
# Direct URL to the .zip resource pack. Leave blank to disable pack delivery.
resourcePackUrl: ""
# Direct URL to a text file containing the SHA-1 of the resource pack.
# RemotePackSync accepts a 40-character hexadecimal SHA-1 anywhere in the response,
# so standard '<hash> filename.zip' checksum files are supported.
sha1Url: ""
# Seconds between remote SHA-1 checks. Minimum: 30 seconds.
refreshInterval: 300