-
Notifications
You must be signed in to change notification settings - Fork 50
PlaceHolderAPI
ChanceSD edited this page Nov 23, 2025
·
38 revisions
You can use PvPManager placeholders in other plugins that support PlaceholderAPI.
Requirements: Both PvPManager and PlaceholderAPI must be installed on your server.
To view all available placeholders: Run /papi info pvpmanager in-game or console.
To customize boolean values: Edit the PvPManager config file under the Placeholders > Boolean Format section to change how true/false values are displayed (e.g., symbols, colors, text).

The Premium column indicates placeholders exclusive to the premium version.
| Placeholder | Description | Premium |
|---|---|---|
| %pvpmanager_in_combat% | Returns true if the player is in combat |
|
| %pvpmanager_combat_timeleft% | Seconds left until out of combat | |
| %pvpmanager_combat_timeleft_ms% | Combat time left with millisecond precision | |
| %pvpmanager_combat_prefix% | The player's nametag prefix when in combat, empty otherwise | |
| %pvpmanager_pvp_status% | Returns true if pvp enabled, false otherwise |
|
| %pvpmanager_pvp_status_prefix% | PvP On or PvP Off prefix depending on PvP status, changed in the PvP Toggle config | X |
| %pvpmanager_pvp_command_timeleft% | Seconds until player can use /pvp again | |
| %pvpmanager_is_newbie% | Returns true if the player has newbie protection |
|
| %pvpmanager_newbie_timeleft% | Seconds until newbie protection expires | |
| %pvpmanager_newbie_timeleft_formatted% | Newbie protection time but formatted like 3 minutes 5 seconds | X |
| %pvpmanager_grant_timeleft% | Seconds until temp PvP protection ends | X |
| %pvpmanager_has_override% | Returns true if the player has override enabled |
|
| %pvpmanager_has_respawn_prot% | Returns true if the player has respawn protection |
|
| %pvpmanager_has_teleport_prot% | Returns true if the player has teleport protection |
X |
| %pvpmanager_player_health% | Shows the player's current health | |
| %pvpmanager_current_enemy% | Shows the last attacker/tagger of the player | |
| %pvpmanager_current_enemy_health% | Shows the health of the enemy player in numbers | |
| %pvpmanager_current_enemy_hearts% | Shows enemy player health through heart symbols (❤) | X |
| %pvpmanager_global_pvp_status% | Returns true if global PvP is enabled |
If there's anything you would like added as a placeholder, feel free to ask, preferably in discord or the spigot thread!