Screaming_Blade: type: item debug: false material: netherite_sword display name: "Screaming Blade" mechanisms: hides: all attribute_modifiers: generic_attack_damage: 1: operation: add_number amount: 13 slot: hand recipes: 1: type: shaped input: - air|redstone_block|air - potato|netherite_sword|potato - air|redstone_block|air lore: - "Combat" - "" - "The sword of life consumption!!!" - "" - "GIVES TEMPORARY HEALTH BOOST ON PLAYER KILL!!!" Screaming_Blade_Script: type: world events: after player damages player with:screaming_blade: - stop if: - cast health_boost duration:30s amplifier:4 hide_particles no_ambient no_icon - cast regeneration duration:8s amplifier:4 hide_particles no_ambient no_icon Triple_Strike_Sword: type: item debug: false material: diamond_sword display name: "Triple Strike Sword" mechanisms: hides: all attribute_modifiers: generic_attack_damage: 1: operation: add_number amount: 9 slot: hand recipes: 1: type: shaped input: - air|diamond_sword|air - diamond_sword|netherite_sword|diamond_sword - air|diamond_sword|air lore: - "Combat" - "" - "RIGHT CLICK TO DO 3 STRIKES OF DAMAGE TO OPPONENT." Triple_Strike_Sword_Script: type: world events: on player damages entity with:triple_strike_sword: - flag triple_strike_sword_last_hit: on player right clicks block with:triple_strike_sword: - if !: - flag item triple_strike_sword_cooldown:false - hurt 9 - wait 0.25 - hurt 9 - wait 0.25 - hurt 9 - wait 4.5s - flag item triple_strike_sword_cooldown:true Mining_Drill : type: item debug: false material: netherite_pickaxe display name: "Mining Drill" mechanisms: hides: all attribute_modifiers: generic_attack_speed: 1: operation: add_number amount: 50 slot: hand recipes: 1: type: shaped input: - air|redstone_block|air - potato|netherite_sword|potato - air|redstone_block|air lore: - "Combat" - "" - "RIGHT CLICK FOR TEMPORARY MINING BOOST!!!" Mining_Drill_Script: type: world events: - define drillSpeed:0 after player right clicks block with:mining_drill: - define drillSpeed:++ - cast fast_digging duration:10s amplifier:drillSpeed