MrVoteTrain Wiki
Documentation
PlaceholderAPI - Placeholders
✨ PlaceholderAPI
| Placeholder | Description | Example |
|---|---|---|
%mrlibcore_mvt_votes% |
Total votes a player has received | %mrlibcore_mvt_votes% → 42 |
%mrlibcore_mvt_points% |
Current vote points of a player | %mrlibcore_mvt_points% → 150 |
%mrlibcore_mvt_current_votes% |
Total votes accumulated on the server so far | %mrlibcore_mvt_current_votes% → 3 214 |
%mrlibcore_mvt_needed_votes% |
Votes required to reach the next server‑wide goal (as defined in the config) | %mrlibcore_mvt_needed_votes% → 5 000 |
%mrlibcore_mvt_top_{position}_votes% |
Name of the player at the given position on the **votes** leaderboard | %mrlibcore_mvt_top_1_votes% → Steve |
%mrlibcore_mvt_top_{position}_points% |
Name of the player at the given position on the **points** leaderboard | %mrlibcore_mvt_top_2_points% → Alex |
%mrlibcore_mvt_top_{position}_vname% |
Vote count of the player at the given position on the **votes** leaderboard | %mrlibcore_mvt_top_1_vname% → 78 |
%mrlibcore_mvt_top_{position}_pname% |
Points count of the player at the given position on the **points** leaderboard | %mrlibcore_mvt_top_2_pname% → 210 |
ℹ️
Info:
These placeholders are registered in PlaceholderAPIIntegration.java under the mrlibcore namespace. They are available to any plugin that has PlaceholderAPI installed.
Last updated 11 hours ago