Name | Experience |
Syntax | experience [set/give/take] (level) [<#>] |
Short Description | Gives or takes experience points to the player. |
Full Description | This command allows modification of a players experience points.
Experience can be modified in terms of XP points, or by levels. This command works with offline players, but using it on online players is safer. |
Related Tags | <PlayerTag.xp> Returns the percentage of experience points to the next level.
<PlayerTag.xp_to_next_level> Returns the amount of XP the player needs to get to the next level. (...)
<PlayerTag.xp_total> Returns the total amount of experience points the player has. (...)
<PlayerTag.xp_level> Returns the number of XP levels the player has. (...)
|
Usage Example |
|
Usage Example |
|
Usage Example |
|
Usage Example |
|
Group | player |
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/scripts/commands/player/ExperienceCommand.java#L22 |