# Placeholders

### Gucci Custom Placeholders

<table data-full-width="true"><thead><tr><th>Placeholder (%placeholder%)</th><th>Description</th></tr></thead><tbody><tr><td><code>factionsuuid_faction_discord_set</code></td><td>Whether the faction has thier <code>/f discord</code> set</td></tr><tr><td><code>factionsuuid_faction_paypal_set</code></td><td>Wether the faction has thier <code>/f paypal</code> set</td></tr><tr><td><code>factionsuuid_faction_strikes</code></td><td>Number of strike a faction has received</td></tr><tr><td><code>factionsuuid_grace_timer</code></td><td>Number of milliseconds until grace is over</td></tr><tr><td><code>factionsuuid_grace_timer_string</code></td><td>Time until grace is over, formatted (1h 22m Left)</td></tr><tr><td><code>factionsuuid_fgrace_timer_noformat</code></td><td>Number of seconds until grace is over</td></tr><tr><td><code>factionsuuid_faction_shield_status</code></td><td>If you are protected by shield. Values configurable.</td></tr><tr><td><code>factionsuuid_faction_shield_string</code></td><td>`Shield Not Set` or `Shielded From 1 -> 12`</td></tr><tr><td><code>factionsuuid_faction_shield_end</code></td><td>Ending hour of shield protection time</td></tr><tr><td><code>factionsuuid_faction_shield_start</code></td><td>Starting hour of shield protection time</td></tr><tr><td><code>factionsuuid_faction_shield_protected</code></td><td>True/False status of shield protection</td></tr><tr><td><code>factionsuuid_faction_leader</code></td><td>Name of the faction leader</td></tr></tbody></table>

## FactionsUUID Placeholders <a href="#facplaceholders-factionsuuidplaceholders" id="facplaceholders-factionsuuidplaceholders"></a>

<table data-full-width="true"><thead><tr><th>Placeholder (%placeholder%)</th><th>Description</th></tr></thead><tbody><tr><td><code>rel_factionsuuid_relation</code></td><td>The relation between the 2 players</td></tr><tr><td><code>rel_factionsuuid_relation_color</code></td><td>Color of the relation between the 2 players</td></tr><tr><td><code>factionsuuid_player_name</code></td><td>The player's name</td></tr><tr><td><code>factionsuuid_player_lastseen</code></td><td>Last time the player was seen on the server or their online status</td></tr><tr><td><code>factionsuuid_player_group</code></td><td>Player's permission group</td></tr><tr><td><code>factionsuuid_player_balance</code></td><td>Player's money</td></tr><tr><td><code>factionsuuid_player_power</code></td><td>Player's power</td></tr><tr><td><code>factionsuuid_player_maxpower</code></td><td>Max power a player can have</td></tr><tr><td><code>factionsuuid_player_kills</code></td><td>Kills by this player</td></tr><tr><td><code>factionsuuid_player_deaths</code></td><td>Deaths by this player</td></tr><tr><td><code>factionsuuid_player_role</code></td><td>Player's faction role</td></tr><tr><td><code>factionsuuid_player_role_name</code></td><td>Player's faction role's name</td></tr><tr><td><code>factionsuuid_faction_name</code></td><td>Faction's tag</td></tr><tr><td><code>factionsuuid_faction_power</code></td><td>Faction's current power</td></tr><tr><td><code>factionsuuid_faction_powermax</code></td><td>Faction's max power</td></tr><tr><td><code>factionsuuid_faction_description</code></td><td>Faction's long description</td></tr><tr><td><code>factionsuuid_faction_claims</code></td><td>Number of claimed chunks</td></tr><tr><td><code>factionsuuid_faction_maxclaims</code></td><td>Max Number of claimable chunks</td></tr><tr><td><code>factionsuuid_faction_founded</code></td><td>Date your faction was founded</td></tr><tr><td><code>factionsuuid_faction_joining</code></td><td>If your faction is allowing new members</td></tr><tr><td><code>factionsuuid_faction_peaceful</code></td><td>If your faction is peaceful</td></tr><tr><td><code>factionsuuid_faction_powerboost</code></td><td>Faction's current powerboost</td></tr><tr><td><code>factionsuuid_faction_warps</code></td><td>Number of warps</td></tr><tr><td><code>factionsuuid_faction_raidable</code></td><td>If HCF features are enabled, shows if your faction is raidable</td></tr><tr><td><code>factionsuuid_faction_home_world</code></td><td>World of your faction's home</td></tr><tr><td><code>factionsuuid_faction_home_x</code></td><td>X coordinate of your faction's home</td></tr><tr><td><code>factionsuuid_faction_home_y</code></td><td>Y coordinate of your faction's home</td></tr><tr><td><code>factionsuuid_faction_home_z</code></td><td>Z coordinate of your faction's home</td></tr><tr><td><code>factionsuuid_faction_land_value</code></td><td>Total value of your faction's land</td></tr><tr><td><code>factionsuuid_faction_land_refund</code></td><td>How much your faction would get if they refunded the land</td></tr><tr><td><code>factionsuuid_faction_bank_balance</code></td><td>Faction's bank balance</td></tr><tr><td><code>factionsuuid_faction_allies</code></td><td>Number of allies</td></tr><tr><td><code>factionsuuid_faction_enemies</code></td><td>Number of enemies</td></tr><tr><td><code>factionsuuid_faction_truces</code></td><td>Number of truces</td></tr><tr><td><code>factionsuuid_faction_online</code></td><td>Number of players online in your faction</td></tr><tr><td><code>factionsuuid_faction_offline</code></td><td>Number of players offline in your faction</td></tr><tr><td><code>factionsuuid_faction_size</code></td><td>Total online and offline faction members</td></tr><tr><td><code>factionsuuid_faction_kills</code></td><td>Total kills your faction has</td></tr><tr><td><code>factionsuuid_faction_deaths</code></td><td>Total deaths your faction has</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://docs.supremeventures.ca/premium-plugins/factions-fork/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.
