> 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/practicebot.md).

# PracticeBot

Official PracticeBot 1.9.11 documentation for server owners and addon developers.

### PracticeBot

Official documentation for PracticeBot 1.9.11, a standalone Minecraft PvP training platform for Paper, Folia, and Canvas.

PracticeBot includes its own player-NPC engine, so Citizens and NexusNPC are not required. It provides player-spawned bots, reusable staff templates, live GUI editors, configurable nameplates, PlaceholderAPI support, administration tools, and a public Java API for addon developers.

> Use the server-owner guides for installation and configuration. Addon developers should compile against the standalone API artifact and use only `com.sheldera.practicebot.api.*`.

#### Supported bot modes

* Normal melee PvP
* Crystal PvP, including optional respawn-anchor combat
* Mace PvP
* Cart PvP
* Modern UHC PvP
* Dummy bots for templates, integrations, and controlled scenarios

#### Main features

* Embedded player-NPC engine with Paper, Folia, and Canvas support
* Player spawn and per-bot settings GUIs
* Live template editor with offline-player Mojang skin lookup
* Fully configurable GUI items, including independent visual states
* Enhanced TextDisplay nameplates with optional health display
* Template kill statistics, PlaceholderAPI placeholders, and optional kill taunts
* ID-based runtime bot administration and maintenance commands
* Validated live configuration editing through `/pbadmin config`
* Public Bukkit Services API with lifecycle events, immutable state, runtime settings, metadata, and asynchronous inventory control

#### Where to start

**Server owners**

1. [Installation](https://edelweiss-network.gitbook.io/practicebot/server-owner-guide/installation)
2. [License activation](https://edelweiss-network.gitbook.io/practicebot/server-owner-guide/license)
3. [First setup](https://edelweiss-network.gitbook.io/practicebot/server-owner-guide/first-setup)
4. [Commands](https://edelweiss-network.gitbook.io/practicebot/server-owner-guide/commands)
5. [Configuration](https://edelweiss-network.gitbook.io/practicebot/server-owner-guide/configuration)
6. [Templates](https://edelweiss-network.gitbook.io/practicebot/templates-1)
7. [Upgrade guide](https://edelweiss-network.gitbook.io/practicebot/upgrade-guide)
8. [Troubleshooting](https://edelweiss-network.gitbook.io/practicebot/troubleshooting)

**Addon developers**

1. [Developer guide](https://edelweiss-network.gitbook.io/practicebot/developer-guide)
2. [Setup and dependency](https://edelweiss-network.gitbook.io/practicebot/setup-and-dependency)
3. [Service access](https://edelweiss-network.gitbook.io/practicebot/service-access)
4. [Spawning bots](https://edelweiss-network.gitbook.io/practicebot/spawning-bots)
5. [Bot handles and state](https://edelweiss-network.gitbook.io/practicebot/developer-guide/bot-handles-and-state)
6. [Runtime PvP settings](https://edelweiss-network.gitbook.io/practicebot/developer-guide/cpvp-runtime-settings)
7. [Events](https://edelweiss-network.gitbook.io/practicebot/developer-guide/events)
8. [Threading and safety](https://edelweiss-network.gitbook.io/practicebot/threading-and-safety)
9. [Public API reference](https://edelweiss-network.gitbook.io/practicebot/reference/public-api-reference)

#### Reference

* [Config Reference](https://edelweiss-network.gitbook.io/practicebot/reference/config-reference)
* [GUI Reference](https://edelweiss-network.gitbook.io/practicebot/reference/gui-reference)
* [Template Reference](https://edelweiss-network.gitbook.io/practicebot/reference/template-reference)
* [Public API Reference](https://edelweiss-network.gitbook.io/practicebot/reference/public-api-reference)
* [Documentation Map](https://edelweiss-network.gitbook.io/practicebot/summary)

#### API compatibility boundary

Only `com.sheldera.practicebot.api.*` is a supported addon contract. Classes in internal, bot, combat, GUI, license, NPC-engine, and manager packages may change between builds. Depending on the public API prevents obfuscation and implementation changes from breaking addons.


---

# 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/practicebot.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.
