# Placeholders

{% hint style="danger" %}
**This project has reached end of life and is no longer maintained.**

**We recommend you transition to** [**NookureStaff**](https://builtbybit.com/resources/nookurestaff-staffmode-utils.25460/)**, it's free**
{% endhint %}

<table><thead><tr><th>Placeholder</th><th width="407.3333333333333">Explanation</th><th>Expected output</th></tr></thead><tbody><tr><td>%mastaff_staffmode%</td><td>Returns if a player is or not in staffmode</td><td>boolean</td></tr><tr><td>%mastaff_staffcount%</td><td>Returns the number of staffs (players with mast.staff permission)</td><td>number</td></tr><tr><td>%mastaff_servercount%</td><td>Returns the servercount - the players that are vanished</td><td>number</td></tr><tr><td>%mastaff_glow:color%</td><td>Returns the color in legacy format of the glow feature</td><td>string</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://mastaff.nookure.com/bukkit/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.
