Support remote Geyser Bedrock pack URLs
Build and publish release / Build and publish RemotePackSync (push) Successful in 59s
Build and publish release / Build and publish RemotePackSync (push) Successful in 59s
This commit is contained in:
@@ -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: ""
|
||||
|
||||
Reference in New Issue
Block a user