6 lines
540 B
MCFunction
6 lines
540 B
MCFunction
$summon minecraft:marker $(x) $(y) $(z) {Tags:["mq","default"],CustomName:"$(name)"}
|
|
|
|
execute store result score length func.temp run data get storage mq:main command_block.alias
|
|
execute if score length func.temp matches 1.. run data modify storage mq:main command_block.name set from storage mq:main command_block.alias[0]
|
|
execute if score length func.temp matches 1.. run data remove storage mq:main command_block.alias[0]
|
|
execute if score length func.temp matches 1.. run function mq:quiz/macro/summon2 with storage mq:main command_block |