diff --git a/docs/users/placeholder-list.md b/docs/users/placeholder-list.md index 3e11009..7183de4 100644 --- a/docs/users/placeholder-list.md +++ b/docs/users/placeholder-list.md @@ -339,6 +339,7 @@ Further details on how to contribute to this list or the wiki as a whole can be - **[ProQuest](#proquest)** - **[ProtectionStones](#protectionstones)** - **[PVPLevels](#pvplevels)** + - **[PvPManager](#pvpmanager)** - **[PVP Stats](#pvp-stats)** - **[PvPStats Plugin](#pvpstats-plugin)** @@ -5126,6 +5127,31 @@ Please see ?510 for a list of all expansions officially maintained by the Placeh ---- +- ### **[PvPManager](https://www.spigotmc.org/resources/845/)** + > NO DOWNLOAD COMMAND + + For a description of the placeholders please read the [PvPManager Wiki](https://github.com/ChanceSD/PvPManager/wiki/PlaceHolderAPI) + + ``` + %pvpmanager_in_combat% + %pvpmanager_combat_timeleft% + %pvpmanager_combat_prefix% + %pvpmanager_pvp_status% + %pvpmanager_pvp_status_prefix% + %pvpmanager_pvp_command_timeleft% + %pvpmanager_is_newbie% + %pvpmanager_newbie_timeleft% + %pvpmanager_newbie_timeleft_formatted% + %pvpmanager_grant_timeleft% + %pvpmanager_has_override% + %pvpmanager_has_respawn_prot% + %pvpmanager_has_teleport_prot% + %pvpmanager_current_enemy% + %pvpmanager_current_enemy_health% + ``` + +---- + - ### **[PVP Stats](http://dev.bukkit.org/bukkit-plugins/pvp-stats/)** > NO DOWNLOAD COMMAND diff --git a/docs/users/plugins-using-placeholderapi.md b/docs/users/plugins-using-placeholderapi.md index 3463954..ba3f46c 100644 --- a/docs/users/plugins-using-placeholderapi.md +++ b/docs/users/plugins-using-placeholderapi.md @@ -728,6 +728,9 @@ If your plugin isn't shown here and you want it to be added, [read the Wiki READ - **[PvPLevels](https://www.spigotmc.org/resources/20807/)** - [ ] Supports placeholders. - [x] Provides own placeholders. [**[Link](placeholder-list.md#pvplevels)**] +- **[PvPManager](https://www.spigotmc.org/resources/845/)** + - [x] Supports placeholders. + - [x] Provides own placeholders. [**[Link](placeholder-list.md#pvpmanager)**] - **[PvP Stats](http://dev.bukkit.org/bukkit-plugins/pvp-stats/)** - [ ] Supports placeholders. - [x] Provides own placeholders. [**[Link](placeholder-list.md#pvp-stats)**]