# Global Placeholders

### superior\_island\_total\_count

Get the total count of islands on the server.

#### Example Output

3,400

### superior\_island\_total\_count\_format

Get the total count of islands on the server formatted.

#### Example Output

3.4K

### superior\_island\_total\_count\_raw

Get the total count of islands on the server in raw format.

#### Example Output

3400

### superior\_island\_total\_level

Get the total island-levels of all islands.

#### Example Output

1,900,000.00

### superior\_island\_total\_level\_format

Get the total island-levels of all islands formatted.

#### Example Output

1.9M

### superior\_island\_total\_level\_int

Get the total island-levels of all islands as an integer.

#### Example Output

1900000

### superior\_island\_total\_level\_raw

Get the total island-levels of all islands in raw format.

#### Example Output

1900000.00

### superior\_island\_total\_worth

Get the total worth-value of all islands.

#### Example Output

1,900,000.00

### superior\_island\_total\_worth\_format

Get the total worth-value of all islands formatted.

#### Example Output

1.9M

### superior\_island\_total\_worth\_int

Get the total worth-value of all islands as an integer.

#### Example Output

1900000

### superior\_island\_total\_worth\_raw

Get the total worth-value of all islands in raw format.

#### Example Output

1900000.00

### superior\_island\_top\_worth\_<#>

Get the name of an island in a specific place sorted by worth-values.

#### Parameters

*<#>*: The position of the island to get, ranging from 1.

#### Example Usage

`superior_island_top_worth_1`

### superior\_island\_top\_worth\_value\_<#>

Get the worth-value of an island in a specific place sorted by worth-values.

#### Parameters

*<#>*: The position of the island to get, ranging from 1.

#### Example Usage

`superior_island_top_worth_value_1`

### superior\_island\_top\_worth\_leader\_<#>

Get the leader's name of an island in a specific place sorted by worth-values.

#### Parameters

*<#>*: The position of the island to get, ranging from 1.

#### Example Usage

`superior_island_top_worth_leader_1`

### superior\_island\_top\_worth\_<#>\_\<placeholder>

Run a placeholder on an island in a specific place sorted by worth-values.

#### Parameters

*<#>*: The position of the island to get, ranging from 1.

\<placeholder>: The placeholder to run.

#### Example Usage

`superior_island_top_worth_1_bank_limit`

### superior\_island\_top\_level\_<#>

Get the name of an island in a specific place sorted by island-levels.

#### Parameters

*<#>*: The position of the island to get, ranging from 1.

#### Example Usage

`superior_island_top_level_1`

### superior\_island\_top\_level\_value\_<#>

Get the island-level of an island in a specific place sorted by island-levels.

#### Parameters

*<#>*: The position of the island to get, ranging from 1.

#### Example Usage

`superior_island_top_level_value_1`

### superior\_island\_top\_level\_leader\_<#>

Get the leader's name of an island in a specific place sorted by island-levels.

#### Parameters

*<#>*: The position of the island to get, ranging from 1.

#### Example Usage

`superior_island_top_level_leader_1`

### superior\_island\_top\_level\_<#>\_\<placeholder>

Run a placeholder on an island in a specific place sorted by island-levels.

#### Parameters

*<#>*: The position of the island to get, ranging from 1.

\<placeholder>: The placeholder to run.

#### Example Usage

`superior_island_top_level_1_bank_limit`

### superior\_island\_top\_rating\_<#>

Get the name of an island in a specific place sorted by ratings.

#### Parameters

*<#>*: The position of the island to get, ranging from 1.

#### Example Usage

`superior_island_top_rating_1`

### superior\_island\_top\_rating\_value\_<#>

Get the ratings-value of an island in a specific place sorted by ratings.

#### Parameters

*<#>*: The position of the island to get, ranging from 1.

#### Example Usage

`superior_island_top_rating_value_1`

### superior\_island\_top\_rating\_leader\_<#>

Get the leader's name of an island in a specific place sorted by ratings.

#### Parameters

*<#>*: The position of the island to get, ranging from 1.

#### Example Usage

`superior_island_top_rating_leader_1`

### superior\_island\_top\_rating\_<#>\_\<placeholder>

Run a placeholder on an island in a specific place sorted by ratings.

#### Parameters

*<#>*: The position of the island to get, ranging from 1.

\<placeholder>: The placeholder to run.

#### Example Usage

`superior_island_top_rating_1_bank_limit`

### superior\_island\_top\_players\_<#>

Get the name of an island in a specific place sorted by amount of players in islands.

#### Parameters

*<#>*: The position of the island to get, ranging from 1.

#### Example Usage

`superior_island_top_players_1`

### superior\_island\_top\_players\_value\_<#>

Get the amount of players inside an island in a specific place sorted by amount of players in islands.

#### Parameters

*<#>*: The position of the island to get, ranging from 1.

#### Example Usage

`superior_island_top_players_value_1`

### superior\_island\_top\_players\_leader\_<#>

Get the leader's name of an island in a specific place sorted by amount of players in islands.

#### Parameters

*<#>*: The position of the island to get, ranging from 1.

#### Example Usage

`superior_island_top_players_leader_1`

### superior\_island\_top\_players\_<#>\_\<placeholder>

Run a placeholder on an island in a specific place sorted by amount of players in islands.

#### Parameters

*<#>*: The position of the island to get, ranging from 1.

\<placeholder>: The placeholder to run.

#### Example Usage

`superior_island_top_players_1_bank_limit`


---

# 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://wiki.bg-software.com/superiorskyblock/overview/placeholders/global-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.
