mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2024-11-18 00:46:55 +01:00
Add PvPManager placeholders
This commit is contained in:
parent
93dc06f70d
commit
5d974213cb
@ -339,6 +339,7 @@ Further details on how to contribute to this list or the wiki as a whole can be
|
|||||||
- **[ProQuest](#proquest)**
|
- **[ProQuest](#proquest)**
|
||||||
- **[ProtectionStones](#protectionstones)**
|
- **[ProtectionStones](#protectionstones)**
|
||||||
- **[PVPLevels](#pvplevels)**
|
- **[PVPLevels](#pvplevels)**
|
||||||
|
- **[PvPManager](#pvpmanager)**
|
||||||
- **[PVP Stats](#pvp-stats)**
|
- **[PVP Stats](#pvp-stats)**
|
||||||
- **[PvPStats Plugin](#pvpstats-plugin)**
|
- **[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/)**
|
- ### **[PVP Stats](http://dev.bukkit.org/bukkit-plugins/pvp-stats/)**
|
||||||
> NO DOWNLOAD COMMAND
|
> NO DOWNLOAD COMMAND
|
||||||
|
|
||||||
|
@ -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/)**
|
- **[PvPLevels](https://www.spigotmc.org/resources/20807/)**
|
||||||
- [ ] Supports placeholders.
|
- [ ] Supports placeholders.
|
||||||
- [x] Provides own placeholders. [**[Link](placeholder-list.md#pvplevels)**]
|
- [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/)**
|
- **[PvP Stats](http://dev.bukkit.org/bukkit-plugins/pvp-stats/)**
|
||||||
- [ ] Supports placeholders.
|
- [ ] Supports placeholders.
|
||||||
- [x] Provides own placeholders. [**[Link](placeholder-list.md#pvp-stats)**]
|
- [x] Provides own placeholders. [**[Link](placeholder-list.md#pvp-stats)**]
|
||||||
|
Loading…
Reference in New Issue
Block a user