# Placeholders

| Placeholder                                     | Default Value |
| ----------------------------------------------- | ------------- |
| `%velorabridge_online_visible%`                 | `0`           |
| `%velorabridge_online_all%`                     | `0`           |
| `%velorabridge_vanished_total%`                 | `0`           |
| `%velorabridge_proxies_online%`                 | `0`           |
| `%velorabridge_server_online_visible_<server>%` | `0`           |
| `%velorabridge_server_online_all_<server>%`     | `0`           |
| `%velorabridge_proxy_online_<proxyId>%`         | `0`           |
| `%velorabridge_player_server%`                  | `unknown`     |
| `%velorabridge_player_previous_server%`         | `unknown`     |
| `%velorabridge_player_vanished%`                | `false`       |
| `%velorabridge_player_visible%`                 | `false`       |
| `%velorabridge_player_online_global%`           | `false`       |

## ➕ count\_online Placeholder

The `count_online` placeholder allows you to combine multiple server player counts into a single value.

Instead of using commas, servers are separated using a `+`.

***

### 📌 Syntax

```
%velorabridge_count_online_<server1+server2+server3>%
```

***

### 🧠 How It Works

* Each server name is separated by `+`
* Player counts from all listed servers are summed together
* Uses Redis for fast and scalable lookups
* Includes all players (vanished included)


---

# 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://veloraplugins.gitbook.io/veloraplugins/readme/features/placeholders.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.
