My "tick.mcfunction" broke.

I don't know exactly when this happened, but something inside of it, no longer works, please help me. 😢 execute as @a run execute if entity @a[nbt={Inventory:[{id:"minecraft:mace"}]}] run tag @s add mace_core function colly:give_core_mace execute as @a run execute if entity @a[nbt={Inventory:[{id:"minecraft:diamond_sword",components:{"minecraft:custom_name":'"Destroyer"'}}]}] run give @s diamond_sword[custom_name='{"italic":true,"text":"Destroyer"}',custom_model_data=344] 1 execute as @a run execute if entity @a[nbt={Inventory:[{id:"minecraft:diamond_sword",components:{"minecraft:custom_name":'"Destroyer"'}}]}] run clear @s diamond_sword[custom_name="Destroyer"] execute as @a run execute if entity @a[nbt={Inventory:[{id:"minecraft:netherite_sword",components:{"minecraft:custom_name":'"Destroyer"'}}]}] run give @s netherite_sword[custom_name='{"italic":true,"text":"Destroyer"}',custom_model_data=345] 1 execute as @a run execute if entity @a[nbt={Inventory:[{id:"minecraft:netherite_sword",components:{"minecraft:custom_name":'"Destroyer"'}}]}] run clear @s netherite_sword[custom_name="Destroyer"] execute as @a[tag=admin] run execute if entity @a[tag=admin,nbt={SelectedItem:{id:"minecraft:stick",count:1,components:{"minecraft:custom_name":'"Ban Hammer"',"minecraft:lore":['"Bye Bye"'],"minecraft:unbreakable":{},"minecraft:fire_resistant":{},"minecraft:rarity":"epic","minecraft:custom_model_data":123456,"minecraft:enchantments":{levels:{"minecraft:fire_aspect":255,"minecraft:sharpness":255,"minecraft:vanishing_curse":1}},"minecraft:attribute_modifiers":[{id:"entity_interaction_range",type:"player.entity_interaction_range",amount:1000,operation:"add_value",slot:"mainhand"},{id:"attack_damage",type:"generic.attack_damage",amount:1000,operation:"add_multiplied_base",slot:"mainhand"}]}}}] run effect give @e[distance=3000,tag=cheat] minecraft:glowing 1 255 true execute if entity @a[tag=admin,nbt={SelectedItem:{id:"minecraft:compass",count:1,components:{"minecraft:custom_name":'"Cheater Freezer"',"minecraft:rarity":"epic"}}}] run attribute @p[tag=cheat] minecraft:generic.movement_speed base set -100 execute if entity @a[tag=admin,nbt={SelectedItem:{id:"minecraft:compass",count:1,components:{"minecraft:custom_name":'"Cheater Freezer"',"minecraft:rarity":"epic"}}}] run attribute @p[tag=cheat] minecraft:generic.jump_strength base set -100 execute if entity @a[tag=admin,nbt={SelectedItem:{id:"minecraft:compass",count:1,components:{"minecraft:custom_name":'"Cheater Unfreezer"',"minecraft:rarity":"epic"}}}] run attribute @p[tag=cheat] minecraft:generic.movement_speed base set 0.1 execute if entity @a[tag=admin,nbt={SelectedItem:{id:"minecraft:compass",count:1,components:{"minecraft:custom_name":'"Cheater Unfreezer"',"minecraft:rarity":"epic"}}}] run attribute @p[tag=cheat] minecraft:generic.jump_strength base set 0.4199 execute at @a[tag=infect] run tag @a[distance=2] add infect execute as @a run execute if entity @a[nbt={Inventory:[{id:"minecraft:repeating_command_block"}]}] run tag @s add goji_egg execute as @a run execute if entity @a[nbt={Inventory:[{id:"minecraft:repeating_command_block"}]}] run function colly:goji_egg execute as @a run execute if entity @e[type=warden,limit=10,nbt={CustomName:'"Nuclear Lizard"',Brain:{memories:{"minecraft:dig_cooldown":{value:{},ttl:1200L}}}}] run function colly:goji/fight scoreboard players enable @a SelfHarm execute as @a[scores={SelfHarm=1..}] run damage @s 2 minecraft:generic scoreboard players set @a SelfHarm 0 scoreboard players enable @a whistle execute as @a[scores={whistle=1..}] run execute at @s playsound minecraft:entity.parrot.ambient block @a ~ ~ ~ 2 1.2 1 scoreboard players set @a whistle 0
Continue to help post