IridiumSkyblock placeholders are composed of two components - the prefix, which determines what sort of data you're looking for, and the body, which determines what value you're looking for.
A placeholder will look like this:
iridiumskyblock_prefix_body
iridiumskyblock_island_level
iridiumskyblock_top_value_2_island_owner
iridiumskyblock_current_island_bank_crystals
Note: Every placeholder starts with
iridiumskyblock_
.
In order to take advantage of these placeholders, please make sure you have both a placeholder API and are using these placeholders with a plugin that has support for it.
island_
This will show a value related to the player's island.
current_island_
This will show a value related to the island that the player is currently standing on.
top_value_#_island_
This will show a value related to the island with the # highest block value.
top_experience_#_island_
This will show a value related to the island with the # highest amount of experience.
Body | Description |
---|---|
player_rank |
Displays the member rank of the player. |
player_name |
Displays the player's name. |
player_join |
Displays when the player joined the island. |
Body | Description |
---|---|
name |
Displays the name of the island. |
owner |
Displays the username of the island owner. |
description |
Displays the description of the island. |
create |
Displays when the island was created. |
value |
Displays the island's value. |
level |
Displays the island's level. |
experience |
Displays the amount of experience the island has. |
value_rank |
Displays the value rank of the island according to the leaderboard. |
experience_rank |
Displays the experience rank of the island according to the leaderboard. |
members_online |
Displays currently online members of the island. |
members_online_count |
Displays how many members of the island are online. |
members_offline |
Displays all members of the island. |
members_offline_count |
Displays how many members of the island are offline. |
members_count |
Displays how many members the island has. |
bank_<TYPE> |
Displays how much of the specified currency or experience is in the bank. |
<MATERIAL>_amount |
Displays how many of the specified block are on the island. |
<ENTITY>_amount |
Displays how many of the specified entity are on the island. |