Skip to content

ChunkBlock placeholders#

ChunkBlock registers the magic-block placeholders inherited from the AOneBlock engine, all prefixed chunkblock_, plus five territory placeholders of its own.

The five you probably want on your scoreboard

  • %chunkblock_island_chunks% — chunks owned
  • %chunkblock_island_max_chunks% — the ceiling
  • %chunkblock_island_chunk_credit% — levels available to spend right now
  • %chunkblock_island_next_chunk_level% — the island level that buys the next chunk
  • %chunkblock_island_ring% — how far the territory reaches from the centre

credit and chunks together are the whole progression at a glance: "9 chunks, 3 to spend."

Placeholders that read a player's own island resolve to the island they own, even while they are standing on someone else's. The visited_island_* variants read the island the player is currently on.

BentoBox placeholders#

Placeholder Description BentoBox version
%chunkblock_world_friendly_name% Name of the gamemode's world 1.4.0
%chunkblock_world_islands% Number of islands in this gamemode's world 1.5.0
%chunkblock_island_distance% Half the distance between islands' centers of the gamemode's world 1.4.0
%chunkblock_island_distance_diameter% Distance between islands of the gamemode's world 1.5.0
%chunkblock_island_protection_range% Radius of the island's protection range 1.4.0
%chunkblock_island_protection_range_diameter% Diameter of the island's protection range 1.5.0
%chunkblock_island_owner% Name of the island's owner 1.4.0
%chunkblock_island_creation_date% Creation date of the island 1.4.0
%chunkblock_island_name% Name of the island 1.4.0
%chunkblock_island_name_<number>% Name of the players island 2.3.0
%chunkblock_island_center% Coordinates of the island's center 1.5.0
%chunkblock_island_center_x% X coordinate of the island's center 1.5.0
%chunkblock_island_center_y% Y coordinate of the island's center 1.5.0
%chunkblock_island_center_z% Z coordinate of the island's center 1.5.0
%chunkblock_island_members_max% Maximum number of members there can be on the island 1.5.0
%chunkblock_island_members_count% Number of members, subowners and owner there are on the island 1.5.0
%chunkblock_island_members_list% Comma separated list of player names that are at least MEMBER on the island 1.13.0
%chunkblock_island_members_list_<number>% Comma separated list of player names that are at least MEMBER on the players island 2.3.0
%chunkblock_island_trustees_count% Number of players trusted to the island 1.5.0
%chunkblock_island_coops_count% Number of players cooped to the island 1.5.0
%chunkblock_island_visitors_count% Number of players currently visiting the island 1.5.0
%chunkblock_island_bans_count% Number of players banned from the island 1.5.0
%chunkblock_visited_island_protection_range% Radius of the protection range of the island the player is standing on 1.5.2
%chunkblock_visited_island_protection_range_diameter% Diameter of the protection range of the island the player is standing on 1.5.2
%chunkblock_visited_island_owner% Name of the owner of the island the player is standing on 1.5.2
%chunkblock_visited_island_creation_date% Creation date of the island the player is standing on 1.5.2
%chunkblock_visited_island_name% Name of the island the player is standing on 1.5.2
%chunkblock_visited_island_center% Coordinates of the center of the island the player is standing on 1.5.2
%chunkblock_visited_island_center_x% X coordinate of the center of the island the player is standing on 1.5.2
%chunkblock_visited_island_center_y% Y coordinate of the center of the island the player is standing on 1.5.2
%chunkblock_visited_island_center_z% Z coordinate of the center of the island the player is standing on 1.5.2
%chunkblock_visited_island_members_max% Maximum number of members there can be on the island the player is standing on 1.5.2
%chunkblock_visited_island_members_count% Number of members, subowners and owner there are on the island 1.5.2
%chunkblock_visited_island_members_list% Comma separated list of player names that are at least MEMBER on the island the player is standing on 1.13.0
%chunkblock_visited_island_trustees_count% Number of players trusted on the island the player is standing on 1.5.2
%chunkblock_visited_island_coops_count% Number of players cooped to the island the player is standing on 1.5.2
%chunkblock_visited_island_visitors_count% Number of players currently visiting the island the player is standing on 1.5.2
%chunkblock_visited_island_bans_count% Number of players banned from the island the player is standing on 1.5.2
%chunkblock_has_island% Whether the player has an island or not 1.5.0
%chunkblock_owns_island% Whether the player is an owner of an island 1.14.0
%chunkblock_rank% Rank the player has on his island 1.5.0
%chunkblock_resets% Number of times the player has reset his island 1.5.0
%chunkblock_resets_left% Number of times the player can reset his island 1.5.0
%chunkblock_deaths% Number of times the player died 1.12.0
%chunkblock_on_island% Whether the player is on an island he is part of or not 1.13.0
%chunkblock_island_online_members_count% The number of online island members 2.0.1
%chunkblock_visited_island_online_members_count% The number of online visited island members 2.0.1

Bank placeholders#

