Adds or removes player experience.
Permission Level | Game Directors |
---|---|
Requires Cheats? | Yes |
Usage
Add XP
/xp <amount: int> [player: target]
Add
a given positive integer
amount of xp
to the target player
.
Remove XP
/xp <amount: int> [player: target]
Remove
a given negative integer
amount of xp
from the target player
.
Arguments
amount
: int Aninteger
of the experience to add to the player. May only be negative to remove xp.player
: target A player namestring
ortarget selector
to identify the player who should receive or lose xp.