ItemsAdder + LobFile
ItemsAdder adds custom items, blocks, mobs, and HUDs to a Minecraft server, all backed by an automatically generated resource pack. LobFile is a built-in hosting option: configure it once, then a single /iazip command compiles and uploads your pack without you touching anything else.
How it works
When you run /iazip in-game (or from the server console), ItemsAdder compiles all your custom content into a single resource pack ZIP and uploads it directly to LobFile using your API key. LobFile returns a new direct link, and ItemsAdder automatically updates the pack URL sent to players. After the initial setup there are no manual steps and no dashboard visits.
Setup guide
Get your LobFile API key
Log in to LobFile and go to Dashboard → Account Info to copy your API key.
No account yet? Create one for free.
Enable Continuous Uploading
Go to your LobFile General Settings and enable Continuous Uploading. This setting allows repeated uploads with the same API key, which a workflow needs when /iazip runs frequently as you develop your content.
Edit config.yml to enable LobFile
In your ItemsAdder config.yml, find the resource pack hosting section and enable LobFile:
hosting:
lobfile:
enabled: trueMake sure all other hosting methods in this section are set to enabled: false. Only one hosting method should be active at a time.
Edit secret.yml to add your API key
Open secret.yml (in the same folder as config.yml) and add your API key:
lobfile: api_key: YOUR_API_KEY_HERE
Keep this file secure. Your API key grants upload access to your LobFile account. Don't commit it to a public repository, and do not share it with anyone else.
Restart your server
Restart the Minecraft server to apply the configuration changes.
Run /iazip
In-game (or from the server console), run:
/iazip
ItemsAdder will compile your resource pack and upload it to LobFile. On the very first run, you may be prompted to accept LobFile's privacy policy:
/acceptprivacy
After that, players connecting to your server will automatically receive the updated pack via LobFile's CDN. Every subsequent /iazip run uploads a fresh copy and updates the link automatically.
Notes
File size: Free LobFile accounts support files up to 100 MB. Most resource packs fit well within that limit. If your pack is larger, consider a paid plan for higher limits.
