이전퀴즈 데이터팩
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
$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
|
||||
Reference in New Issue
Block a user