# LobFile Hosting

{% hint style="warning" %}

#### Warning

File size limit is 100MB for this hosting method.
{% endhint %}

Automatically upload your resourcepack on a **free online service** with servers all over the world.\
Thanks a lot to **LobFile**[ ](https://ploudos.com/it/)which provides us their platform to host files for free!

{% embed url="<https://lobfile.com/>" %}

## What are the advantages?

* download speed
* availability
* security: your server IP address is not exposed
* no high bandwidth usage

## I already use `self-host`, is this better?

Depends.

It's better to use [self-host](/japanese/plugin-usage/resourcepack-hosting/resourcepack-self-hosting.md) if you're working on the resourcepack and you have to continuously run `/iazip`, to avoid losing time (read more [here](/japanese/plugin-usage/beginners/fast-resourcepack-tips.md)).

When you've finished working on the pack you can safely start using this other hosting feature instead of `self-host`, in this case **LobFile**.\
This will make your server traffic lower as the resourcepack won't be hosted on your server anymore.\
Anyway your playerbase is all from the same country you can stick with `self-host`.

## Setup

#### Step 1

Create an account on [LobFile here](https://lobfile.com/create-account).

#### Step 2

Open your [account settings here](https://lobfile.com/my-account) and check ***"Continuous uploading"***

<figure><img src="/files/AfvE5gAYYpzcB0w7ssTq" alt=""><figcaption></figcaption></figure>

#### Step 3

Hover the `API Key` text and copy your key.

<figure><img src="/files/kQsJumaFQblRdWLFsS60" alt=""><figcaption></figcaption></figure>

#### Step 4

Enable `lobfile` in `config.yml` and disable all the other hosting methods.

{% code title="ItemsAdder/config.yml" %}

```yaml
lobfile:
  enabled: true
```

{% endcode %}

Open `secret.yml` and paste your `API Key`.

{% code title="ItemsAdder/secret.yml" %}

```yaml
lobfile:
  api_key: xxxxxxxxxx
```

{% endcode %}

#### Step 5

Run `/iazip.`

Wait for the Privacy policy message to appear.\
Run `/acceptprivacy` to accept the policy (will be asked only the first time).

### Done

The **plugin** will **upload it** online **automatically**.\
Nothing else to do, enjoy your **free automated resourcepack hosting**.

## Will my resourcepack be available online to random people?

2023-12-21:\
Your resourcepack won't be indexed on Google and won't be published in a list of resourcepacks.\
Only people who know the link can download the pack.

I take no responsibility, the product is provided as is and I am not the owner of LobFile.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://itemsadder.devs.beer/japanese/plugin-usage/resourcepack-hosting/lobfile-hosting.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
