> For the complete documentation index, see [llms.txt](https://docs.weirdhost.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.weirdhost.xyz/plus/itemsadder.md).

# 아이템에더 (ItemsAdder)

{% embed url="<https://itemsadder.devs.beer/plugin-usage/first-install>" %}

{% embed url="<https://cryptosalamander.tistory.com/113>" %}

<p align="center">아이템에서 리소스팩 호스팅을 위해서, 깃허브   릴리스를사용할 예정이에요!</p>

<p align="center">위어드호스트 플러스는, Self-host 방식의 리소스팩 파일 호스팅을 지원하고 있지 않아요.</p>

<p align="center">로그인 이후, 업로드 버튼을 이용해서 생성된 리소스팩의 zip 파일을 업로드해주세요.</p>

<figure><img src="/files/6c24oPojdPRFFmDxC0zO" alt=""><figcaption></figcaption></figure>

<p align="center">리소스팩의 zip 파일을 업로드후, 릴리스를 등록해주세요.</p>

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

<p align="center">zip 파일에 우클릭 이후, 링크 주소를 복사해주세요.</p>

```yml
resource-pack:
  hosting:
    no-host:
      enabled: false # FALSE!
    auto-external-host:
      enabled: false
    self-host:
      enabled: false # ALSO FALSE!!
      server-ip: 0.0.0.0
      pack-port: 27353
    external-host:
      enabled: true # This one's TRUE!
      url: (깃허브 릴리스 zip 링크)
      skip-url-file-type-check___DONT_ASK_HELP_IF_SET_TRUE: false
    lobfile:
      enabled: false
```
