> For the complete documentation index, see [llms.txt](https://docs.ohalee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ohalee.com/products/ultimateoneblock/placeholders.md).

# Placeholders

UltimateOneBlock registers a **PlaceholderAPI** expansion under the identifier `oneblock`. Placeholders resolve for the player they are parsed for. The `island_` prefix targets the player's **own** island, while the plain form targets the island the player is currently standing on.

{% hint style="info" %}
Placeholders return `Not Loaded` when the player or the relevant island isn't loaded yet.
{% endhint %}

## Player

<table><thead><tr><th width="300">Placeholder</th><th>Description</th></tr></thead><tbody><tr><td>%oneblock_player_fly%</td><td>Whether the player has island fly toggled on</td></tr><tr><td>%oneblock_player_chat%</td><td>Whether the player has island chat toggled on</td></tr></tbody></table>

## Island

Replace the `island_` prefix with nothing to read the island the player is currently on (e.g. `%oneblock_level%`), or keep it to read the player's own island (e.g. `%oneblock_island_level%`).

<table><thead><tr><th width="320">Placeholder</th><th>Description</th></tr></thead><tbody><tr><td>%oneblock_island_level%</td><td>Island level</td></tr><tr><td>%oneblock_island_id%</td><td>Island id</td></tr><tr><td>%oneblock_island_name%</td><td>Island name</td></tr><tr><td>%oneblock_island_owner%</td><td>Island owner's name</td></tr><tr><td>%oneblock_island_members%</td><td>Number of trusted members</td></tr><tr><td>%oneblock_island_visitors%</td><td>Number of current visitors</td></tr><tr><td>%oneblock_island_bans%</td><td>Number of banned players</td></tr><tr><td>%oneblock_island_open%</td><td>Whether the island is open to visitors</td></tr><tr><td>%oneblock_island_blocks%</td><td>Total island core blocks broken</td></tr><tr><td>%oneblock_island_current_blocks%</td><td>Core blocks broken in the current phase</td></tr><tr><td>%oneblock_island_percent_phase%</td><td>Progress toward the next phase</td></tr><tr><td>%oneblock_island_phase%</td><td>Current phase name</td></tr><tr><td>%oneblock_island_x%</td><td>Island core X coordinate</td></tr><tr><td>%oneblock_island_z%</td><td>Island core Z coordinate</td></tr></tbody></table>

## Leaderboards

<table><thead><tr><th width="320">Placeholder</th><th>Description</th></tr></thead><tbody><tr><td>%oneblock_top_&#x3C;position>%</td><td>Name of the island at the given leaderboard position</td></tr><tr><td>%oneblock_top_blocks_&#x3C;position>%</td><td>Blocks-broken total of the island at the given position</td></tr></tbody></table>
