# Placeholders

The following placeholders are available inside plugin configuration files only.

# 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_node% - Job premission node.
  • %job_max_level% - Max. possible job level.
  • %job_max_secondary_level% - Max. possible job level as if Secondary job.
  • %job_employees_total% - Total amount of workers.
  • %job_employees_primary% - Amount of workers having this job as Primary job.
  • %job_employees_secondary% - Amount of workers having this job as Secondary job.
  • %job_state% - Job state.
  • %job_level% - Current job level.
  • %job_level_max% - Max job level (depends on 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.

# Objective Placeholders

  • %objective_action_type% - Objective Work 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 give.
  • %objective_xp_chance% - Chance to give job XP.
  • %objective_unlock_level% - Objective unlock level.

# Level Reward Placeholders

  • %reward_name% - Reward display name.
  • %reward_description% - Reward description.
  • %reward_requirement% - Reward requirements info.
  • %reward_level% - Required job level.
  • %reward_repeatable% - Whether reward is repeatable or not.

# Zone Placeholders

  • %zone_id% - Zone identifier.
  • %zone_name% - Zone display name.
  • %zone_description% - Zone description.

# Currency Placeholders

  • %currency_id% - Currency identifier.
  • %currency_name% - Currency display name.

# Booster Placeholders

  • %booster_xp_modifier% - XP boost as plain multiplier.
  • %booster_xp_percent% - XP boost in percent.
  • %booster_income_modifier% - Income boost as plain multiplier.
  • %booster_income_percent% - Income boost in percent.