qexed_resource_pack
- Commit:
a40e7105530a7578ed7a19f6e2fbacef4c10f2e6 - Language:
en - Config file:
config/qexed_resource_pack.toml - Field count:
19 - Description: qexed_resource_pack.toml: server resource pack delivery and object storage settings.
Paste or upload TOML to preview current values.
| Path | Type | Default | Current | Description | Notice |
|---|---|---|---|---|---|
resource_pack | object | See #resource_pack | See #resource_pack | Server resource pack settings | None |
Complex Type Details
resource_pack
- Type
object- Default
- None
- Current
- Paste or upload TOML to preview current values.
- Description
- Server resource pack settings
| Path | Type | Default | Current | Description | Notice |
|---|---|---|---|---|---|
resource_pack.disconnect_message | string | "This server requires its resource pack." | Paste or upload TOML to preview current values. | Disconnect message used when a required resource pack is rejected or fails | None |
resource_pack.download_bind | string | "0.0.0.0:25566" | Paste or upload TOML to preview current values. | HTTP bind address for serving the local resource pack | None |
resource_pack.download_host | string | "" | Paste or upload TOML to preview current values. | Public host or URL used by clients to download the local resource pack. Empty uses the login host. | None |
resource_pack.enable | boolean | false | Paste or upload TOML to preview current values. | Enable server resource pack delivery during the configuration phase | None |
resource_pack.hash | string | "" | Paste or upload TOML to preview current values. | Resource pack SHA-1 hash. Leave empty if the pack should not be hash-checked. | None |
resource_pack.id | string | "11111111-2222-3333-4444-555555555555" | Paste or upload TOML to preview current values. | Resource pack UUID used by the client to track this pack | None |
resource_pack.object_storage | object | See #resource_pack.object_storage | See #resource_pack.object_storage | Object storage and CDN settings used when source is object_storage | None |
resource_pack.path | string | "resourcepacks/server.zip" | Paste or upload TOML to preview current values. | Local resource pack zip path used when source is local | None |
resource_pack.prompt | string | "" | Paste or upload TOML to preview current values. | Optional prompt shown by the client before applying the resource pack | None |
resource_pack.required | boolean | false | Paste or upload TOML to preview current values. | Require players to accept and download the resource pack | None |
resource_pack.source | string | "url" | Paste or upload TOML to preview current values. | Resource pack source: url, local, or object_storage. Local files are served by Qexed over HTTP. | None |
resource_pack.url | string | "" | Paste or upload TOML to preview current values. | Resource pack download URL. Supports public URLs and full presigned URLs. Leave empty to disable sending the pack. | None |
resource_pack.object_storage
- Type
object- Default
- None
- Current
- Paste or upload TOML to preview current values.
- Description
- Object storage and CDN settings used when source is object_storage
| Path | Type | Default | Current | Description | Notice |
|---|---|---|---|---|---|
resource_pack.object_storage.bucket | string | "" | Paste or upload TOML to preview current values. | Object storage bucket name used when public_base_url is empty | None |
resource_pack.object_storage.endpoint | string | "" | Paste or upload TOML to preview current values. | Object storage endpoint host or URL used when public_base_url is empty | None |
resource_pack.object_storage.force_path_style | boolean | false | Paste or upload TOML to preview current values. | Use path-style URL: endpoint/bucket/object_key. Disabled uses virtual-host style: bucket.endpoint/object_key. | None |
resource_pack.object_storage.object_key | string | "resourcepacks/server.zip" | Paste or upload TOML to preview current values. | Object key/path of the resource pack zip in the bucket or under public_base_url | None |
resource_pack.object_storage.provider | string | "generic" | Paste or upload TOML to preview current values. | Object storage/CDN provider hint: generic, tencent_cos, tencent_eo, huawei_obs, huawei_cdn, aliyun_oss, or aws_s3 | None |
resource_pack.object_storage.public_base_url | string | "" | Paste or upload TOML to preview current values. | Public CDN or object URL prefix. Prefer this for Tencent Cloud EdgeOne, CDN acceleration domains, and custom domains. | None |