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 how much experience each player action should take.
Player Experience Properties
| Name | Default Value | Type | Description | Example Values |
|---|---|---|---|---|
| max | 5 | Integer number | The maximum player experience of this entity. | Player: 1 |
| value | 1 | Integer number | The initial value of the player experience. |
Samples
Player
"minecraft:player.experience": {
"max": 1,
"value": 0
}