Name | <PlayerTag.xp_total> |
Returns | ElementTag(Number) |
Description | Returns the total amount of experience points the player has.
This is how much XP the player has ever received, not a current value. To get the current total, use PlayerTag.calculate_xp. Works with offline players. |
Generated Example |
|
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/PlayerTag.java#L2217 |