Placeholder Description Bank version
%Bank_chunkblock_island_balance% Island balance of the player's island 1.1.0
%Bank_chunkblock_visited_island_balance% Island balance of the island the player is standing on 1.1.0
%Bank_chunkblock_island_balance_number% Island balance of the player's island as a raw number 1.3.0
%Bank_chunkblock_visited_island_balance_number% Island balance of the island the player is standing on as a raw number 1.3.0
%Bank_chunkblock_island_balance_formatted% Island balance of the player's island as formatted number 1.3.0
%Bank_chunkblock_visited_island_balance_formatted% Island balance of the island the player is standing on as formatted number 1.3.0
%Bank_chunkblock_top_value_<number>% Island balance of the <number>-th island on the leader board 1.1.0
%Bank_chunkblock_top_name_<number>% Island owner's name of the <number>-th island on the leader board 1.1.0
%Bank_chunkblock_top_island_<number>% Island name of the <number>-th island on the leader board 1.10.0
%Bank_chunkblock_latest_transaction% The player's most recent island bank transaction (rendered as [Username] [TxType] $[Amount]) 1.10.0

Challenges placeholders#

Placeholder Description Challenges version
%chunkblock_challenges_total_completion_count% Number of times the player completed challenges 0.8.3
%chunkblock_challenges_completed_count% Number of challenges the player has completed 0.8.3
%chunkblock_challenges_uncompleted_count% Number of challenges the player has not yet completed 0.8.3
%chunkblock_challenges_completed_percent% Percentage of all challenges the player has completed 1.8.0
%chunkblock_challenges_completed_level_count% Number of levels the player has completed 0.8.3
%chunkblock_challenges_uncompleted_level_count% Number of levels the player has not yet completed 0.8.3
%chunkblock_challenges_unlocked_level_count% Number of levels that are unlocked for the player 0.8.3
%chunkblock_challenges_locked_level_count% Number of levels that are locked for the player 0.8.3
%chunkblock_challenges_latest_level_name% Latest unlocked challenge level name 0.8.3
%chunkblock_challenges_latest_level_id% Latest unlocked challenge level id 0.8.3
%chunkblock_challenges_latest_level_completed_count% Number of challenges the player has completed in latest unlocked level 0.8.3
%chunkblock_challenges_latest_level_uncompleted_count% Number of challenges the player has not yet completed in latest unlocked level 0.8.3
%chunkblock_challenges_latest_level_completed_percent% Percentage of challenges the player has completed in latest unlocked level 1.8.0

Level placeholders#

