# player usage

This page explains the features normal players interact with.

## Spawn a bot

| Command             | Description                       |
| ------------------- | --------------------------------- |
| `/spawnbot`         | Opens the bot type selection GUI. |
| `/spawnbot normal`  | Spawns a Normal PvP bot.          |
| `/spawnbot crystal` | Spawns a Crystal PvP bot.         |
| `/pb spawn`         | Opens the bot type selection GUI. |
| `/pb info`          | Shows plugin information.         |
| `/pb help`          | Shows player help.                |

`/bot` is an alias for `/spawnbot`.

`/pb` is an alias for `/practicebot`.

## Open bot settings

Shift-right-click your bot to open its settings GUI.

Normal bots expose player-controlled options such as:

* look at owner
* follow owner
* random walk
* hold shield
* use shield
* PvP settings
* inventory settings
* despawn

Crystal PvP bots expose CPvP-specific options such as:

* Crystal PvP on/off
* skill level
* block breaking
* pearls
* pearl cooldown
* mace combat
* golden apples
* heal threshold
* strafing
* obsidian placing
* anchoring mode
* reset settings

{% hint style="info" %}
Available player options depend on server permissions and the server owner's configuration. Staff can disable features or lock behavior through templates.
{% endhint %}

## Despawn your bot

Use the GUI despawn button, or ask staff to remove bots with `/pbadmin despawn <world> [bot]` if needed.

> **Media placeholder:** Add a GIF showing shift-right-clicking a bot and toggling one setting.


---

# 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://edelweiss-network.gitbook.io/practicebot/player-usage.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.
