-
Notifications
You must be signed in to change notification settings - Fork 62
Placeholders
Ján Kluka edited this page Aug 10, 2025
·
18 revisions
- %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)
- %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)
- %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)
- %xprison_prestige% - Display player's current prestige
- %xprison_prestige_id% - Display ID (numeric value) of player's prestige
- %xprison_rebirth% - Display player's current rebirth prefix
- %xprison_multiplier_player_[currency]% - Display player's multiplier based on currency name
- %xprison_multiplier_global_[currency]% - Display global multiplier for currency
- %xprison_pickaxe_progress% - Displays progress bar of current pickaxe level of pickaxe that player is currently holding.
- %xprison_autominer_time% - Display player's auto-miner time left
- %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.
- %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!
- config.yml
- autominer.yml
- autosell.yml
- block-rewards.yml
- enchants.yml
- currencies.yml
- multipliers.yml
- ranks.yml
- prestiges.yml
- pickaxe-levels.yml
- pickaxe-skins.yml
- gangs.yml
- mines.yml
- bombs.yml
- blocks.yml
- mining-stats.yml
- rebirths.yml
- autosell.json
- blessing.json
- blockbooster.json
- charity.json
- efficiency.json
- explosive.json
- fly.json
- fortune.json
- gangvaluefinder.json
- gemfinder.json
- haste.json
- jumpboost.json
- keyalls.json
- keyfinder.json
- laserbeam.json
- layer.json
- nightvision.json
- nuke.json
- prestigefinder.json
- salary.json
- speed.json
- tokenfinder.json
- unbreaking.json
- voucherfinder.json
- robotfinder.json
- gem-merchant.json
- token-merchant.json
- custom-enchant.json
- custom-currency-enchant.json
