ItemsAdderUploadPlus Quick Start
1. Configure ItemsAdder
Section titled “1. Configure ItemsAdder”Enable resource-pack.hosting.external-host and disable the other host modes.
2. Configure IAUP
Section titled “2. Configure IAUP”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: falseFor CDN:
s3: public_url_base: "https://cdn.example.com"3. Generate And Upload
Section titled “3. Generate And Upload”/iazip/iaup uploadIf auto reload is off:
/iareloadDone when the bucket object exists, ItemsAdder config has a new external-host URL, and the URL downloads from outside the server.