7 lines
521 B
MCFunction
7 lines
521 B
MCFunction
$execute if score index main matches $(index) run data modify storage mq:main answer.author set value "$(author)"
|
|
$execute if score index main matches $(index) run data modify storage mq:main command_block.name set value "$(title)"
|
|
$execute if score index main matches $(index) run data modify storage mq:main command_block.alias set value $(alias)
|
|
|
|
data modify storage mq:main answer.title set from storage mq:main command_block.name
|
|
data modify storage mq:main answer.alias set from storage mq:main command_block.alias
|