Placeholders

This page lists all of the placeholders available in IridiumSkyblock.

Note: There are no ecloud extensions for IridiumSkyblock in PlaceholderAPI. This means that you don't have to do /papi ecloud download <extension>. The placeholders will simply work. Running this command will break these placeholders.

Placeholder Wrapping and Notes
  • If you have PlaceholderAPI installed, you need to wrap the placeholder with percentage signs. Example: %iridiumskyblock_island_value%.

  • If you are using MVdWPlaceholderAPI, you need to wrap the placeholder with a curly bracket. Example: {iridiumskyblock_island_value}.

  • Placeholders with # should be replaced with the island's ranking on the island top, here's an Example: %iridiumskyblock_island_top_1_name%.

  • Placeholders with upgradeType should be replaced with the type of upgrade. Currently, you can replace it with blocklimit, member, size, warp, and generator.

  • Chat placeholders MUST be use with [ and ] surrounding them. Example: [ISLAND_RANK].

Using These Placeholders

IridiumSkyblock has many placeholders, and the best way to explain how they work is to separate them into parts.

Prefix

This is the first part of the placeholder and is REQUIRED in order to use any placeholders. Using a body without a prefix will result in the placeholder being displayed instead of the value it represents.

Example: iridiumskyblock_island_

Body

This is the second part of the placeholder and REQUIRED to use any placeholders. Using a prefix without a body will result in the placeholder being displayed instead of the value it represents.

Example: member_names

In the example provided, the entire placeholder would be iridiumskyblock_island_member_names.

PrefixDescriptionExample

iridiumskyblock_island_

This will show the placeholder result for the player's own island.

%iridiumskyblock_island_level% - This will show your island's level.

iridiumskyblock_current_

This will show the placeholder result for the island that the player is currently on.

%iridiumskyblock_current_level% - This will show the level of the island you're visiting.

iridiumskyblock_island_top_#_

This will show the placeholder result for the island top #.

%iridiumskyblock_island_top_1_level% - This will show the level of the top 1 island in the server.

Last updated