🌳
SimpleClaimSystem
  • SimpleClaimSystem
  • Installation
    • Prerequisites
    • Installation
  • Configuration
    • config.yml
    • How to set up a gui
    • Langs
    • Claim settings
  • Commands
    • Player commands
    • Admin commands
  • Permissions
    • How to set up
    • Commands
    • Claims
    • Settings
  • Support
    • PlaceholderAPI
    • WorldGuard
    • Vault
    • Dynmap
    • Bluemap
    • Pl3xMap
    • GriefPrevention
  • API
    • Dependency
    • Accessing
    • Working with players
    • Working with claims
Powered by GitBook
On this page
  1. Support

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)

PreviousSettingsNextWorldGuard

Last updated 10 months ago