Skip to content

Commands and Permissions

Pychnight edited this page Dec 18, 2017 · 1 revision

Commands

Leveling exposes the following commands:

  • /addhp <player-name> <hp-amount> (permission leveling.addhp): Adds a specified HP amount to the player. Value can be negative, but HP is capped at 100 and 32767.
  • /addmp <player-name> <hp-amount> (permission leveling.addmp): Adds a specified MP amount to the player. Value can be negative, but MP is capped at 20 and 400.
  • /class [class-name] (permission leveling.class): Lets you see your classes and switch classes.
  • /giveexp <player-name> <exp-amount> (permission leveling.giveexp): Gives EXP to the player. Value can be negative, but not zero.
  • /giveonce <player-name> <item-name> [stack] [prefix] (permission: leveling.giveonce): Gives the item once to the player. Cannot be done more than once.
  • /exp (permission leveling.exp): Shows your EXP, EXP to level up, and level/class.
  • /leveldown <player-name> (permission leveling.leveldown): Levels down the player.
  • /levelup <player-name> (permission leveling.levelup): Levels up the player.
  • /multiplier <death|deathpvp|deathexp> <value> (permission leveling.multiplier): Sets multipliers.
  • /sendto <player-name> <rrr,ggg,bbb> <text> (permission leveling.sendto): Sends the text in color to the player.
  • /setclass <player-name> <class-name> (permission leveling.setclass): Sets the class for the specified player. This will unlock the class if necessary.

Clone this wiki locally