Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 1.12 KB

File metadata and controls

48 lines (32 loc) · 1.12 KB

OneDrive

{% hint style="warning" %}

Not recommended.

{% endhint %}

Step 1

Step 2

Step 3

Step 4

Open config.yml of ItemsAdder and enable the external-host option for your new URL.

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

    external-host:
      enabled: true
      url: 'https://onedrive.live.com/yoururl.....'
      skip-url-file-type-check___DONT_ASK_HELP_IF_SET_TRUE: true

{% endcode %}

This is very important. Set it to true.

skip-url-file-type-check___DONT_ASK_HELP_IF_SET_TRUE: true

{% hint style="warning" %} Keep in mind that it's a bit "risky" because the server cannot make sure the URL is valid.

This can cause your players to be stuck on login phase if the URL is not valid or if OneDrive doesn't provide the direct download, sometimes it happens. {% endhint %}

Continue installation if you need

{% content-ref url="../../first-install.md" %} first-install.md {% endcontent-ref %}