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
%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.

Last updated 1 week ago