@minecraft/creator-tools
Version:
Minecraft Creator Tools command line and libraries.
38 lines • 928 B
JSON
{
"id": "minecraft:player.level",
"title": "Player Level",
"description": "Defines the player's level.",
"fields": [
{
"id": "value",
"title": "Value",
"description": "The initial value of the player level.",
"dataType": 0
},
{
"id": "max",
"title": "Maximum Value",
"description": "The maximum player level value of the entity.",
"dataType": 0,
"samples": {
"/vanilla/behavior_pack/entities/player.json": [
{
"path": "/minecraft:entity/components/minecraft:player.level/",
"content": 24791
}
]
}
}
],
"samples": {
"/vanilla/behavior_pack/entities/player.json": [
{
"path": "/minecraft:entity/components/minecraft:player.level/",
"content": {
"value": 0,
"max": 24791
}
}
]
}
}