Merge pull request #783 from matahombres/patch-2

Update Deprecated placeholders
This commit is contained in:
Andre_601 2022-01-05 20:54:26 +01:00 committed by GitHub
commit 655d2813d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 4 deletions

View File

@ -1110,13 +1110,20 @@ A majority of these Expansions are maintained by the PlaceholderAPI team and can
> /papi ecloud download ScoreboardObjectives
Get info from a scoreboard objective.
More info about the expansion can be found on the [Spigot Page](https://www.spigotmc.org/resources/placeholderapi-scoreboard-objectives-placeholder.48236/)
```
%objective_score_<obj-name>%
%objective_score_<obj-name>_[otherEntry]%
%objective_displayname_{<obj-name>}%
%objective_score_{<obj-name>}%
%objective_score_{<obj-name>}_{[otherEntry]}%
%objective_scorep_{<obj-name>}%
%objective_scorep_{<obj-name>}_{[otherPlayer]}%
%objective_scoreposhigh_{<obj-name>}_{<#>}%
%objective_scoreposlow_{<obj-name>}_{<#>}%
%objective_entryposhigh_{<obj-name>}_{<#>}%
%objective_entryposlow_{<obj-name>}_{<#>}%
```
**Note**: `[otherEntry]` can be another player name, Offline Player name, or non-player Entry
----