Variable Support
# 1. Related Information
This plugin currently registers the following PAPI variables (requires: PlaceholderAPI)
| Variable Name | Display Content |
|---|---|
| %playerTop_[type]_[rank]% | Value of corresponding type ranking |
| %playerTop_[type]_[rank]_name% | Player name of corresponding type ranking (1.1.6+) |
| %playerTop_[type]_rank% | Current player's ranking (1.2.2+) |
| %playerTop_[type]_rankVault% | Value of current player's ranking (1.4.6+) |
| %playerTop_[type]_[playerName]_playerRank% | Specified player ranking (1.4.3+) |
| %playerTop_[type]_[playerName]_playerRankVault% | Value of specified player ranking (1.4.3+) |
# Examples
- %playerTop_vault_1% is the data for gold ranking 1
- %playerTop_vault_1_name% is the player name for gold ranking 1
- If you configure variables in papi.yml
- For example, you configure %playerTitle_number%
- Then the variable becomes %playerTop_playerTitle_number_1%
- Variable formats in papi.yml need to be configured in format.yml first to return normally
# PAPI Special Notes
You can use the following commands to query the corresponding variable results
/papi parse me %playerTop_vault_1_name%
/papi parse me %playerTop_vault_1%