Player Select Menu Issues
Im trying to make this button show whoever has the player_id 1 but it instead shows the selector
{
"type": "minecraft:multi_action",
"title": "Select A Player",
"actions": [
{
"label": {
"selector": "@a[scores={player_id=1}]",
"type": "selector"
}
}
]
}
Continue to help post