# First Install

{% hint style="danger" %}
**Make sure** that all of your plugins and server software are up to date!\
**Always check** the version of ItemsAdder which you are downloading!

* <mark style="color:red;">**v3 is only for 1.20.4 and lower**</mark>
* <mark style="color:red;">**v4 is only for 1.20.6 and greater**</mark>
  {% endhint %}

## Step 1 - Installing the plugin and libraries

* stop the server
* put [**ProtocolLib**](https://ci.dmulloy2.net/job/ProtocolLib/lastSuccessfulBuild/) JAR inside the `plugins` folder
* put [**LoneLibs**](https://www.spigotmc.org/resources/lonelibs.75974/) JAR inside the `plugins` folder (not required on 4.0.9 and greater)
* put **ItemsAdder** JAR file inside your plugins folder
* start the server
* let **ItemsAdder** finish loading **everything**

## Step 2 - Resourcepack first installation

{% hint style="warning" %}

### Important Step

The content <mark style="color:red;">**WILL NOT SHOW CORRECTLY**</mark> if you won't complete this step!
{% endhint %}

Before using the plugin you have to decide the resourcepack hosting method.\
Click down here to decide an hosting method for the resourcepack (best method: `self-host`).

{% content-ref url="/pages/CGG4pclgEnPRHKrUjWiR" %}
[Resourcepack Hosting](/japanese/plugin-usage/resourcepack-hosting.md)
{% endcontent-ref %}

***

## Step 3 - (optional) Add official ItemsAdder custom content

![](/files/J704bkjNP0IoAPIH0ogz)

**ItemsAdder** comes with a lot of custom content already created for you.\
It's not automatically included in the downloaded plugin because some people might not want every item/feature automatically added into their server.

### Download the ["Default pack" here](https://github.com/ItemsAdder/DefaultPack/releases/latest)

<div align="left"><img src="/files/Zd7m16h2RWRtigb2PvvZ" alt=""></div>

* Extract the content into the `ItemAdder` folder and overwrite the files if asked
* Run the `/iazip` command
* Follow your [hosting method](/japanese/plugin-usage/resourcepack-hosting.md) if you're not using **self-host**

***

## Step 4 - (optional) Add other ItemsAdder custom content

### Download ["Other pack" here](https://github.com/ItemsAdder/OtherPacks/releases/latest)

<div align="left"><img src="/files/OPdYNc8jkEnvHj9D2XfH" alt=""></div>

* Extract the content into the `ItemAdder` folder and overwrite the files if asked
* Run the `/iazip` command
* Follow your [hosting method](/japanese/plugin-usage/resourcepack-hosting.md) if you're not using **self-host**


---

# 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/first-install.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.
