Global Placeholders
Placeholders that are not related to a specific island or player.
superior_island_total_worth
Get the total worth-value of all islands.
superior_island_total_worth_format
Get the total worth-value of all islands formatted.
Example Output
1.9M
superior_island_total_level
Get the total island-levels of all islands.
superior_island_total_level_format
Get the total island-levels of all islands formatted.
Example Output
1.9M
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
Last updated