Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- for((a=0;a<=23;a++)); do
- touch "h_"$a"_m_00_29.mcfunction"
- echo "execute if score #minute main matches 00..14 run function clock:h_"$a"_m_00_14" >> "h_"$a"_m_00_29.mcfunction"
- echo "execute if score #minute main matches 15..29 run function clock:h_"$a"_m_15_29" >> "h_"$a"_m_00_29.mcfunction"
- done
- for((a=0;a<=23;a++)); do
- touch "h_"$a"_m_00_14.mcfunction"
- echo "execute if score #minute main matches 00..07 run function clock:h_"$a"_m_00_07" >> "h_"$a"_m_00_14.mcfunction"
- echo "execute if score #minute main matches 08..14 run function clock:h_"$a"_m_08_14" >> "h_"$a"_m_00_14.mcfunction"
- done
- for((a=0;a<=23;a++)); do
- touch "h_"$a"_m_00_07.mcfunction"
- echo "execute if score #minute main matches 00..03 run function clock:h_"$a"_m_00_03" >> "h_"$a"_m_00_07.mcfunction"
- echo "execute if score #minute main matches 04..07 run function clock:h_"$a"_m_04_07" >> "h_"$a"_m_00_07.mcfunction"
- done
- for((a=0;a<=23;a++)); do
- touch "h_"$a"_m_00_03.mcfunction"
- echo "execute if score #minute main matches 00..01 run function clock:h_"$a"_m_00_01" >> "h_"$a"_m_00_03.mcfunction"
- echo "execute if score #minute main matches 02..03 run function clock:h_"$a"_m_02_03" >> "h_"$a"_m_00_03.mcfunction"
- done
- for((a=0;a<=23;a++)); do
- touch "h_"$a"_m_00_01.mcfunction"
- echo "execute if score #minute main matches 00 run scoreboard objectives modify main displayname {\"text\":\""$a":00\"}" >> "h_"$a"_m_00_01.mcfunction"
- echo "execute if score #minute main matches 01 run scoreboard objectives modify main displayname {\"text\":\""$a":01\"}" >> "h_"$a"_m_00_01.mcfunction"
- done
- for((a=0;a<=23;a++)); do
- touch "h_"$a"_m_02_03.mcfunction"
- echo "execute if score #minute main matches 02 run scoreboard objectives modify main displayname {\"text\":\""$a":02\"}" >> "h_"$a"_m_02_03.mcfunction"
- echo "execute if score #minute main matches 03 run scoreboard objectives modify main displayname {\"text\":\""$a":03\"}" >> "h_"$a"_m_02_03.mcfunction"
- done
- for((a=0;a<=23;a++)); do
- touch "h_"$a"_m_04_07.mcfunction"
- echo "execute if score #minute main matches 04..05 run function clock:h_"$a"_m_04_05" >> "h_"$a"_m_04_07.mcfunction"
- echo "execute if score #minute main matches 06..07 run function clock:h_"$a"_m_06_07" >> "h_"$a"_m_04_07.mcfunction"
- done
- for((a=0;a<=23;a++)); do
- touch "h_"$a"_m_04_05.mcfunction"
- echo "execute if score #minute main matches 04 run scoreboard objectives modify main displayname {\"text\":\""$a":04\"}" >> "h_"$a"_m_04_05.mcfunction"
- echo "execute if score #minute main matches 05 run scoreboard objectives modify main displayname {\"text\":\""$a":05\"}" >> "h_"$a"_m_04_05.mcfunction"
- done
- for((a=0;a<=23;a++)); do
- touch "h_"$a"_m_06_07.mcfunction"
- echo "execute if score #minute main matches 06 run scoreboard objectives modify main displayname {\"text\":\""$a":06\"}" >> "h_"$a"_m_06_07.mcfunction"
- echo "execute if score #minute main matches 07 run scoreboard objectives modify main displayname {\"text\":\""$a":07\"}" >> "h_"$a"_m_06_07.mcfunction"
- done
- for((a=0;a<=23;a++)); do
- touch "h_"$a"_m_08_14.mcfunction"
- echo "execute if score #minute main matches 08..11 run function clock:h_"$a"_m_08_11" >> "h_"$a"_m_08_14.mcfunction"
- echo "execute if score #minute main matches 12..14 run function clock:h_"$a"_m_12_14" >> "h_"$a"_m_08_14.mcfunction"
- done
- for((a=0;a<=23;a++)); do
- touch "h_"$a"_m_08_11.mcfunction"
- echo "execute if score #minute main matches 08..09 run function clock:h_"$a"_m_08_09" >> "h_"$a"_m_08_11.mcfunction"
- echo "execute if score #minute main matches 10..11 run function clock:h_"$a"_m_10_11" >> "h_"$a"_m_08_11.mcfunction"
- done
- for((a=0;a<=23;a++)); do
- touch "h_"$a"_m_08_09.mcfunction"
- echo "execute if score #minute main matches 08 run scoreboard objectives modify main displayname {\"text\":\""$a":08\"}" >> "h_"$a"_m_08_09.mcfunction"
- echo "execute if score #minute main matches 09 run scoreboard objectives modify main displayname {\"text\":\""$a":09\"}" >> "h_"$a"_m_08_09.mcfunction"
- done
- for((a=0;a<=23;a++)); do
- touch "h_"$a"_m_10_11.mcfunction"
- echo "execute if score #minute main matches 10 run scoreboard objectives modify main displayname {\"text\":\""$a":10\"}" >> "h_"$a"_m_10_11.mcfunction"
- echo "execute if score #minute main matches 11 run scoreboard objectives modify main displayname {\"text\":\""$a":11\"}" >> "h_"$a"_m_10_11.mcfunction"
- done
- for((a=0;a<=23;a++)); do
- touch "h_"$a"_m_12_14.mcfunction"
- echo "execute if score #minute main matches 12..13 run function clock:h_"$a"_m_12_13" >> "h_"$a"_m_12_14.mcfunction"
- echo "execute if score #minute main matches 14 run scoreboard objectives modify main displayname {\"text\":\""$a":14\"}" >> "h_"$a"_m_12_14.mcfunction"
- done
- for((a=0;a<=23;a++)); do
- touch "h_"$a"_m_12_13.mcfunction"
- echo "execute if score #minute main matches 12 run scoreboard objectives modify main displayname {\"text\":\""$a":12\"}" >> "h_"$a"_m_12_13.mcfunction"
- echo "execute if score #minute main matches 13 run scoreboard objectives modify main displayname {\"text\":\""$a":13\"}" >> "h_"$a"_m_12_13.mcfunction"
- done
- for((a=0;a<=23;a++)); do
- touch "h_"$a"_m_15_29.mcfunction"
- echo "execute if score #minute main matches 15..22 run function clock:h_"$a"_m_15_22" >> "h_"$a"_m_15_29.mcfunction"
- echo "execute if score #minute main matches 23..29 run function clock:h_"$a"_m_23_29" >> "h_"$a"_m_15_29.mcfunction"
- done
- for((a=0;a<=23;a++)); do
- touch "h_"$a"_m_15_22.mcfunction"
- echo "execute if score #minute main matches 15..18 run function clock:h_"$a"_m_15_18" >> "h_"$a"_m_15_22.mcfunction"
- echo "execute if score #minute main matches 19..22 run function clock:h_"$a"_m_19_22" >> "h_"$a"_m_15_22.mcfunction"
- done
- for((a=0;a<=23;a++)); do
- touch "h_"$a"_m_15_18.mcfunction"
- echo "execute if score #minute main matches 15..16 run function clock:h_"$a"_m_15_16" >> "h_"$a"_m_15_18.mcfunction"
- echo "execute if score #minute main matches 17..18 run function clock:h_"$a"_m_17_18" >> "h_"$a"_m_15_18.mcfunction"
- done
- for((a=0;a<=23;a++)); do
- touch "h_"$a"_m_15_16.mcfunction"
- echo "execute if score #minute main matches 15 run scoreboard objectives modify main displayname {\"text\":\""$a":15\"}" >> "h_"$a"_m_15_16.mcfunction"
- echo "execute if score #minute main matches 16 run scoreboard objectives modify main displayname {\"text\":\""$a":16\"}" >> "h_"$a"_m_15_16.mcfunction"
- done
- for((a=0;a<=23;a++)); do
- touch "h_"$a"_m_17_18.mcfunction"
- echo "execute if score #minute main matches 17 run scoreboard objectives modify main displayname {\"text\":\""$a":17\"}" >> "h_"$a"_m_17_18.mcfunction"
- echo "execute if score #minute main matches 18 run scoreboard objectives modify main displayname {\"text\":\""$a":18\"}" >> "h_"$a"_m_17_18.mcfunction"
- done
- for((a=0;a<=23;a++)); do
- touch "h_"$a"_m_19_22.mcfunction"
- echo "execute if score #minute main matches 19..20 run function clock:h_"$a"_m_19_20" >> "h_"$a"_m_19_22.mcfunction"
- echo "execute if score #minute main matches 21..22 run function clock:h_"$a"_m_21_22" >> "h_"$a"_m_19_22.mcfunction"
- done
- for((a=0;a<=23;a++)); do
- touch "h_"$a"_m_19_20.mcfunction"
- echo "execute if score #minute main matches 19 run scoreboard objectives modify main displayname {\"text\":\""$a":19\"}" >> "h_"$a"_m_19_20.mcfunction"
- echo "execute if score #minute main matches 20 run scoreboard objectives modify main displayname {\"text\":\""$a":20\"}" >> "h_"$a"_m_19_20.mcfunction"
- done
- for((a=0;a<=23;a++)); do
- touch "h_"$a"_m_21_22.mcfunction"
- echo "execute if score #minute main matches 21 run scoreboard objectives modify main displayname {\"text\":\""$a":21\"}" >> "h_"$a"_m_21_22.mcfunction"
- echo "execute if score #minute main matches 22 run scoreboard objectives modify main displayname {\"text\":\""$a":22\"}" >> "h_"$a"_m_21_22.mcfunction"
- done
- for((a=0;a<=23;a++)); do
- touch "h_"$a"_m_23_29.mcfunction"
- echo "execute if score #minute main matches 23..26 run function clock:h_"$a"_m_23_26" >> "h_"$a"_m_23_29.mcfunction"
- echo "execute if score #minute main matches 27..29 run function clock:h_"$a"_m_27_29" >> "h_"$a"_m_23_29.mcfunction"
- done
- for((a=0;a<=23;a++)); do
- touch "h_"$a"_m_23_26.mcfunction"
- echo "execute if score #minute main matches 23..24 run function clock:h_"$a"_m_23_24" >> "h_"$a"_m_23_26.mcfunction"
- echo "execute if score #minute main matches 25..26 run function clock:h_"$a"_m_25_26" >> "h_"$a"_m_23_26.mcfunction"
- done
- for((a=0;a<=23;a++)); do
- touch "h_"$a"_m_23_24.mcfunction"
- echo "execute if score #minute main matches 23 run scoreboard objectives modify main displayname {\"text\":\""$a":23\"}" >> "h_"$a"_m_23_24.mcfunction"
- echo "execute if score #minute main matches 24 run scoreboard objectives modify main displayname {\"text\":\""$a":24\"}" >> "h_"$a"_m_23_24.mcfunction"
- done
- for((a=0;a<=23;a++)); do
- touch "h_"$a"_m_25_26.mcfunction"
- echo "execute if score #minute main matches 25 run scoreboard objectives modify main displayname {\"text\":\""$a":25\"}" >> "h_"$a"_m_25_26.mcfunction"
- echo "execute if score #minute main matches 26 run scoreboard objectives modify main displayname {\"text\":\""$a":26\"}" >> "h_"$a"_m_25_26.mcfunction"
- done
- for((a=0;a<=23;a++)); do
- touch "h_"$a"_m_27_29.mcfunction"
- echo "execute if score #minute main matches 27..28 run function clock:h_"$a"_m_27_28" >> "h_"$a"_m_27_29.mcfunction"
- echo "execute if score #minute main matches 29 run scoreboard objectives modify main displayname {\"text\":\""$a":29\"}" >> "h_"$a"_m_27_29.mcfunction"
- done
- for((a=0;a<=23;a++)); do
- touch "h_"$a"_m_27_28.mcfunction"
- echo "execute if score #minute main matches 27 run scoreboard objectives modify main displayname {\"text\":\""$a":27\"}" >> "h_"$a"_m_27_28.mcfunction"
- echo "execute if score #minute main matches 28 run scoreboard objectives modify main displayname {\"text\":\""$a":28\"}" >> "h_"$a"_m_27_28.mcfunction"
- done
- for((a=0;a<=23;a++)); do
- touch "h_"$a"_m_30_59.mcfunction"
- echo "execute if score #minute main matches 30..44 run function clock:h_"$a"_m_30_44" >> "h_"$a"_m_30_59.mcfunction"
- echo "execute if score #minute main matches 45..59 run function clock:h_"$a"_m_45_59" >> "h_"$a"_m_30_59.mcfunction"
- done
- for((a=0;a<=23;a++)); do
- touch "h_"$a"_m_30_44.mcfunction"
- echo "execute if score #minute main matches 30..37 run function clock:h_"$a"_m_30_37" >> "h_"$a"_m_30_44.mcfunction"
- echo "execute if score #minute main matches 38..44 run function clock:h_"$a"_m_38_44" >> "h_"$a"_m_30_44.mcfunction"
- done
- for((a=0;a<=23;a++)); do
- touch "h_"$a"_m_30_37.mcfunction"
- echo "execute if score #minute main matches 30..33 run function clock:h_"$a"_m_30_33" >> "h_"$a"_m_30_37.mcfunction"
- echo "execute if score #minute main matches 34..37 run function clock:h_"$a"_m_34_37" >> "h_"$a"_m_30_37.mcfunction"
- done
- for((a=0;a<=23;a++)); do
- touch "h_"$a"_m_30_33.mcfunction"
- echo "execute if score #minute main matches 30..31 run function clock:h_"$a"_m_30_31" >> "h_"$a"_m_30_33.mcfunction"
- echo "execute if score #minute main matches 32..33 run function clock:h_"$a"_m_32_33" >> "h_"$a"_m_30_33.mcfunction"
- done
- for((a=0;a<=23;a++)); do
- touch "h_"$a"_m_30_31.mcfunction"
- echo "execute if score #minute main matches 30 run scoreboard objectives modify main displayname {\"text\":\""$a":30\"}" >> "h_"$a"_m_30_31.mcfunction"
- echo "execute if score #minute main matches 31 run scoreboard objectives modify main displayname {\"text\":\""$a":31\"}" >> "h_"$a"_m_30_31.mcfunction"
- done
- for((a=0;a<=23;a++)); do
- touch "h_"$a"_m_32_33.mcfunction"
- echo "execute if score #minute main matches 32 run scoreboard objectives modify main displayname {\"text\":\""$a":32\"}" >> "h_"$a"_m_32_33.mcfunction"
- echo "execute if score #minute main matches 33 run scoreboard objectives modify main displayname {\"text\":\""$a":33\"}" >> "h_"$a"_m_32_33.mcfunction"
- done
- for((a=0;a<=23;a++)); do
- touch "h_"$a"_m_34_37.mcfunction"
- echo "execute if score #minute main matches 34..35 run function clock:h_"$a"_m_34_35" >> "h_"$a"_m_34_37.mcfunction"
- echo "execute if score #minute main matches 36..37 run function clock:h_"$a"_m_36_37" >> "h_"$a"_m_34_37.mcfunction"
- done
- for((a=0;a<=23;a++)); do
- touch "h_"$a"_m_34_35.mcfunction"
- echo "execute if score #minute main matches 34 run scoreboard objectives modify main displayname {\"text\":\""$a":34\"}" >> "h_"$a"_m_34_35.mcfunction"
- echo "execute if score #minute main matches 35 run scoreboard objectives modify main displayname {\"text\":\""$a":35\"}" >> "h_"$a"_m_34_35.mcfunction"
- done
- for((a=0;a<=23;a++)); do
- touch "h_"$a"_m_36_37.mcfunction"
- echo "execute if score #minute main matches 36 run scoreboard objectives modify main displayname {\"text\":\""$a":36\"}" >> "h_"$a"_m_36_37.mcfunction"
- echo "execute if score #minute main matches 37 run scoreboard objectives modify main displayname {\"text\":\""$a":37\"}" >> "h_"$a"_m_36_37.mcfunction"
- done
- for((a=0;a<=23;a++)); do
- touch "h_"$a"_m_38_44.mcfunction"
- echo "execute if score #minute main matches 38..41 run function clock:h_"$a"_m_38_41" >> "h_"$a"_m_38_44.mcfunction"
- echo "execute if score #minute main matches 42..44 run function clock:h_"$a"_m_42_44" >> "h_"$a"_m_38_44.mcfunction"
- done
- for((a=0;a<=23;a++)); do
- touch "h_"$a"_m_38_41.mcfunction"
- echo "execute if score #minute main matches 38..39 run function clock:h_"$a"_m_38_39" >> "h_"$a"_m_38_41.mcfunction"
- echo "execute if score #minute main matches 40..41 run function clock:h_"$a"_m_40_41" >> "h_"$a"_m_38_41.mcfunction"
- done
- for((a=0;a<=23;a++)); do
- touch "h_"$a"_m_38_39.mcfunction"
- echo "execute if score #minute main matches 38 run scoreboard objectives modify main displayname {\"text\":\""$a":38\"}" >> "h_"$a"_m_38_39.mcfunction"
- echo "execute if score #minute main matches 39 run scoreboard objectives modify main displayname {\"text\":\""$a":39\"}" >> "h_"$a"_m_38_39.mcfunction"
- done
- for((a=0;a<=23;a++)); do
- touch "h_"$a"_m_40_41.mcfunction"
- echo "execute if score #minute main matches 40 run scoreboard objectives modify main displayname {\"text\":\""$a":40\"}" >> "h_"$a"_m_40_41.mcfunction"
- echo "execute if score #minute main matches 41 run scoreboard objectives modify main displayname {\"text\":\""$a":41\"}" >> "h_"$a"_m_40_41.mcfunction"
- done
- for((a=0;a<=23;a++)); do
- touch "h_"$a"_m_42_44.mcfunction"
- echo "execute if score #minute main matches 42..43 run function clock:h_"$a"_m_42_43" >> "h_"$a"_m_42_44.mcfunction"
- echo "execute if score #minute main matches 44 run scoreboard objectives modify main displayname {\"text\":\""$a":44\"}" >> "h_"$a"_m_42_44.mcfunction"
- done
- for((a=0;a<=23;a++)); do
- touch "h_"$a"_m_42_43.mcfunction"
- echo "execute if score #minute main matches 42 run scoreboard objectives modify main displayname {\"text\":\""$a":42\"}" >> "h_"$a"_m_42_43.mcfunction"
- echo "execute if score #minute main matches 43 run scoreboard objectives modify main displayname {\"text\":\""$a":43\"}" >> "h_"$a"_m_42_43.mcfunction"
- done
- for((a=0;a<=23;a++)); do
- touch "h_"$a"_m_45_59.mcfunction"
- echo "execute if score #minute main matches 45..52 run function clock:h_"$a"_m_45_52" >> "h_"$a"_m_45_59.mcfunction"
- echo "execute if score #minute main matches 53..59 run function clock:h_"$a"_m_53_59" >> "h_"$a"_m_45_59.mcfunction"
- done
- for((a=0;a<=23;a++)); do
- touch "h_"$a"_m_45_52.mcfunction"
- echo "execute if score #minute main matches 45..48 run function clock:h_"$a"_m_45_48" >> "h_"$a"_m_45_52.mcfunction"
- echo "execute if score #minute main matches 49..52 run function clock:h_"$a"_m_49_52" >> "h_"$a"_m_45_52.mcfunction"
- done
- for((a=0;a<=23;a++)); do
- touch "h_"$a"_m_45_48.mcfunction"
- echo "execute if score #minute main matches 45..46 run function clock:h_"$a"_m_45_46" >> "h_"$a"_m_45_48.mcfunction"
- echo "execute if score #minute main matches 47..48 run function clock:h_"$a"_m_47_48" >> "h_"$a"_m_45_48.mcfunction"
- done
- for((a=0;a<=23;a++)); do
- touch "h_"$a"_m_45_46.mcfunction"
- echo "execute if score #minute main matches 45 run scoreboard objectives modify main displayname {\"text\":\""$a":45\"}" >> "h_"$a"_m_45_46.mcfunction"
- echo "execute if score #minute main matches 46 run scoreboard objectives modify main displayname {\"text\":\""$a":46\"}" >> "h_"$a"_m_45_46.mcfunction"
- done
- for((a=0;a<=23;a++)); do
- touch "h_"$a"_m_47_48.mcfunction"
- echo "execute if score #minute main matches 47 run scoreboard objectives modify main displayname {\"text\":\""$a":47\"}" >> "h_"$a"_m_47_48.mcfunction"
- echo "execute if score #minute main matches 48 run scoreboard objectives modify main displayname {\"text\":\""$a":48\"}" >> "h_"$a"_m_47_48.mcfunction"
- done
- for((a=0;a<=23;a++)); do
- touch "h_"$a"_m_49_52.mcfunction"
- echo "execute if score #minute main matches 49..50 run function clock:h_"$a"_m_49_50" >> "h_"$a"_m_49_52.mcfunction"
- echo "execute if score #minute main matches 51..52 run function clock:h_"$a"_m_51_52" >> "h_"$a"_m_49_52.mcfunction"
- done
- for((a=0;a<=23;a++)); do
- touch "h_"$a"_m_49_50.mcfunction"
- echo "execute if score #minute main matches 49 run scoreboard objectives modify main displayname {\"text\":\""$a":49\"}" >> "h_"$a"_m_49_50.mcfunction"
- echo "execute if score #minute main matches 50 run scoreboard objectives modify main displayname {\"text\":\""$a":50\"}" >> "h_"$a"_m_49_50.mcfunction"
- done
- for((a=0;a<=23;a++)); do
- touch "h_"$a"_m_51_52.mcfunction"
- echo "execute if score #minute main matches 51 run scoreboard objectives modify main displayname {\"text\":\""$a":51\"}" >> "h_"$a"_m_51_52.mcfunction"
- echo "execute if score #minute main matches 52 run scoreboard objectives modify main displayname {\"text\":\""$a":52\"}" >> "h_"$a"_m_51_52.mcfunction"
- done
- for((a=0;a<=23;a++)); do
- touch "h_"$a"_m_53_59.mcfunction"
- echo "execute if score #minute main matches 53..56 run function clock:h_"$a"_m_53_56" >> "h_"$a"_m_53_59.mcfunction"
- echo "execute if score #minute main matches 57..59 run function clock:h_"$a"_m_57_59" >> "h_"$a"_m_53_59.mcfunction"
- done
- for((a=0;a<=23;a++)); do
- touch "h_"$a"_m_53_56.mcfunction"
- echo "execute if score #minute main matches 53..54 run function clock:h_"$a"_m_53_54" >> "h_"$a"_m_53_56.mcfunction"
- echo "execute if score #minute main matches 55..56 run function clock:h_"$a"_m_55_56" >> "h_"$a"_m_53_56.mcfunction"
- done
- for((a=0;a<=23;a++)); do
- touch "h_"$a"_m_53_54.mcfunction"
- echo "execute if score #minute main matches 53 run scoreboard objectives modify main displayname {\"text\":\""$a":53\"}" >> "h_"$a"_m_53_54.mcfunction"
- echo "execute if score #minute main matches 54 run scoreboard objectives modify main displayname {\"text\":\""$a":54\"}" >> "h_"$a"_m_53_54.mcfunction"
- done
- for((a=0;a<=23;a++)); do
- touch "h_"$a"_m_55_56.mcfunction"
- echo "execute if score #minute main matches 55 run scoreboard objectives modify main displayname {\"text\":\""$a":55\"}" >> "h_"$a"_m_55_56.mcfunction"
- echo "execute if score #minute main matches 56 run scoreboard objectives modify main displayname {\"text\":\""$a":56\"}" >> "h_"$a"_m_55_56.mcfunction"
- done
- for((a=0;a<=23;a++)); do
- touch "h_"$a"_m_57_59.mcfunction"
- echo "execute if score #minute main matches 57..58 run function clock:h_"$a"_m_57_58" >> "h_"$a"_m_57_59.mcfunction"
- echo "execute if score #minute main matches 59 run scoreboard objectives modify main displayname {\"text\":\""$a":59\"}" >> "h_"$a"_m_57_59.mcfunction"
- done
- for((a=0;a<=23;a++)); do
- touch "h_"$a"_m_57_58.mcfunction"
- echo "execute if score #minute main matches 57 run scoreboard objectives modify main displayname {\"text\":\""$a":57\"}" >> "h_"$a"_m_57_58.mcfunction"
- echo "execute if score #minute main matches 58 run scoreboard objectives modify main displayname {\"text\":\""$a":58\"}" >> "h_"$a"_m_57_58.mcfunction"
- done
Add Comment
Please, Sign In to add comment