# Remove pack on server change

## Remove the resourcepack when the player changes server

Follow this tutorial if you have multiple servers and you want the ItemsAdder resourcepack to be removed when a user switches server.

### How to

1. Download the [blank resourcepack](http://matteodev.it/spigot/itemsadder/blank_pack.zip).
2. Upload it somewhere, for example (skip the `/iazip` part of the tutorial) [DropBox](/japanese/plugin-usage/resourcepack-hosting/resourcepack-on-dropbox.md), [OneDrive](/japanese/plugin-usage/resourcepack-hosting/onedrive.md), [GoogleDrive](/japanese/plugin-usage/resourcepack-hosting/google-drive.md), etc.
3. Get the URL
4. Open the other server `server.properties` file and set the URL

{% code title="server.properties" %}

```properties
resource-pack=http://your_url/blank_pack.zip
```

{% endcode %}

Done!

The ItemsAdder resourcepack will be replaced by the default resourcepack when the player joins your other server.


---

# 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/faq/bungeecord-velocity/remove-pack-on-server-change.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.
