MrUltimateJobs

MrUltimateJobs Wiki

PlaceHolderAPI - Placeholders

🔢 PlaceholderAPI

Placeholder Description Example
%mrlibcore_muj_job_{job}_total_workers% Number of players currently employed in the specified job %mrlibcore_muj_job_miner_total_workers% → 7
%mrlibcore_muj_job_{job}_current_level% The player’s current level in the specified job %mrlibcore_muj_job_miner_current_level% → 3
%mrlibcore_muj_job_{job}_max_level% Maximum attainable level for the specified job %mrlibcore_muj_job_miner_max_level% → 10
%mrlibcore_muj_job_{job}_money_maked% Total money the player has earned from the specified job %mrlibcore_muj_job_miner_money_maked% → 1520
%mrlibcore_muj_job_{job}_topn_{type}_{position}% Player name at the given leaderboard position for the specified job.
{type} can be level or moneymaked.
{position} is a 1‑based index (e.g. 1 for the leader).
%mrlibcore_muj_job_miner_topn_level_1% → Steve
%mrlibcore_muj_job_miner_topn_moneymaked_3% → Alex
%mrlibcore_muj_job_{job}_topv_{type}_{position}% Value (level or money) at the given leaderboard position for the specified job.
Same {type} and {position} rules as above.
%mrlibcore_muj_job_miner_topv_level_1% → 5
%mrlibcore_muj_job_miner_topv_moneymaked_2% → 1,200
%mrlibcore_muj_jobs_total_workers% Total number of workers across **all** jobs on the server %mrlibcore_muj_jobs_total_workers% → 42
%mrlibcore_muj_job_current_jobs% How many jobs the player is currently employed in %mrlibcore_muj_job_current_jobs% → 2
%mrlibcore_muj_job_max_jobs% Maximum number of jobs a player may hold (configured per permission) %mrlibcore_muj_job_max_jobs% → 3
%mrlibcore_muj_job_totalmoneymaked% Total money the player has earned from **all** jobs combined %mrlibcore_muj_job_totalmoneymaked% → 4,850
ℹ️
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