Skip to content

Upload Flow

/iaup upload

IAUP 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.

global:
auto_upload_on_pack: true

IAUP listens for:

dev.lone.itemsadder.api.Events.ItemsAdderPackCompressedEvent

If the event class is unavailable, IAUP logs a warning and automatic upload is disabled.

global:
auto_iareload_after_manual_upload: true
auto_iareload_after_auto_upload: true

Auto /iareload only happens after successful upload and successful ItemsAdder config update.