Merge pull request #1063 from ChanceSD/branch1

[Wiki] Add PvPManager placeholders
This commit is contained in:
Andre_601 2024-05-18 12:54:28 +02:00 committed by GitHub
commit 7adecf162b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 29 additions and 0 deletions

View File

@ -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

View File

@ -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)**]