Upload Flow
Manual Upload
Section titled “Manual Upload”/iaup uploadIAUP checks for an active upload, checks global.output_file, uploads asynchronously, builds the URL, updates ItemsAdder config if enabled, and optionally dispatches /iareload.
Only one upload runs at a time.
Automatic Upload
Section titled “Automatic Upload”global: auto_upload_on_pack: trueIAUP listens for:
dev.lone.itemsadder.api.Events.ItemsAdderPackCompressedEventIf the event class is unavailable, IAUP logs a warning and automatic upload is disabled.
Auto Reload
Section titled “Auto Reload”global: auto_iareload_after_manual_upload: true auto_iareload_after_auto_upload: trueAuto /iareload only happens after successful upload and successful ItemsAdder config update.