Placeholder Description Level version
%Level_chunkblock_island_level% Island level of the player's island 1.9.0
%Level_chunkblock_visited_island_level% Island level of the island the player is standing on 1.9.0
%Level_chunkblock_top_value_<number>% Island level of the <number>-th island in the Top 10 1.9.0
%Level_chunkblock_top_name_<number>% Island owner's name of the <number>-th island in the Top 10 1.9.0
%Level_chunkblock_top_island_name_<number>% Name of the <number>-th island in the Top 10 2.11.0
%Level_chunkblock_top_members_<number>% List of the members of the `-th island in the Top 10 2.11.0
%Level_chunkblock_top_weighted_value_<number>% Weighted island level (level/number of members) of the <number>-th island in the Top 10 2.12.0
%Level_chunkblock_top_weighted_name_<number>% Weighted island level name (level/number of members) of the <number>-th island in the Top 10 2.12.0
%Level_chunkblock_top_weighted_members_<number>% Weighted island members (level/number of members) of the <number>-th island in the Top 10 2.12.0
%Level_chunkblock_top_weighted_island_name_<number>% Weighted island name (level/number of members) of the <number>-th island in the Top 10 2.12.0
%Level_chunkblock_points_to_next_level% Points to the next level for player 2.3.3
%Level_chunkblock_rank_value% Displays island rank value 2.7.2
%Level_chunkblock_island_level_raw% Unformatted island level 2.8.1
%Level_chunkblock_island_total_points% Total number of points counted before applying level formula 2.10.0
%Level_chunkblock_island_level_max% Maximum level this island has ever been. Current level maybe lower. 2.10.0

Likes placeholders#

Placeholder Description Likes version
%chunkblock_likes_addon_island_likes_count% Count of likes that are set to player island 1.7.0
%chunkblock_likes_addon_island_likes_place% Island place by likes count 1.7.0
%chunkblock_likes_addon_island_dislikes_count% Count of dislikes that are set to player island 1.7.0
%chunkblock_likes_addon_island_dislikes_place% Island place by dislikes count 1.7.0
%chunkblock_likes_addon_island_rank_count% Rank number (likes - dislikes) that are set to player island 1.7.0
%chunkblock_likes_addon_island_rank_place% Island place by rank 1.7.0
%chunkblock_likes_addon_island_stars_value% Average stars added to player island 2.0.0
%chunkblock_likes_addon_island_stars_place% Island place by stars 2.0.0
%chunkblock_likes_addon_visited_island_likes_count% Count of likes that are set to island at player location 2.1.0
%chunkblock_likes_addon_visited_island_likes_place% Island place by likes count for island at player location 2.1.0
%chunkblock_likes_addon_visited_island_dislikes_count% Count of dislikes that are set to island at player location 2.1.0
%chunkblock_likes_addon_visited_island_dislikes_place% Island place by dislikes count for island at player location 2.1.0
%chunkblock_likes_addon_visited_island_rank_count% Rank number (likes - dislikes) that are set to island at player location 2.1.0
%chunkblock_likes_addon_visited_island_rank_place% Island place by rank for island at player location 2.1.0
%chunkblock_likes_addon_visited_island_stars_value% Average stars added to island at player location 2.1.0
%chunkblock_likes_addon_visited_island_stars_place% Island place by stars for island at player location 2.1.0
%chunkblock_likes_addon_top_likes_owner_name_<number>% Island owner name who are in place <number> by likes 1.7.0
%chunkblock_likes_addon_top_likes_island_name_<number>% Island name which are in place <number> by likes 1.7.0
%chunkblock_likes_addon_top_likes_count_<number>% Count of likes for island that are in place <number> by likes 1.7.0
%chunkblock_likes_addon_top_dislikes_owner_name_<number>% Island owner name who are in place <number> by dislikes 1.7.0
%chunkblock_likes_addon_top_dislikes_island_name_<number>% Island name which are in place <number> by dislikes 1.7.0
%chunkblock_likes_addon_top_dislikes_count_<number>% Count of dislikes for island that are in place <number> by dislikes 1.7.0
%chunkblock_likes_addon_top_rank_owner_name_<number>% Island owner name who are in place <number> by rank 1.7.0
%chunkblock_likes_addon_top_rank_island_name_<number>% Island name which are in place <number> by rank 1.7.0
%chunkblock_likes_addon_top_rank_count_<number>% Rank value for island that are in place <number> by rank 1.7.0
%chunkblock_likes_addon_top_stars_owner_name_<number>% Island owner name who are in place <number> by stars 2.0.0
%chunkblock_likes_addon_top_stars_island_name_<number>% Island name which are in place <number> by stars 2.0.0
%chunkblock_likes_addon_top_stars_count_<number>% Average stars for island that are in place <number> by stars 2.0.0

MagicCobblestoneGenerator placeholders#

Placeholder Description MagicCobblestoneGenerator version
%chunkblock_magiccobblestonegenerator_active_generator_count% Number of currently active generators on player island 2.2.0
%chunkblock_magiccobblestonegenerator_max_active_generator_count% Number of maximal allowed active generators on player island 2.2.0
%chunkblock_magiccobblestonegenerator_active_generator_names% List of active generator names separated with comma 2.2.0
%chunkblock_magiccobblestonegenerator_unlocked_generator_names% List of unlocked generator names separated with comma 2.2.0
%chunkblock_magiccobblestonegenerator_purchased_generator_names% List of purchased generator names separated with comma 2.2.0
%chunkblock_magiccobblestonegenerator_generator_exhaustion_status% Exhaustion status (generated count / limit) for every active generator on the player island 2.8.0
%chunkblock_magiccobblestonegenerator_exhausted_generator_names% List of the player island's generators that are currently on exhaustion cooldown separated with comma 2.8.0

Limits placeholders#

Placeholder Description Limits version
%Limits_chunkblock_island_[material]_count% Current count of material (lower cased) on the island 1.17.2
%Limits_chunkblock_island_[material]_limit% The limit of material (lower cased) for the island 1.17.2
%Limits_chunkblock_island_reached_limits% Comma-separated list of every limited block, entity, and entity group that is at or over its limit across all dimensions 1.29.0
%Limits_chunkblock_island_reached_limits_overworld% Reached limits in the overworld only 1.29.0
%Limits_chunkblock_island_reached_limits_nether% Reached limits in the nether only 1.29.0
%Limits_chunkblock_island_reached_limits_end% Reached limits in the end only 1.29.0

TopBlock placeholders#

Placeholder Description TopBlock version
%chunkblock_island_player_name_top_<number>% Island owner's name at the <number> position 2.1.0
%chunkblock_island_member_names_top_<number>% Name of island team members at the <number> position 2.1.0
%chunkblock_island_phase_name_top_<number>% Name of the phase they have reached at the <number> position 2.1.0
%chunkblock_island_phase_number_top_<number>% Phase number (e.g. Plains is 1; Underground is 2) at the <number> position 2.1.0
%chunkblock_island_count_top_<number>% Block Count of magic blocks mined this round at the <number> position 2.1.0
%chunkblock_island_lifetime_top_<number>% Lifetime count of magic blocks mined at the <number> position 2.1.0

InvSwitcher placeholders#

Placeholder Description InvSwitcher version
%chunkblock_invswitcher_balance% The player's money balance for this gamemode's world 1.18.0
%chunkblock_invswitcher_balance_formatted% The player's money balance for this gamemode's world formatted with currency name 1.18.0

Last update: August 8, 2026 16:43:17