2023-06-04 12:14:10 -04:00
|
|
|
#armor
|
2023-06-04 12:52:09 -04:00
|
|
|
execute as @a[nbt={Inventory:[{id:"minecraft:netherite_helmet"}]}] run give @s diamond_helmet 1
|
|
|
|
execute as @a[nbt={Inventory:[{id:"minecraft:netherite_chestplate"}]}] run give @s diamond_chestplate 1
|
|
|
|
execute as @a[nbt={Inventory:[{id:"minecraft:netherite_leggings"}]}] run give @s diamond_leggings 1
|
|
|
|
execute as @a[nbt={Inventory:[{id:"minecraft:netherite_boots"}]}] run give @s diamond_boots 1
|
2024-03-22 17:41:04 -04:00
|
|
|
|
2023-06-04 12:48:33 -04:00
|
|
|
#refund netherite ingot
|
2023-06-04 12:52:09 -04:00
|
|
|
execute as @a[nbt={Inventory:[{id:"minecraft:netherite_helmet"}]}] run give @s netherite_ingot 1
|
|
|
|
execute as @a[nbt={Inventory:[{id:"minecraft:netherite_chestplate"}]}] run give @s netherite_ingot 1
|
|
|
|
execute as @a[nbt={Inventory:[{id:"minecraft:netherite_leggings"}]}] run give @s netherite_ingot 1
|
|
|
|
execute as @a[nbt={Inventory:[{id:"minecraft:netherite_boots"}]}] run give @s netherite_ingot 1
|
2023-06-04 12:14:10 -04:00
|
|
|
|
|
|
|
#clear everything
|
2023-06-04 12:16:11 -04:00
|
|
|
clear @a[nbt={Inventory:[{id:"minecraft:netherite_helmet"}]}] netherite_helmet 1
|
|
|
|
clear @a[nbt={Inventory:[{id:"minecraft:netherite_chestplate"}]}] netherite_chestplate 1
|
|
|
|
clear @a[nbt={Inventory:[{id:"minecraft:netherite_leggings"}]}] netherite_leggings 1
|
|
|
|
clear @a[nbt={Inventory:[{id:"minecraft:netherite_boots"}]}] netherite_boots 1
|