> For the complete documentation index, see [llms.txt](https://thisistails.gitbook.io/tailslib/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://thisistails.gitbook.io/tailslib/tailslib-rus/user-guide/commands.md).

# Commands

## Designations

* () - Required argument
* `[]` - Optional argument
* `executor` - Player or console who executed a command.

***

## Custom Item command

`/citem`

### Description

Command for giving custom items.

### Usage

```
/citem <item id> [amount] [player]
```

**Permission**: `tailslib.commands.citem`

### Arguments

* ItemID - ID of item to give
* amount - Amount to give \[Optional, default `1`]
* player - Player to give to \[Optional, default `to executor`]

***

## Custom Block command

`/cblock`

### Description

Command to check if block binded or place block by this command.

### Usage

```
/cblock (block) (binded/place (x) (y) (z) [world] [owner] [replace])
```

**Permission**: `tailslib.commands.cblock`

### Arguments

* block - Block ID
* binded/place - Subcommand

#### Binded subcommand

**Description:** Check if block binded to some custom item or not.

**Args:**

* None

#### Place subcommand

**Description**: Place this block

Args:

* x, y, z - coords
* world - World \[Optional, default `executors world`, keywords: `this` - `executors world`]
* owner - Who owns this block \[Optional, default `no one`, keywords: `me` - `executor`]
* replace - Should replace block if exists? \[Optional, default `false`, keywords - `yes`, `true`]

***

## Custom Block manager command

### Description

Commands for custom block manager

### Usage

```
/cbmanager (validate/info)
```

**Permission**: `tailslib.commands.cbmanager`

### Arguments

* validate/info - subcommands

#### Validate subcommand

**Description**: Start validate all blocks.

**Args**:

* None

#### Info subcommand

**Description**: Info about total blocks on your server

**Args**:

* None


---

# 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://thisistails.gitbook.io/tailslib/tailslib-rus/user-guide/commands.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.
