-
Notifications
You must be signed in to change notification settings - Fork 1
Commands and Permissions
Pychnight edited this page Dec 18, 2017
·
1 revision
Leveling exposes the following commands:
-
/addhp <player-name> <hp-amount>(permissionleveling.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>(permissionleveling.addmp): Adds a specified MP amount to the player. Value can be negative, but MP is capped at 20 and 400. -
/class [class-name](permissionleveling.class): Lets you see your classes and switch classes. -
/giveexp <player-name> <exp-amount>(permissionleveling.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(permissionleveling.exp): Shows your EXP, EXP to level up, and level/class. -
/leveldown <player-name>(permissionleveling.leveldown): Levels down the player. -
/levelup <player-name>(permissionleveling.levelup): Levels up the player. -
/multiplier <death|deathpvp|deathexp> <value>(permissionleveling.multiplier): Sets multipliers. -
/sendto <player-name> <rrr,ggg,bbb> <text>(permissionleveling.sendto): Sends the text in color to the player. -
/setclass <player-name> <class-name>(permissionleveling.setclass): Sets the class for the specified player. This will unlock the class if necessary.