Nexo + LobFile
Nexo is a Minecraft plugin for custom items, blocks, and resource pack management. It has native support for LobFile as a pack delivery host — configure it once with your API key and Nexo automatically uploads the generated resource pack to LobFile every time you rebuild.
How it works
When Nexo generates your resource pack, it uploads the result to LobFile using your API key and updates the URL it distributes to players automatically. You set the server type once in settings.yml — after that, every pack rebuild is handled without any manual steps.
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.
Update Nexo's settings.yml
Open settings.yml in your Nexo plugin folder and set the pack server type to LOBFILE, then add your API key:
Pack:
server:
type: LOBFILE
lobfile:
api_key: YOUR_API_KEY_HEREReplace YOUR_API_KEY_HERE with the key you copied from your LobFile dashboard.
Reload Nexo or restart your server
Apply the config change by reloading the plugin or restarting the server. On the next resource pack generation, Nexo will upload the result to LobFile and update the download URL distributed to players automatically.
Notes
That's really it: Nexo's LobFile integration requires only the API key — no endpoint URLs, no region settings, no additional configuration. Nexo handles the upload and URL update internally.
File size limit: Free accounts support files up to 100 MB. Paid plans offer higher limits.
Keep your API key secure: Don't share settings.yml publicly if it contains your key. Anyone with your API key can upload files to your LobFile account.
