About Leveling

The Leveling module allows players to level up their jobs by earning experience (XP) points.

Configuration files:

  • Main module configuration file - leveling.yml.
  • Reward configurations - in the level_rewards folder.

Commands

List of commands added by this module.

Command Arguments Description Permission
/jobs levels job Open Levels GUI for a job. excellentjobs.leveling.command.levels
/jobs level help Show help page. excellentjobs.leveling.command.level
/jobs level give player job amount -s Add job levels. excellentjobs.leveling.command.level.give
/jobs level take player job amount -s Remove job levels. excellentjobs.leveling.command.level.take
/jobs xp help Show help page. excellentjobs.leveling.command.xp
/jobs xp give player job amount -s Add job XP. excellentjobs.leveling.command.xp.give
/jobs xp take player job amount -s Remove job XP. excellentjobs.leveling.command.xp.take

Permissions

List of permissions added by this module.

Permission Description
excellentjobs.leveling.* Full module access.
excellentjobs.leveling.reward.autoclaim Automatically claims level rewards.
excellentjobs.leveling.command.* Access to all module commands.
excellentjobs.leveling.command.level Allows to use /jobs level command.
excellentjobs.leveling.command.level.give Allows to use /jobs level give command.
excellentjobs.leveling.command.level.take Allows to use /jobs level take command.
excellentjobs.leveling.command.xp Allows to use /jobs xp command.
excellentjobs.leveling.command.xp.give Allows to use /jobs xp give command.
excellentjobs.leveling.command.xp.take Allows to use /jobs xp take command.

Placeholders

List of PlaceholderAPI placeholders added by this module:

Placeholder Description
%excellentjobs_total_effective_level% Returns the total level of all active jobs for the player.
%excellentjobs_total_level% Returns the total level of all jobs for the player.
%excellentjobs_level_[jobId]% Returns the current level of the job.
%excellentjobs_xp_[jobId]% Returns the current XP of the job.
%excellentjobs_xp_required_[jobId]% Returns the amount of required XP for the level.