Commands
List of the available commands
<this> means that the argument is required. [this] means that the argument is optional.
/levelOpens the Levels menu.
Requires
aurora.levels.usepermission.
/level milestonesOpens the Milestones menu.
Requires
aurora.levels.milestones.usepermission.
/level reloadReload all configurations and apply reward correctors to currently online players
Requires
aurora.levels.admin.reloadpermission.
/level set <level> <player> [silent]Sets the player to the given level.
if
slientis provided and it is true, then there won't be any notifications sent.Requires
aurora.levels.admin.setpermission.
/level setraw <level> <player> [silent]Sets the player to the given level without giving the rewards.
This should only be used for TESTING since reward correctors will override this on the next login.
if
slientis provided and it is true, then there won't be any notifications sent.Requires
aurora.levels.admin.setrawpermission.
/level addxp <xp> <player> [silent]Sets the player to the given level.
if
slientis provided and it is true, then there won't be any notifications sent. XP action bar will be sent even ifsilentistrue. Only the command sender won't get any feedback message. Since you will probably use this command in other plugins to give your players XP as a reward, this will probably be the correct behavior.Requires
aurora.levels.admin.addxppermission.
Last updated