Support remote Geyser Bedrock pack URLs
Build and publish release / Build and publish RemotePackSync (push) Successful in 59s

This commit is contained in:
root
2026-08-02 07:56:04 +02:00
parent b69a0eb244
commit 97c282a389
5 changed files with 73 additions and 26 deletions
+8 -3
View File
@@ -9,7 +9,12 @@ sha1Url: ""
# Seconds between remote SHA-1 and local Bedrock pack checks. Minimum: 30 seconds.
refreshInterval: 300
# Optional local Bedrock Edition resource pack for players joining through GeyserMC.
# The path may point to a .mcpack or .zip file. Relative paths are resolved from
# plugins/RemotePackSync/. Leave blank to disable Bedrock pack delivery.
# Optional remote Bedrock Edition resource-pack URL for players connecting through GeyserMC.
# This must be a direct HTTP(S) download URL to a .mcpack or .zip pack. The server
# must return Content-Type: application/zip and an exact Content-Length.
# Geyser passes this URL to Bedrock clients using its URL pack codec.
bedrockResourcePackUrl: ""
# Optional local alternative. Configure this only when bedrockResourcePackUrl is blank.
# Relative paths are resolved from plugins/RemotePackSync/.
bedrockResourcePack: ""