PlaceholderAPI

List of available placeholders.

Available placeholders :

  • %scs_player_claims_count% : number of player's claims.

  • %scs_claim_name% : name of claim at player's location.

  • %scs_claim_owner% : name of claim's owner at player's location.

  • %scs_claim_members_count% : members count of claim at player's location.

  • %scs_claim_members_online% : number of online members of claim at player's location.

  • %scs_claim_spawn% : spawn's loc of claim at player's location.

  • %scs_setting_{setting}% : value of a setting of claim at player's location.

  • %scs_claim_is_in_sale% : return true or false if the claim is in sale.

  • %scs_claim_sale_price% : return the price of the claim.

  • %scs_player_max_claims% : return the max claims amount for a player.

  • %scs_player_remain_claims% : return the amount of remains claims of a player (max-claims - claims-count).

  • %scs_player_teleportation_delay% : return the teleportation delay of a player.

  • %scs_player_max_members% : return the max members per claim value of a player.

  • %scs_player_claim_cost% : return the cost of a new claim for a player.

  • %scs_player_claim_cost_multiplier% : return the cost multiplier for a player.

  • %scs_player_max_chunks_per_claim% : return the max chunks per claim for a player.

  • %scs_player_max_chunks_total% : return the max chunks total for a player

  • %scs_player_remain_chunks% : return the amount of remains chunks of a player (max-chunks-total - chunks-count)

Last updated