Build and publish release / Build and publish RemotePackSync (push) Successful in 59s
21 lines
958 B
YAML
21 lines
958 B
YAML
# 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 and local Bedrock pack checks. Minimum: 30 seconds.
|
|
refreshInterval: 300
|
|
|
|
# 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: ""
|