# Give

**Description**\
Give a custom item (or API custom item) to a player, all players, or yourself.

**Command / Invocation**\
`uci give <Item Id|Name> <PlayerId|all>`

**Visible args**\
`<Item Id> <Player Id/All>`

**Required permission**\
`uci.give`

**Aliases**\
`g`

**Example usage**\
`uci give 42 1` — gives item id 42 to player with id 1.\
`uci give "My Custom Item" all` — gives that custom item to all players.

**Behavior notes**

* Accepts either numeric ID or display name (strips tags).
* Supports both `ICustomItem` and `APICustomItem` instances.
* Special handling for `SCP330` candy items (handles candy bag fullness).
* Validates that the target player exists and is not a spectator/destroyed and that the inventory is not full.
* Supports `all` to give to all ready players who have inventory space.


---

# 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.uci.ucserver.it/uncomplicatedcustomitems/api/commands/admin-commands/give.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.
