VoteParty provides PlaceholderAPI placeholders that you can utilize inside any plugin that supports PlaceholderAPI. You can also use any PlaceholderAPI placeholder inside of VoteParty. (PlaceholderAPI placeholders list) To utilize with plugins such as FeatherBoard, change the below placeholders from %% to {placeholderapi_<placeholder>}. Example: {placeholderapi_voteparty_votes_recorded}
Placeholder | Return Value | Description |
%voteparty_votes_recorded% | Text | Returns the current amount of votes towards a Vote Party. |
%voteparty_votes_required_party% | Text | Returns the amount of votes left that are needed for a Vote Party to happen. |
%voteparty_votes_required_total% | Text | Returns the total amount of votes needed for a Vote Party to happen. |
%voteparty_player_votes% | Text | DEPRECATED. Returns the total amount of votes a player has. |
%voteparty_top_TYPE_INFO_PLACEMENT% | Text | Returns information about the placement voter depending on the input. |
%voteparty_placement_TYPE% | Text | Returns the player's spot in the leaderboard with the given type. |
%voteparty_totalvotes_TYPE% | Text | Returns the total votes of a player in the time-frame of the type provided. |
Type
The type placeholder refers to the list of placeholders above that contain TYPE
in them. The options for these are daily
, weekly
, monthly
, and alltime
.
Info
The info placeholder refers to the list of placeholders above that contain INFO
in them. The options for these can be name
or votes
.
The placement is just the placement of the player in the leaderboard, so like 1
would return the top voter, 2
would return the 2nd top voter, etc.
Example Placeholders:
%voteparty_top_alltime_name_1%
- Returns the name of the top voter of all time %voteparty_top_monthly_name_1%
- Returns the name of the top voter in the past month
There is no download required anymore to utilize the VoteParty placeholders. It is all built into the plugin.