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

# commands

### Player commands

* `/spawnbot` — open bot selection
* `/spawnbot normal`
* `/spawnbot crystal`
* `/spawnbot mace`
* `/spawnbot cart`
* `/spawnbot uhc`
* `/bot` — alias of `/spawnbot`
* `/pb spawn`
* `/pb info`
* `/pb help`

Cart aliases `cartpvp` and `cart_pvp` are accepted. UHC aliases `uhcpvp` and `uhc_pvp` are accepted.

### Admin commands

* `/pbadmin help`
* `/pbadmin trim` — configure default armor trims
* `/pbadmin egui` — open the in-game GUI editor
* `/pbadmin reload`
* `/pbadmin license`
* `/pbadmin license refresh`
* `/pbadmin license set <key-or-token>`
* `/pbadmin template create <template>`
* `/pbadmin template edit <template>`
* `/pbadmin template cancel`
* `/pbadmin template delete <template>`
* `/pbadmin template spawn <template> [target]`
* `/pbadmin template spawn <template> <amount>` — bulk spawn 1-500 bots
* `/pbadmin template spawn <template> [target] <world> <x> <y> <z> <yaw> <pitch>`
* `/pbadmin despawn <world> [bot]`

`/pbadmin inventory` remains a legacy alias for `/pbadmin trim`; documentation and new setups should use `/pbadmin trim`.

Bulk spawns are paced in safe batches and placed on a grid around the sender. Use a dedicated test world and increase counts gradually.


---

# 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, and the optional `goal` query parameter:

```
GET https://edelweiss-network.gitbook.io/practicebot/server-owner-guide/commands.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
