> For the complete documentation index, see [llms.txt](https://items.advancedplugins.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://items.advancedplugins.net/general-information/giving-custom-items.md).

# Giving Custom Items

The AdvancedItems plugin allows you to easily give custom items to players on your server. This page will walk you through the steps to do this.

## `/advanceditems give` Command

The primary way to give custom items to a player is by using the `/advanceditems give` command. Here's the format of this command:

> #### /advanceditems give \<player> \<item> \<amount>

#### Arguments

* `<player>`: The name of the player to whom you want to give the custom item.
* `<item>`: The name of the custom item you want to give.
* `<amount>`: The number of items you want to give.

#### Example

Suppose you want to give 5 units of a custom item named `EpicSword` to a player named `Steve`. You would use the following command:

> #### /advanceditems give Steve EpicSword 5

## `/advanceditems giveall` Command

If you want to give a custom item to all players on the server, use the `/advanceditems giveall` command. Here's the format:

> #### /advanceditems giveall \<item> \<amount>

#### Arguments

* `<item>`: The name of the custom item you want to give.
* `<amount>`: The number of items you want to give to each player.

#### Example

To give all players 3 units of `EpicSword`, you would use the following command:

> #### /advanceditems giveall EpicSword 3

## Permissions

Remember, you need to have the appropriate permissions to use these commands. For giving items, the required permissions are `advanceditems.give` and `advanceditems.giveall` respectively.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://items.advancedplugins.net/general-information/giving-custom-items.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.
