Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions Jobs/general/placeholderapi-placeholders.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,14 @@ AdvancedJobs integrates seamlessly with PlaceholderAPI, offering a wide array of
<td><code>%advancedjobs_&#x3C;job>_active%</code></td>
<td>Whether the player currently has the specified job active (<code>true</code> or <code>false</code>).</td>
</tr>
<tr>
<td><code>%advancedjobs_&#x3C;job>_progress%</code></td>
<td>The player's progress towards the next level in the specified job.</td>
</tr>
<tr>
<td><code>%advancedjobs_&#x3C;job>_required_progress%</code></td>
<td>The player's required progress towards the next level in the specified job.</td>
</tr>
<tr>
<td><code>%advancedjobs_&#x3C;job>_percentage_progress%</code></td>
<td>The player's progress percentage towards the next level in the specified job.</td>
Expand Down