Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the player's level.
Player Level Properties
| Name | Default Value | Type | Description | Example Values |
|---|---|---|---|---|
| max | not set | Integer number | The maximum player level value of the entity. | Player: 24791 |
| value | not set | Integer number | The initial value of the player level. |
Samples
Player
"minecraft:player.level": {
"max": 24791,
"value": 0
}