Skip to content

Placeholders

Ján Kluka edited this page Aug 10, 2025 · 18 revisions

PAPI / MVdW Placeholders

Currency Placeholders

  • %xprison_currency_[currency_name]_display_name% - Display currency display name
  • %xprison_currency_[currency_name]_prefix - Display currency prefix
  • %xprison_currency_[currency_name]_suffix% - Display currency suffix
  • %xprison_currency_[currency_name]_bal% - Display current balance (formatted based on currency config)
  • %xprison_currency_[currency_name]_bal_raw% - Display current balance (raw number)

Blocks Placeholders

  • %xprison_blocks% - Display player's total blocks mined as raw number
  • %xprison_blocks_1% - Display player's blocks mined as raw number (1000)
  • %xprison_blocks_2% - Display player's blocks mined with comma separation (1,000)
  • %xprison_blocks_3% - Display player's blocks mined with format (1.0k)

Ranks Placeholders

  • %xprison_rank% - Display player's current prison rank prefix
  • %xprison_next_rank% - Display next rank of player
  • %xprison_rankup_progress% - Display rankup/prestige progress in percentage
  • %xprison_rankup_progress_bar% - Displays progress bar of current rankup / prestige progress.
  • %xprison_next_rank_cost% - Display cost of next rank for player, or display cost of next prestige if player has max rank. (1,000.00)
  • %xprison_next_rank_cost_formatted% - Display formatted cost of next rank (1.0k)

Prestige Placeholders

  • %xprison_prestige% - Display player's current prestige
  • %xprison_prestige_id% - Display ID (numeric value) of player's prestige

Rebirth Placeholders

  • %xprison_rebirth% - Display player's current rebirth prefix

Multiplier Placeholders

  • %xprison_multiplier_player_[currency]% - Display player's multiplier based on currency name
  • %xprison_multiplier_global_[currency]% - Display global multiplier for currency

Pickaxe Levels Placeholders

  • %xprison_pickaxe_progress% - Displays progress bar of current pickaxe level of pickaxe that player is currently holding.

Autominer Placeholders

  • %xprison_autominer_time% - Display player's auto-miner time left

Gang Placeholders

  • %xprison_gang_name% - Display name of a gang where player currently is
  • %xprison_gang_value% -Display value of gang where player currently is
  • %xprison_gang_has_gang% - Returns "Yes" if player has gang, or "No" if does not.
  • %xprison_gang_is_leader% - Returns "Yes" if player has gang and is a leader of it, otherwise returns "No" if player has gang and is
  • %xprison_gang_leader_name% - Returns gang leader name if player has gang, otherwise returns empty string.
  • %xprison_gang_members_amount% - Returns number, amount of members in player's gang if player has gang, otherwise returns empty string.
  • %xprison_gang_members_online% - Returns number, amount of online members in player's gang if player has gang, otherwise returns empty string.

Mines Placeholders

  • %xprison_mine_[mine_name]_blocks_left% - Display current amount of blocks left in specific mine.
  • %xprison_mine_[mine_name]_blocks_left_percentage% - Display current percentage of blocks left in specific mine. (eg 50.49, without '%')
  • %xprison_mine_[mine_name]_reset_time% - Displays formatted time for next mine reset. (eg. 1h 30m 50s)

Need another placeholders? Contact me on Discord!

Clone this wiki locally