# 아이템에더 (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
```


---

# 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://docs.weirdhost.xyz/plus/itemsadder.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.
