# Commands

### How can I withdraw heart?

You can do this through the **main** command.

**Use it as follows:**

`/lifesteal withdraw`

### How can I reload configuration when the server is running?

You can do this through the **main** command.

**Use it as follows:**

`/lifesteal reload`

### How can I add an item of extra life to my inventory?

You can do this through the **main** command.

**Use it as follows:** *(remember to adjust values to your needs)*

`/lifesteal give extra_heart <player> <chance of success> <amount>`

### How can I add an revive book to my inventory?

You can do this through the **main** command.

**Use it as follows:** *(remember to adjust values to your needs)*

`/lifesteal give revive_book <player> <amount>`

### How can I add, remove or set hearts directly to my health bar?

You can do this through the **main** command.

**Use it as follows:** *(remember to change values to your needs)*

`/lifesteal hearts <add / remove / set> <player> <amount>`

### How can I check amount of hearts of other player?

You can do this through the **main** command.

**Use it as follows:**

`/lifesteal hearts check <player>`

### How can I see who has been banned for having no hearts?

You can do this through the **main** command.

**Use it as follows:**

`/lifesteal bans`

### How can I unban someone who has been banned for no hearts left?

You can do this through the **main** command.

**Use it as follows:**

`/lifesteal bans remove <player>`

### How can I get server information for faster help on discord?

You can do this through the **main** command.

**Use it as follows:**

`/lifesteal debug`

### Aliases

You **don't have** to use that **long command**! You can **always use a shortened** **version** of **it**. The **alternatives** for the `/lifesteal` command are `/ls`, `/pls`, `/p-ls`, `/plifesteal` or `/p-lifesteal`.


---

# 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://devprzemus.gitbook.io/lifesteal/usage/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.
