-
Notifications
You must be signed in to change notification settings - Fork 55
Placeholders
Ján Kluka edited this page Feb 1, 2023
·
14 revisions
- %xprison_tokens% - Display player's tokens as raw number
- %xprison_tokens_formatted% - Display player's tokens in formatted String
- %xprison_blocks% - Display player's total blocks mined as raw number
- %xprison_tokens_1% - Display player's tokens as raw number (1000)
- %xprison_tokens_2% - Display player's tokens with comma separation (1,000)
- %xprison_tokens_3% - Display player's tokens with format (1.0k)
- %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_gems% - Display player's gems
- %xprison_gems_formatted% - Display player's gems in formatted String
- %xprison_gems_1% - Display player's gems as raw number (1000)
- %xprison_gems_2% - Display player's gems with comma separation (1,000)
- %xprison_gems_3% - Display player's gems 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_multiplier_sell% - Display player's sell multiplier
- %xprison_multiplier_token% - Display player's token multiplier
- %xprison_multiplier_global_sell% - Display global sell multiplier
- %xprison_multiplier_global_token% - Display global token multiplier
- %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!