Expand description
Tablist module - custom header/footer with dynamic placeholders.
§Configuration
| Field | Default | Description |
|---|---|---|
enabled | false | Whether this module is active |
header | "" | Header text. Supports placeholders and Minecraft formatting codes |
footer | "" | Footer text. Supports placeholders and Minecraft formatting codes |
§Placeholders
| Placeholder | Description | Example Output |
|---|---|---|
{player} | Current player’s name | Notch |
{online} | Number of online players | 42 |
{tps} | Server TPS (ticks per second) | 20.0 |
{mspt} | Milliseconds per tick | 5.2 |
Structs§
- Tablist
- Handles tab-list mechanics, including custom messages.
- Tablist
Config - Configuration for the tablist mechanics module.