Skip to content

Placeholders

To use these placeholders, you must have PlaceholderAPI installed on your server. These placeholders can be used in any compatible plugin such as scoreboards, chat formatters, menus, and holograms.


Advanced Parkour registers the PlaceholderAPI identifier:

advancedparkour

These placeholders are used to display the statistics of the player viewing the placeholder.

PlaceholderDescription
%advancedparkour_name%Player name
%advancedparkour_uuid%Player UUID
%advancedparkour_games_played%Total runs started
%advancedparkour_completions%Total successful completions
%advancedparkour_uncompleted_runs%Total unfinished runs
%advancedparkour_perfect_runs%Total flawless runs
%advancedparkour_checkpoint_teleports%Total teleports back to checkpoints
%advancedparkour_checkpoints_reached%Total checkpoints reached

These placeholders allow you to fetch real-time data from specific arenas.


%advancedparkour_arena:<arena_id>:players%

Example:

%advancedparkour_arena:easy:players%

This returns the number of players currently inside that arena’s active game.