# Placeholders

### List of placeholders:﻿ <a href="#list-of-placeholders" id="list-of-placeholders"></a>

<table data-header-hidden><thead><tr><th width="283">Placeholder</th><th>Description</th><th>Example Output</th></tr></thead><tbody><tr><td>%vxkoth_next%</td><td>Seconds until the very next scheduled KOTH starts.</td><td>3600</td></tr><tr><td>%vxkoth_next_formatted%</td><td>Formatted time until the next scheduled KOTH starts.</td><td>01h 00m 00s</td></tr><tr><td>%vxkoth_&#x3C;KOTH>_active%</td><td>Is this specific KOTH currently running?</td><td><code>true</code> or <code>false</code></td></tr><tr><td>%vxkoth_&#x3C;KOTH>_name%</td><td>The internal name of the arena.</td><td>example</td></tr><tr><td>%vxkoth_&#x3C;KOTH>_displayname%</td><td>The display name of the arena.</td><td>example</td></tr><tr><td>%vxkoth_&#x3C;KOTH>_world%</td><td>The world the KOTH is located in.</td><td>world</td></tr><tr><td>%vxkoth_&#x3C;KOTH>_x%</td><td>The X coordinate of the arena's center.</td><td>150</td></tr><tr><td>%vxkoth_&#x3C;KOTH>_y%</td><td>The Y coordinate of the arena's center.</td><td>75</td></tr><tr><td>%vxkoth_&#x3C;KOTH>_z%</td><td>The Z coordinate of the arena's center.</td><td>-200</td></tr><tr><td>%vxkoth_&#x3C;KOTH>_next%</td><td>Seconds until <em>this specific arena</em> starts next.</td><td>86400</td></tr><tr><td>%vxkoth_&#x3C;KOTH>_next_formatted%</td><td>Formatted time until <em>this specific arena</em> starts next.</td><td>1d 00h 00m 00s</td></tr><tr><td>%vxkoth_&#x3C;KOTH>_capturer%</td><td>The exact name of the player currently capturing.</td><td><code>Example</code>(or <code>None</code>)</td></tr><tr><td>%vxkoth_&#x3C;KOTH>_timetaken%</td><td>Total seconds since the KOTH physically spawned.</td><td>120</td></tr><tr><td>%vxkoth_&#x3C;KOTH>_timetaken_formatted%</td><td>Formatted time since the KOTH spawned.</td><td>02:00</td></tr><tr><td>%vxkoth_&#x3C;KOTH>_timeleft%</td><td>Seconds remaining for the current capper to win.</td><td>245</td></tr><tr><td>%vxkoth_&#x3C;KOTH>_timeleft_formatted%</td><td>Formatted time remaining for the capper to win.</td><td>04:05</td></tr><tr><td>%vxkoth_&#x3C;KOTH>_time%</td><td>The total default capture time required to win (Seconds).</td><td>300</td></tr><tr><td>%vxkoth_&#x3C;KOTH>_time_formatted%</td><td>The total default capture time required (Formatted).</td><td>05:00</td></tr><tr><td>%vxkoth_&#x3C;KOTH>_maxtime%</td><td>Hard-limit timeout for the KOTH (Currently unlimited).</td><td>Unlimited</td></tr></tbody></table>


---

# 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://vortexstudio-1.gitbook.io/vortexstudio-docs/vxkoth/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.
