Placeholders
PlaceholderAPI
%excellentjobs_<job>_level%
- Current job level.%excellentjobs_<job>_xp%
- Current job XP.%excellentjobs_<job>_xp_required%
- Total amount of XP for next job level.%excellentjobs_<job>_xp_to_up%
- Left amount of XP for next job level (required - current).%excellentjobs_<job>_xp_to_down%
- Left amount of XP for previous job level (downgrade).%excellentjobs_<job>_xp_multiplier%
- XP multiplier.%excellentjobs_<job>_xp_boost_multiplier%
- XP multiplier from all boosters.%excellentjobs_<job>_xp_boost_percent%
- The same as above, but in percent.%excellentjobs_<job>_currency_multiplier_<currency>%
- Currency multiplier.%excellentjobs_<job>_currency_boost_multiplier_<currency>%
- Currency multiplier from all boosters.%excellentjobs_<job>_currency_boost_percent_<currency>%
- The same as above, but in percent.%excellentjobs_<job>_top_level_<pos>_name%
- Name of the player in top level leaderboard.%excellentjobs_<job>_top_level_<pos>_value%
- Value of the player in top level leaderboard.%excellentjobs_<job>_employees_total%
- Total amount of job employees.%excellentjobs_<job>_employees_primary%
- Amount of primary job employees.%excellentjobs_<job>_employees_secondary%
- Amount of secondary job employees.
Where:
<job>
is job unique identifier (equals to the job directory name).<currency>
is currency unique identifier (look in config.yml).<pos>
is leaderboard position (from 1 to unlimited).
Internal Placeholders
This is a list of placeholders to use inside plugin configurations. For a list of PlaceholderAPI placeholders, see above.
Job Placeholders:
%job_id%
- Job identifier.%job_name%
- Job display name.%job_description%
- Job description.%job_permission_required%
- Job premission requirement (true/false).%job_permission_note%
- Job premission node.%job_state%
- Job state.%job_xp%
- Current job XP.%job_xp_max%
- Total amount of job XP for next level.%job_xp_to_up%
- Amount of XP for level up.%job_xp_to_down%
- Amount of XP for level down.%job_level%
- Current job level.%job_level_max%
- Max job level (depends on job state).%job_max_level%
- Max possible job level.%job_max_secondary_level%
- Max job level for Secondary state.%job_employees_total%
- Total amount of job employees.%job_employees_primary%
- Amount of job employees with Primary state.%job_employees_secondary%
- Amount of job employees with Secondary state.
Objective Placeholders:
%objective_action_type%
- Objective Action Type name.%objective_name%
- Objective internal name.%objective_chance%
- Objective chance.%objective_currency_min%
- Min amount of currency to pay (currency context only).%objective_currency_max%
- Max amount of currency to pay (currency context only).%objective_currency_chance%
- Chance to pay with currency (currency context only).%objective_xp_min%
- Min amount of job XP to give.%objective_xp_max%
- Max amount of job XP to givee.%objective_xp_chance%
- Chance to give job XP.%objective_unlock_level%
- Objective unlock level.
Currency Placeholders:
%currency_id%
- Currency identifier.%currency_name%
- Currency display name.
Booster Placeholders:
%booster_timeleft%
- Booster timeleft.
Last updated