IridiumSkyblock
  • 🌳Getting Started with IridiumSkyblock
  • FAQ
  • General
    • Features
    • Commands
    • Permissions
    • Placeholders
    • Materials
  • api
    • Dependencies
    • Examples
  • GUI
    • Items
    • Editing the GUI
  • Configurations
    • Overview
      • Blockvalues.yml
      • Boosters.yml
      • Configuration.yml
      • Inventories.yml
      • Missions.yml
      • Schematics.yml
      • Shop.yml
      • Upgrades.yml
      • Commands.yml
  • Links
    • Upload Your Log
    • Join Our Support Discord
Powered by GitBook
On this page
  • Using These Placeholders
  • Prefix
  • Body

Was this helpful?

  1. General

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.

Prefix
Description
Example

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.

Placeholder

Description

name

This will return the island's name.

owner

This will return the island owner's name.

rank

This will return the island's rank in the island top.

level

This will return the island's total level.

value

This will return the island's total value.

members

This will return the number of island members.

visitors

This will return the number of visitors on the island.

players

This will return the number of players currently on the island.

member_names

This will return all the names of all island members separated by commas.

visitor_names

This will return all the names of all island visitors separated by commas.

player_names

This will return all the names of all players on the island separated by commas.

experience

This will return the amount of experience the island currently has.

experience_required

This will return how much experience is required for the next level.

experience_remaining

This will return how much remaining experience is needed to level up.

overworld_biome

This will return the island's selected biome in the overworld.

nether_biome

This will return the island's selected biome in the nether.

end_biome

This will return the island's selected biome in the end.

bank_experience

This will return the island's total experience in the bank.

bank_crystals

This will return the island's total amount of crystals in the bank.

bank_money

This will return the island's total amount of money in the bank.

upgrade_upgradeType_level

This will return the island's upgrade level of the specified upgradeType.

upgrade_member_amount

This will return the max amount of island members that the island can get.

upgrade_warp_amount

This will return the max amount of island warps that the island can get.

upgrade_size_dimensions

This will return the island's size dimensions.

Placeholder
Description

ISLAND_LEVEL

Displays the level of the island the player belongs to.

ISLAND_RANK

Displays the rank of the island the player belongs to.

ISLAND_VALUE

Displays the value of the island the player belongs to.

PreviousPermissionsNextMaterials

Last updated 3 years ago

Was this helpful?