Skip to content

ItemsAdderUploadPlus Quick Start

Enable resource-pack.hosting.external-host and disable the other host modes.

global:
output_file: "plugins/ItemsAdder/output/generated.zip"
update_itemsadder_config: true
auto_upload_on_pack: true
s3:
endpoint: "https://s3.amazonaws.com"
region: "us-east-1"
bucket: "my-bucket"
access_key: "AKIA..."
secret_key: "..."
path_scheme: "itemsadder/{uid}/{file}"
acl: "public-read"
use_presigned_url: false

For CDN:

s3:
public_url_base: "https://cdn.example.com"
/iazip
/iaup upload

If auto reload is off:

/iareload

Done when the bucket object exists, ItemsAdder config has a new external-host URL, and the URL downloads from outside the server.