PlaceholderAPI Placeholders
Last updated
Last updated
AdvancedJobs integrates seamlessly with PlaceholderAPI, offering a wide array of placeholders that provide dynamic information about jobs. These placeholders can be used in various parts of your server, such as in chat, on scoreboards, or within GUIs, to display job-specific data for each player. Below is a table outlining the available placeholders and their functions:
Placeholder | Explanation |
---|---|
<job>
- An ID of job OR the slot number (from 0) of player's active job. I.e. %advancedjobs_0_name%
is a name of player's first active job
%advancedjobs_limit%
The maximum number of jobs a player can have.
%advancedjobs_in_jobs%
The current number of active jobs a player is part of.
%advancedjobs_active%
List of all player's jobs
%advancedjobs_current_points%
The current points a player has accumulated.
%advancedjobs_<job>%
%advancedjobs_<job>_level%
The player's level in the specified job.
%advancedjobs_<job>_name%
The name of the specified job.
%advancedjobs_<job>_active%
Whether the player currently has the specified job active (true
or false
).
%advancedjobs_<job>_percentage_progress%
The player's progress percentage towards the next level in the specified job.
%advancedjobs_<job>_required_points%
The total points required to reach the next level in the specified job.
%advancedjobs_<job>_required_points_left%
The points a player needs to accumulate to reach the next level in the specified job.