# 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)
