> For the complete documentation index, see [llms.txt](https://docs.ohalee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ohalee.com/products/ultimatebedwars/features.md).

# Features

## Scalable & Completly Automatic

The plugin is equipped with a system that allows you to use multiple lobbies and multiple servers for matches automatically without much work. In fact, it will be enough to start multiple servers with appropriate and correctly configured names to scale the system. Can be automated via Cerebrum. It is available to change the maximum number of servers that can be started and how many matches can be hosted by each server.

```yaml
pixel:
  leader: true
  server-prefix:
    generic: "bedwars-"
    lobby: "bedwars-lobby-"
    instance: "bedwars-instance-"
  servers:
    dynamically-start: false
    max-servers: 1
  matches:
    per-server: 30
    warning-percentage: 60
```

## LuckPerms & SlimeWorldManger

Compatible with Luckperms for prefixes and with SlimeWorldManager for optimal world management

## Leaderboards

The Leaderboard system is completely automatic. Each statistic is tracked for each type of bedwars (solo, duo, trio, squad), this allows for great flexibility. The plugin offers placeholders to create classic holograms.

<figure><img src="/files/HY8VDTyvenFbSlje4Tzy" alt=""><figcaption></figcaption></figure>

## Custom Games

Through Party it is possible to create private games that can be completely managed by the host. A lot of events within the game can be changed to make it more fun.

<figure><img src="/files/EfcgkfJO4OrXPcALcnQn" alt=""><figcaption><p>CUstom game GUI</p></figcaption></figure>

<figure><img src="/files/DYKHd6DyMi87zlcyobhW" alt=""><figcaption><p>Setting up a Custom Game</p></figcaption></figure>

## Killstreaks

Within the games it will be possible to have 3 killstreaks that can be activated when you get 3, 6, 10 kills in a row without ever dying.

1. Create a radius to indicate the location of the nearest person.
2. Get on a creeper and head towards your enemy to create an incredible explosion. Just like a commanded missile.
3. Become Thor and throw some lightning where you're looking.

## Game Monitoring

Features are also available for admins and staff. It is possible to quickly and easily spectate a player via a command and view the situation of all the games via GUI.

<figure><img src="/files/IwJoLmrIfYthg8cyqJDe" alt=""><figcaption></figcaption></figure>

### Online Player Monitoring - View Statistics online

<figure><img src="/files/TAss1711hkFVYI3ANxok" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/nb6bn94TkFjiH7ivyERo" alt=""><figcaption></figcaption></figure>


---

# 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://docs.ohalee.com/products/ultimatebedwars/features.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.
