MrUltimateJobs
Back

PlaceHolderAPI - Placeholders

Updated 3 months ago

🔢 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
%mrlibcore_muj_active_booster_{number of active booster}_name%

Returns the name of the player's first active booster

FROM new version 2.0.3

%mrlibcore_muj_active_booster_1_name% → XP Booster - Mythical
%mrlibcore_muj_active_booster_{number of active booster}_time%

Returns the remaining time of the player's first active booster

FROM new version 2.0.3

%mrlibcore_muj_active_booster_1_time% → 300s
%mrlibcore_muj_active_booster_{number of active booster}_multiplayer%

Returns the multiplier of the player's first active booster

FROM new version 2.0.3

%mrlibcore_muj_active_booster_1_multiplayer% → 2.0x
%mrlibcore_muj_job_{job}_current_exp%

Current EXP of the player at the current level of the specified job

FROM new version 2.0.4

%mrlibcore_muj_job_builder_current_exp% → XX
%mrlibcore_muj_job_{job}_max_exp%

Maximum EXP required to level up in the specified job

FROM new version 2.0.4

%mrlibcore_muj_job_builder_max_exp% → XX
ℹ️
Info:

These placeholders are registered in PlaceholderAPIIntegration.java under the mrlibcore namespace. They are available to any plugin that has PlaceholderAPI installed.