rustung: type: world events: on player equips armor: - announce ok2 - if queue clear - if == eisenschuhe { - flag player loop_running - announce 'Starting Loop' - run s@armortask1 } eisenschuhe: type: item debug: true material: iron_boots display name: Neue schuhe lore: - Zauber 1 - Zauber 2 - Legend<รค>re Schuhe eisenhose: type: item debug: true material: iron_leggings display name: Eine neue Hose lore: - Lore 1 - Lore 2 - Eine blaue Lore eisenhelm: type: item debug: true material: iton_helmet display name: Ein Helm lore: - Lore 1 - Lore 2 armortask1: type: task script: - announce " Task script starting. Castion potion to . " - cast JUMP duration:6s power:3 - wait 3s - flag player loop_running:! - if == eisenschuhe { - announce " If case running " - run s@armortask1 } - announce " Script is closing now"