Armor Slot Ids Minecraft

Armor Slot Ids Minecraft Average ratng: 9,1/10 8019 reviews
  1. Armor Slot Ids Minecraft 1.8
  2. Armor Slot Ids Minecraft 1.12

This is documentation for a beta release of Minecraft. New features, components, and capabilities in this release are not final and might change without notice before the final release.
Be sure to check the documentation once the release is out of beta if your add-on isn't working properly. Resource and Behavior Packs created for the beta are not guaranteed to work on the final release.

Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time. Origin On February 18th, 2010, armor was added to video game Minecraft in an update. T The armor items could be equipped in four designated inventory slots, including slots for helmet, chestplate, leggings and boots. Summon fallingblock 1 Block:stone,Time:1,Passengers:id:fallingblock,Block:redstoneblock,Time:1,Passengers:id:fallingblock,Block:activatorrail,Time:1. This video was originally 8 minutes which explains the big pp of the following credits. Half were general Minecraft memes and the other half is what you see in.

Index#

Below are the various components for item functionality.
NameTypeDefault ValueDescription
minecraft:armorJSON ObjectThe armor item componenent determines the amount of protection you have in your armor item.

protection#

How much protection does the armor item have.

texture_type#

Texture Type to apply for the armor. Note that Horse armor is restricted to leather, iron, gold, or diamond.

minecraft:block_placerJSON ObjectPlanter item component. planter items are items that can be planted.

block#

block: Set the placement block name for the planter item.

use_on#

List of block descriptors that contain blocks that this item can be used on. If left empty, all blocks will be allowed.

minecraft:cooldownJSON ObjectCool down time for a component. After you use an item it becomes unusable for the duration specified by the 'cool down time' setting in this component.

category#

The type of cool down for this item.

duration#

The duration of time this item will spend cooling down before becoming usable again.

minecraft:diggerJSON ObjectDigger item. Component put on items that dig.

destroy_speeds#

Destroy speed per block.

on_dig#

Trigger for when you dig a block that isn't listed in destroy_speeds

use_efficiency#

Use efficiency? Default is set to false.

minecraft:display_nameJSON ObjectDisplay Name item component. Display Names display the name of an item.

value#

Set the display name for an item.

minecraft:durabilityJSON ObjectDurability item component: how much damage can this item take before breaking.

damage_chance#

Damage chance.

max_durability#

Max durability is the amount of damage that this item can take before breaking.

minecraft:dye_powderJSON ObjectDye powder, there are 16 kinds of dye.

color#

Defines what color the dye is.

minecraft:entity_placerJSON ObjectEntity placer item component. You can specifiy allowed blocks that the item is restricted to.

dispense_on#

List of block descriptors that contain blocks that this item can be dispensed on. If left empty, all blocks will be allowed.

entity#

The entity to be placed in the world.

use_on#

List of block descriptors that contain blocks that this item can be used on. If left empty, all blocks will be allowed.

minecraft:foodJSON ObjectWhen an item has a food component, it becomes edible to the player.

can_always_eat#

If true you can always eat this item (even when not hungry), defaults to false.

nutrition#

How much nutrition does this food item give the player when eaten.

on_consume#


saturation_modifier#

Saturation Modifier is used in this formula: (nutrition * saturation_modifier * 2) when appling the saturation buff. Which happens when you eat the item.

using_converts_to#

When used, convert the *this* item to the one specified by 'using_converts_to'.

minecraft:fuelJSON ObjectFuel component. Allows this item to be used as fuel in a furnace to 'cook' other items.

duration#

How long in seconds will this fuel cook items for.

minecraft:iconJSON ObjectThe icon item componenent determines the icon to represent the item in the UI and elsewhere.

frame#

An index or expression for which frame of the icon to display. Default resolves to 0.

legacy_id#

Legacy texture id for older item icons

texture#

The key from the resource_pack/textures/item_texture.json 'texture_data' object associated with the texture file Example: blaze_powder

minecraft:knockback_resistanceJSON ObjectKnockback Resistance Item. Component put on items that provide knockback resistance.

protection#

Amount of knockback resistance provided with the total maximum protection being 1.0

minecraft:on_useJSON ObjectThe on_use item component allows you to receive an event when the item is used.

on_use#

Event trigger for when the item is used.

minecraft:on_use_onJSON ObjectThe on_use_on item component allows you to receive an event when the item is used on a block in the world.

on_use_on#

Event trigger for when the item is used.

minecraft:projectileJSON ObjectProjectile item component. projectile items shoot out, like an arrow.

minimum_critical_power#

How long you must charge a projectile for it to critically hit.

projectile_entity#

The entity to be fired as a projectile.

minecraft:repairableJSON ObjectRepairable item component: how much damage can this item repair, what items can repair it.

on_repaired#

Event that is called when this item has been repaired.

repair_items#

Repair item entries.

minecraft:shooterJSON ObjectShooter Item Component.

ammunition#

Ammunition.

charge_on_draw#

Charge on draw? Default is set to false.

launch_power_scale#

Launch power scale. Default is set to 1.0.

max_draw_duration#

Draw Duration. Default is set to 0.

max_launch_power#

Launch power. Default is set to 1.0.

scale_power_by_draw_duration#

Scale power by draw duration? Default is set to false.

minecraft:throwableJSON ObjectThrowable item component. Throwable items, such as a snowball.

do_swing_animation#

Whether the item should use the swing animation when thrown. Default is set to false.

launch_power_scale#

The scale at which the power of the throw increases. Default is set to 1.0.

max_draw_duration#

The maximum duration to draw a throwable item. Default is set to 0.0.

max_launch_power#

The maximum power to launch the throwable item. Default is set to 1.0.

min_draw_duration#

The minimum duration to draw a throwable item. Default is set to 0.0.

scale_power_by_draw_duration#

Whether or not the power of the throw increases with duration charged. Default is set to false.

minecraft:weaponJSON ObjectWeapon Item Component. Added to every weapon item such as axe, sword, trident, bow, crossbow.

on_hit_block#

Trigger for letting you know when this item is used to hit a block

on_hurt_entity#

Trigger for letting you know when this item is used to hurt another mob

on_not_hurt_entity#

Trigger for letting you know when this item hit another actor, but didn't do damage

minecraft:wearableJSON ObjectWearable item component.

dispensable#


slot#

equipment_slot: slot.weapon.mainhand, slot.weapon.offhand, slot.armor.head, slot.armor.chest, slot.armor.legs, slot.armor.feet, slot.hotbar, slot.inventory, slot.enderchest, slot.saddle, slot.armor, slot.chest


Minecraft

The properties are part of the Item Definition. This helps the system determine how to parse and initialize this item.

Armor slot ids minecraft 1.8

format_version#

Armor Slot Ids Minecraft 1.8


Code Example

Example

Slot
1.7.10
NameTypeDefault ValueDescription
categoryStringThe category for this item. Categories are used to control high level properties of how the item is integrated into the bedrock engine, such as whether it can be used in slash commands.
identifierStringThe identifier for this item. The name must include a namespace and must not use the Minecraft namespace unless overriding a Vanilla item.
is_experimentalBooleanfalseIf this item is experimental, it will only be registered if the world is marked as experimental.
Armor

Armor Slot Ids Minecraft 1.12

Command Creations‎ > ‎

More Armor v2


Music: Tom Spander - Far Away

Command 1

summon FallingSand ~ ~1 ~ {Block:stone,Time:1,Passengers:[{id:FallingSand,Block:redstone_block,Time:1,Passengers:[{id:FallingSand,Block:activator_rail,Time:1,Passengers:[{id:MinecartCommandBlock,Command:gamerule commandBlockOutput false},{id:MinecartCommandBlock,Command:fill ~2 ~-3 ~-2 ~9 ~1 ~2 iron_block 0 hollow},{id:MinecartCommandBlock,Command:fill ~2 ~-2 ~-2 ~9 ~ ~2 stained_glass 12 0 iron_block},{id:MinecartCommandBlock,Command:/scoreboard objectives add health health},{id:MinecartCommandBlock,Command:/scoreboard objectives add sneak stat.sneakTime},{id:MinecartCommandBlock,Command:/scoreboard objectives add eatpcd dummy},{id:MinecartCommandBlock,Command:/scoreboard objectives add caabcd dummy},{id:MinecartCommandBlock,Command:/scoreboard objectives add masmdmg stat.damageDealt},{id:MinecartCommandBlock,Command:setblock ~1 ~-2 ~ wall_sign 4 0 {Text1:'{'text':','clickEvent':{'action':'run_command','value':'/tellraw @p [',{'text':'Morrle ','color':'white','bold':true},{'text':'Youtube Channel','color':'red','underlined':true,'clickEvent':{'action':'open_url','value':'https://youtube.com/morrlehd'},'bold':false}]'}}',Text2:'{'text':'More Armor','color':'white'}',Text3:'{'text':'by Morrle','color':'aqua'}',Text4:'{'text':'}'}},{id:MinecartCommandBlock,Command:setblock ~1 ~-1 ~ wall_sign 4 0 {Text1:'{'text':','clickEvent':{'action':'run_command','value':'scoreboard players add @e[type=ArmorStand,name=TogAct,c=1] L2jEzJ_A 1'}}',Text2:'{'text':'Activate','color':'green','clickEvent':{'action':'run_command','value':'execute @e[score_L2jEzJ_A_min=1,score_L2jEzJ_A=1] ~ ~ ~ blockdata ~ ~ ~ {auto:0}'},'bold':true}',Text3:'{'text':'Deactivate','color':'red','clickEvent':{'action':'run_command','value':'execute @e[score_L2jEzJ_A_min=2] ~ ~ ~ blockdata ~ ~ ~ {auto:1}'},'bold':true}',Text4:'{'text':','clickEvent':{'action':'run_command','value':'scoreboard players reset @e[score_L2jEzJ_A_min=2] L2jEzJ_A'}}'}},{id:MinecartCommandBlock,Command:setblock ~1 ~ ~ wall_sign 4 0 {Text1:'{'text':'}',Text2:'{'text':'DESTROY','color':'dark_red','bold':true}',Text3:'{'text':'MACHINE','color':'dark_red','bold':true}',Text4:'{'text':','clickEvent':{'action':'run_command','value':'fill ~ ~-3 ~-2 ~8 ~1 ~2 air'}}'}},{id:MinecartCommandBlock,Command:summon ArmorStand ~3 ~-2 ~-1 {CustomName:TogAct,Marker:1,NoGravity:1,Invisible:1}},{id:MinecartCommandBlock,Command:scoreboard objectives add L2jEzJ_A dummy},{id:MinecartCommandBlock,Command:fill ~3 ~-2 ~-1 ~8 ~ ~1 chain_command_block 5},{id:MinecartCommandBlock,Command:fill ~8 ~ ~ ~4 ~ ~ chain_command_block 4},{id:MinecartCommandBlock,Command:setblock ~8 ~ ~-1 chain_command_block 3},{id:MinecartCommandBlock,Command:setblock ~3 ~-1 ~-1 chain_command_block 1},{id:MinecartCommandBlock,Command:fill ~8 ~-1 ~-1 ~4 ~-1 ~-1 chain_command_block 4},{id:MinecartCommandBlock,Command:setblock ~8 ~-1 ~ chain_command_block 2},{id:MinecartCommandBlock,Command:setblock ~3 ~-1 ~1 chain_command_block 2},{id:MinecartCommandBlock,Command:fill ~8 ~-1 ~1 ~4 ~-1 ~1 chain_command_block 4},{id:MinecartCommandBlock,Command:setblock ~8 ~-2 ~1 chain_command_block 1},{id:MinecartCommandBlock,Command:setblock ~3 ~-2 ~ chain_command_block 3},{id:MinecartCommandBlock,Command:fill ~8 ~-2 ~ ~4 ~-2 ~ chain_command_block 4},{id:MinecartCommandBlock,Command:setblock ~8 ~-2 ~-1 chain_command_block 3},{id:MinecartCommandBlock,Command:setblock ~3 ~-2 ~-1 repeating_command_block 5},{id:MinecartCommandBlock,Command:blockdata ~4 ~ ~ {auto:1,Command:/execute @e[tag=crafting_table,type=Item] ~ ~ ~ execute @e[tag=iron_chestplate,r=1] ~ ~ ~ kill @e[type=Item,r=2]}},{id:MinecartCommandBlock,Command:blockdata ~4 ~ ~-1 {auto:1,Command:'/scoreboard players tag @a add obsidianarmor {Inventory:[{Slot:103b,id:minecraft:leather_helmet,Count:1b,tag:{display:{Name:'Obsidian Helmet',Lore:[Wear the full set for special effects!]}}},{Slot:102b,id:minecraft:leather_chestplate,Count:1b,tag:{display:{Name:'Obsidian Chestplate',Lore:[Wear the full set for special effects!]}}},{Slot:101b,id:minecraft:leather_leggings,Count:1b,tag:{display:{Name:'Obsidian Leggings',Lore:[Wear the full set for special effects!]}}},{Slot:100b,id:minecraft:leather_boots,Count:1b,tag:{display:{Name:'Obsidian Boots',Lore:[Wear the full set for special effects!]}}}]}'}},{id:MinecartCommandBlock,Command:blockdata ~3 ~ ~-1 {auto:1,Command:/scoreboard players tag @a[tag=ghostarmor] remove ghostarmor}},{id:MinecartCommandBlock,Command:blockdata ~3 ~-1 ~-1 {auto:1,Command:/effect @a[tag=ghostarmor] minecraft:invisibility 1 0 true}},{id:MinecartCommandBlock,Command:blockdata ~4 ~-1 ~-1 {auto:1,Command:'/scoreboard players tag @a add ghostarmor {Inventory:[{Slot:103b,id:minecraft:leather_helmet,Count:1b,tag:{display:{Name:'Ghost Helmet',Lore:[Wear the full set for special effects!]}}},{Slot:102b,id:minecraft:leather_chestplate,Count:1b,tag:{display:{Name:'Ghost Chestplate',Lore:[Wear the full set for special effects!]}}},{Slot:101b,id:minecraft:leather_leggings,Count:1b,tag:{display:{Name:'Ghost Leggings',Lore:[Wear the full set for special effects!]}}},{Slot:100b,id:minecraft:leather_boots,Count:1b,tag:{display:{Name:'Ghost Boots',Lore:[Wear the full set for special effects!]}}}]}'}},{id:MinecartCommandBlock,Command:blockdata ~5 ~-1 ~-1 {auto:1,Command:'/scoreboard players tag @a[tag=!eatpcd] add eatpcd {Inventory:[{Slot:103b,id:minecraft:leather_helmet,Count:1b,tag:{display:{Name:'Ender Helmet',Lore:[Wear the full set for special effects!]}}},{Slot:102b,id:minecraft:leather_chestplate,Count:1b,tag:{display:{Name:'Ender Chestplate',Lore:[Wear the full set for special effects!]}}},{Slot:101b,id:minecraft:leather_leggings,Count:1b,tag:{display:{Name:'Ender Leggings',Lore:[Wear the full set for special effects!]}}},{Slot:100b,id:minecraft:leather_boots,Count:1b,tag:{display:{Name:'Ender Boots',Lore:[Wear the full set for special effects!]}}}]}'}},{id:MinecartCommandBlock,Command:blockdata ~6 ~-1 ~-1 {auto:1,Command:'/scoreboard players set @a[tag=!eatpcd] eatpcd 0 {Inventory:[{Slot:103b,id:minecraft:leather_helmet,Count:1b,tag:{display:{Name:'Ender Helmet',Lore:[Wear the full set for special effects!]}}},{Slot:102b,id:minecraft:leather_chestplate,Count:1b,tag:{display:{Name:'Ender Chestplate',Lore:[Wear the full set for special effects!]}}},{Slot:101b,id:minecraft:leather_leggings,Count:1b,tag:{display:{Name:'Ender Leggings',Lore:[Wear the full set for special effects!]}}},{Slot:100b,id:minecraft:leather_boots,Count:1b,tag:{display:{Name:'Ender Boots',Lore:[Wear the full set for special effects!]}}}]}'}},{id:MinecartCommandBlock,Command:blockdata ~7 ~-1 ~-1 {auto:1,Command:/scoreboard players remove @a[score_sneak_min=1,tag=enderarmor,rxm=-180,rx=-89,score_eatpcd_min=100] eatpcd 100}},{id:MinecartCommandBlock,Command:blockdata ~8 ~-1 ~-1 {auto:1,Command:/execute @a[rxm=-180,rx=-89,score_eatpcd_min=100,score_sneak_min=1] ~ ~ ~ /particle witchMagic ~ ~ ~ 2 2 2 0.1 100 normal}},{id:MinecartCommandBlock,Command:blockdata ~8 ~-1 ~ {auto:1,Command:/spreadplayers ~ ~ 16 32 false @a[tag=enderarmor,rxm=-90,rx=-89,score_eatpcd_min=100,score_sneak_min=1]}},{id:MinecartCommandBlock,Command:blockdata ~7 ~-1 ~ {auto:1,Command:'/scoreboard players add @a[score_eatpcd=99] eatpcd 1 {Inventory:[{Slot:103b,id:minecraft:leather_helmet,Count:1b,tag:{display:{Name:'Ender Helmet',Lore:[Wear the full set for special effects!]}}},{Slot:102b,id:minecraft:leather_chestplate,Count:1b,tag:{display:{Name:'Ender Chestplate',Lore:[Wear the full set for special effects!]}}},{Slot:101b,id:minecraft:leather_leggings,Count:1b,tag:{display:{Name:'Ender Leggings',Lore:[Wear the full set for special effects!]}}},{Slot:100b,id:minecraft:leather_boots,Count:1b,tag:{display:{Name:'Ender Boots',Lore:[Wear the full set for special effects!]}}}]}'}},{id:MinecartCommandBlock,Command:blockdata ~6 ~-1 ~ {auto:1,Command:/scoreboard players tag @a[tag=magmaarmor] remove magmaarmor}},{id:MinecartCommandBlock,Command:blockdata ~5 ~-1 ~ {auto:1,Command:/execute @a[tag=magmaarmor] ~ ~ ~ /particle flame ~ ~ ~ 2 2 2 0 1}},{id:MinecartCommandBlock,Command:blockdata ~4 ~-1 ~ {auto:1,Command:/execute @a[tag=magmaarmor,score_sneak_min=1] ~ ~ ~ entitydata @e[r=2,type=!Item] {Fire:20s}}},{id:MinecartCommandBlock,Command:blockdata ~3 ~-1 ~ {auto:1,Command:/effect @a[tag=magmaarmor] minecraft:fire_resistance 1 0 true}},{id:MinecartCommandBlock,Command:blockdata ~3 ~-1 ~1 {auto:1,Command:'/scoreboard players tag @a add magmaarmor {Inventory:[{Slot:103b,id:minecraft:leather_helmet,Count:1b,tag:{display:{Name:'Magma Helmet',Lore:[Wear the full set for special effects!]}}},{Slot:102b,id:minecraft:leather_chestplate,Count:1b,tag:{display:{Name:'Magma Chestplate',Lore:[Wear the full set for special effects!]}}},{Slot:101b,id:minecraft:leather_leggings,Count:1b,tag:{display:{Name:'Magma Leggings',Lore:[Wear the full set for special effects!]}}},{Slot:100b,id:minecraft:leather_boots,Count:1b,tag:{display:{Name:'Magma Boots',Lore:[Wear the full set for special effects!]}}}]}'}},{id:MinecartCommandBlock,Command:blockdata ~4 ~-1 ~1 {auto:1,Command:/scoreboard players tag @a[tag=dwarfarmor] remove dwarfarmor}},{id:MinecartCommandBlock,Command:blockdata ~5 ~-1 ~1 {auto:1,Command:/effect @a[tag=dwarfarmor] minecraft:haste 1 1 true}},{id:MinecartCommandBlock,Command:blockdata ~6 ~-1 ~1 {auto:1,Command:'/scoreboard players tag @a add dwarfarmor {Inventory:[{Slot:103b,id:minecraft:leather_helmet,Count:1b,tag:{display:{Name:'Dwarven Helmet',Lore:[Wear the full set for special effects!]}}},{Slot:102b,id:minecraft:leather_chestplate,Count:1b,tag:{display:{Name:'Dwarven Chestplate',Lore:[Wear the full set for special effects!]}}},{Slot:101b,id:minecraft:leather_leggings,Count:1b,tag:{display:{Name:'Dwarven Leggings',Lore:[Wear the full set for special effects!]}}},{Slot:100b,id:minecraft:leather_boots,Count:1b,tag:{display:{Name:'Dwarven Boots',Lore:[Wear the full set for special effects!]}}}]}'}},{id:MinecartCommandBlock,Command:blockdata ~7 ~-1 ~1 {auto:1,Command:/scoreboard players tag @a[tag=prismarinearmor] remove prismarinearmor}},{id:MinecartCommandBlock,Command:blockdata ~8 ~-1 ~1 {auto:1,Command:/effect @a[tag=prismarinearmor] minecraft:water_breathing 1 0 true}},{id:MinecartCommandBlock,Command:blockdata ~8 ~-2 ~1 {auto:1,Command:'/scoreboard players tag @a add prismarinearmor {Inventory:[{Slot:103b,id:minecraft:leather_helmet,Count:1b,tag:{display:{Name:'Prismarine Helmet',Lore:[Wear the full set for special effects!]}}},{Slot:102b,id:minecraft:leather_chestplate,Count:1b,tag:{display:{Name:'Prismarine Chestplate',Lore:[Wear the full set for special effects!]}}},{Slot:101b,id:minecraft:leather_leggings,Count:1b,tag:{display:{Name:'Prismarine Leggings',Lore:[Wear the full set for special effects!]}}},{Slot:100b,id:minecraft:leather_boots,Count:1b,tag:{display:{Name:'Prismarine Boots',Lore:[Wear the full set for special effects!]}}}]}'}},{id:MinecartCommandBlock,Command:blockdata ~7 ~-2 ~1 {auto:1,Command:/scoreboard players reset @a[score_caabcd_min=1201] caabcd }},{id:MinecartCommandBlock,Command:blockdata ~6 ~-2 ~1 {auto:1,Command:/scoreboard players tag @a[tag=crystalarmor] remove crystalarmor}},{id:MinecartCommandBlock,Command:blockdata ~5 ~-2 ~1 {auto:1,Command:/scoreboard players reset @a[tag=!crystalarmor,score_caabcd_min=1] caabcd}},{id:MinecartCommandBlock,Command:blockdata ~4 ~-2 ~1 {auto:1,Command:/effect @a[score_caabcd_min=1200,tag=crystalarmor] minecraft:absorption 600 0 true}},{id:MinecartCommandBlock,Command:blockdata ~3 ~-2 ~1 {auto:1,Command:/scoreboard players reset @a[score_health_min=25] caabcd}},{id:MinecartCommandBlock,Command:blockdata ~3 ~-2 ~ {auto:1,Command:/scoreboard players add @a[score_health=24,tag=crystalarmor] caabcd 1 }},{id:MinecartCommandBlock,Command:blockdata ~4 ~-2 ~ {auto:1,Command:'/scoreboard players tag @a add crystalarmor {Inventory:[{Slot:103b,id:minecraft:leather_helmet,Count:1b,tag:{display:{Name:'Crystal Helmet',Lore:[Wear the full set for special effects!]}}},{Slot:102b,id:minecraft:leather_chestplate,Count:1b,tag:{display:{Name:'Crystal Chestplate',Lore:[Wear the full set for special effects!]}}},{Slot:101b,id:minecraft:leather_leggings,Count:1b,tag:{display:{Name:'Crystal Leggings',Lore:[Wear the full set for special effects!]}}},{Slot:100b,id:minecraft:leather_boots,Count:1b,tag:{display:{Name:'Crystal Boots',Lore:[Wear the full set for special effects!]}}}]}'}},{id:MinecartCommandBlock,Command:blockdata ~5 ~-2 ~ {auto:1,Command:/scoreboard players tag @a[tag=swordmasterarmor] remove swordmasterarmor}},{id:MinecartCommandBlock,Command:blockdata ~6 ~-2 ~ {auto:1,Command:/scoreboard players reset @a[tag=swordmasterarmor,score_masmdmg_min=1] masmdmg }},{id:MinecartCommandBlock,Command:blockdata ~7 ~-2 ~ {auto:1,Command:/execute @a[score_masmdmg_min=1,tag=swordmasterarmor] ~ ~ ~ particle magicCrit ~ ~ ~ 1 1 1 1 20}},{id:MinecartCommandBlock,Command:blockdata ~8 ~-2 ~ {auto:1,Command:/effect @a[score_masmdmg_min=1,tag=swordmasterarmor] minecraft:speed 1 1 true}},{id:MinecartCommandBlock,Command:blockdata ~8 ~-2 ~-1 {auto:1,Command:'/scoreboard players tag @a add swordmasterarmor {Inventory:[{Slot:103b,id:minecraft:leather_helmet,Count:1b,tag:{display:{Name:'Helmet of the Swordmaster',Lore:[Wear the full set for special effects!]}}},{Slot:102b,id:minecraft:leather_chestplate,Count:1b,tag:{display:{Name:'Chestplate of the Swordmaster',Lore:[Wear the full set for special effects!]}}},{Slot:101b,id:minecraft:leather_leggings,Count:1b,tag:{display:{Name:'Leggings of the Swordmaster',Lore:[Wear the full set for special effects!]}}},{Slot:100b,id:minecraft:leather_boots,Count:1b,tag:{display:{Name:'Boots of the Swordmaster',Lore:[Wear the full set for special effects!]}}}]}'}},{id:MinecartCommandBlock,Command:blockdata ~7 ~-2 ~-1 {auto:1,Command:/scoreboard players tag @a[tag=legendaryarmor] remove legendaryarmor}},{id:MinecartCommandBlock,Command:blockdata ~6 ~-2 ~-1 {auto:1,Command:/effect @a[score_sneak=0,tag=legendaryarmor] minecraft:levitation 0 0}},{id:MinecartCommandBlock,Command:blockdata ~5 ~-2 ~-1 {auto:1,Command:/execute @a[tag=legendaryarmor,score_sneak_min=1] ~ ~ ~ detect ~ ~-0.1 ~ minecraft:air -1 effect @p[r=1] minecraft:levitation 1 10 true}},{id:MinecartCommandBlock,Command:blockdata ~4 ~-2 ~-1 {auto:1,Command:/execute @e[tag=legendaryarmor] ~ ~ ~ /particle witchMagic ~ ~ ~ 0 0 0 1 1}},{id:MinecartCommandBlock,Command:blockdata ~3 ~-2 ~-1 {auto:1,Command:'/scoreboard players tag @a add legendaryarmor {Inventory:[{Slot:103b,id:minecraft:leather_helmet,Count:1b,tag:{display:{Name:'Legendary Helmet',Lore:[Wear the full set for legendary effects!]}}},{Slot:102b,id:minecraft:leather_chestplate,Count:1b,tag:{display:{Name:'Legendary Chestplate',Lore:[Wear the full set for legendary effects!]}}},{Slot:101b,id:minecraft:leather_leggings,Count:1b,tag:{display:{Name:'Legendary Leggings',Lore:[Wear the full set for legendary effects!]}}},{Slot:100b,id:minecraft:leather_boots,Count:1b,tag:{display:{Name:'Legendary Boots',Lore:[Wear the full set for legendary effects!]}}}]}'}},{id:MinecartCommandBlock,Command:summon FallingSand ~ ~2 ~ {Block:command_block,Time:1}},{id:MinecartCommandBlock,Command:setblock ~ ~ ~1 command_block 0 0 {Command:fill ~ ~-3 ~-1 ~ ~ ~ air}},{id:MinecartCommandBlock,Command:setblock ~ ~-1 ~1 redstone_block},{id:MinecartCommandBlock,Command:kill @e[type=MinecartCommandBlock,r=1]}]}]}]}

Spawn a Villager who sells all the new Armor Sets by throwing a Crafting Table and an Iron Chestplate on the ground!
Obsidian Armor: 24 Obsidian for the complete set
Dwarven Armor: Gold Armor and 24 Iron Blocks for the complete set
Ghost Armor: Leather Armor and 4 Ghast Tears for the complete set
Prismarine Armor: Gold Armor and 24 Prismarine Shards for the complete set
Magma Armor: 24 Magma Block and 24 Blaze Powder for the complete set
Ender Armor: 24 Ender Pearls and 24 Popped Chorus Fruit for the complete set
Armor of the Swordmaster: Iron Armor and 4 Diamond Swords for the complete set
Crystal Armor: 24 End Crystals for the complete set
Legendary Armor: Diamond Armor and 4 Nether Stars for the complete set




Command 2

summon FallingSand ~ ~1 ~ {Block:stone,Time:1,Passengers:[{id:FallingSand,Block:redstone_block,Time:1,Passengers:[{id:FallingSand,Block:activator_rail,Time:1,Passengers:[{id:MinecartCommandBlock,Command:gamerule commandBlockOutput false},{id:MinecartCommandBlock,Command:blockdata ~5 ~ ~ {auto:1,Command:'/execute @e[tag=crafting_table,type=Item] ~ ~ ~ execute @e[tag=iron_chestplate,r=1] ~ ~ ~ /summon Villager ~ ~ ~ {CustomName:'Armorer',CustomNameVisible:1,Profession:3,Offers:{Recipes:[0:{maxUses:2000000000,buy:{id:'minecraft:obsidian',Count:5b,Damage:0s},sell:{id:'minecraft:leather_helmet',Count:1b,tag:{Unbreakable:1,display:{Lore:[0:'Wear the full set for special effects!'],color:851988,Name:'Obsidian Helmet'},AttributeModifiers:[0:{UUIDMost:643442,UUIDLeast:670950,Amount:1,Slot:'head',AttributeName:'generic.armor',Operation:0,Name:'generic.armor'}]},Damage:0s},uses:0,rewardExp:0b},1:{maxUses:2000000000,buy:{id:'minecraft:obsidian',Count:8b,Damage:0s},sell:{id:'minecraft:leather_chestplate',Count:1b,tag:{Unbreakable:1b,display:{Lore:[0:'Wear the full set for special effects!'],color:851988,Name:'Obsidian Chestplate'},AttributeModifiers:[0:{UUIDMost:643440,UUIDLeast:670955,Amount:2,Slot:'chest',AttributeName:'generic.armor',Operation:0,Name:'generic.armor'}]},Damage:0s},uses:0,rewardExp:0b},2:{maxUses:2000000000,buy:{id:'minecraft:obsidian',Count:7b,Damage:0s},sell:{id:'minecraft:leather_leggings',Count:1b,tag:{Unbreakable:1,display:{Lore:[0:'Wear the full set for special effects!'],color:851988,Name:'Obsidian Leggings'},AttributeModifiers:[0:{UUIDMost:643540,UUIDLeast:670855,Amount:2,Slot:'legs',AttributeName:'generic.armor',Operation:0,Name:'generic.armor'}]},Damage:0s},uses:0,rewardExp:0b},3:{maxUses:2000000000,buy:{id:'minecraft:obsidian',Count:4b,Damage:0s},sell:{id:'minecraft:leather_boots',Count:1b,tag:{Unbreakable:1,display:{Lore:[0:'Wear the full set for special effects!'],color:851988,Name:'Obsidian Boots'},AttributeModifiers:[0:{UUIDMost:653540,UUIDLeast:680855,Amount:1,Slot:'feet',AttributeName:'generic.armor',Operation:0,Name:'generic.armor'}]},Damage:0s},uses:0,rewardExp:0b},4:{maxUses:2000000000,buy:{id:'minecraft:emerald',Count:5b,Damage:0s},sell:{id:'minecraft:leather_helmet',Count:1b,tag:{ench:[0:{lvl:10,id:34}],display:{color:4116792,Name:'Emerald Helmet'},AttributeModifiers:[0:{UUIDMost:655883,UUIDLeast:402011,Amount:3,Slot:'head',AttributeName:'generic.armor',Operation:0,Name:'generic.armor'},1:{UUIDMost:198565,UUIDLeast:213330,Amount:1,Slot:'head',AttributeName:'generic.luck',Operation:0,Name:'generic.luck'}]},Damage:0s},uses:0,rewardExp:0b},5:{maxUses:2000000000,buy:{id:'minecraft:emerald',Count:8b,Damage:0s},sell:{id:'minecraft:leather_chestplate',Count:1b,tag:{ench:[0:{lvl:10,id:34}],display:{color:4116792,Name:'Emerald Chestplate'},AttributeModifiers:[0:{UUIDMost:655885,UUIDLeast:402011,Amount:8,Slot:'chest',AttributeName:'generic.armor',Operation:0,Name:'generic.armor'},1:{UUIDMost:198566,UUIDLeast:213330,Amount:1,Slot:'chest',AttributeName:'generic.luck',Operation:0,Name:'generic.luck'}]},Damage:0s},uses:0,rewardExp:0b},6:{maxUses:2000000000,buy:{id:'minecraft:emerald',Count:7b,Damage:0s},sell:{id:'minecraft:leather_leggings',Count:1b,tag:{ench:[0:{lvl:10,id:34}],display:{color:4116792,Name:'Emerald Leggings'},AttributeModifiers:[0:{UUIDMost:655885,UUIDLeast:402015,Amount:6,Slot:'legs',AttributeName:'generic.armor',Operation:0,Name:'generic.armor'},1:{UUIDMost:198566,UUIDLeast:213335,Amount:1,Slot:'legs',AttributeName:'generic.luck',Operation:0,Name:'generic.luck'}]},Damage:0s},uses:0,rewardExp:0b},7:{maxUses:2000000000,buy:{id:'minecraft:emerald',Count:4b,Damage:0s},sell:{id:'minecraft:leather_boots',Count:1b,tag:{ench:[0:{lvl:10,id:34}],display:{color:4116792,Name:'Emerald Boots'},AttributeModifiers:[0:{UUIDMost:655885,UUIDLeast:402115,Amount:3,Slot:'feet',AttributeName:'generic.armor',Operation:0,Name:'generic.armor'},1:{UUIDMost:198566,UUIDLeast:213315,Amount:1,Slot:'feet',AttributeName:'generic.luck',Operation:0,Name:'generic.luck'}]},Damage:0s},uses:0,rewardExp:0b},8:{maxUses:2000000000,buyB:{id:'minecraft:ender_eye',Count:5b,Damage:0s},buy:{id:'minecraft:chorus_fruit_popped',Count:5b,Damage:0s},sell:{id:'minecraft:leather_helmet',Count:1b,tag:{ench:[0:{lvl:10,id:34}],display:{Lore:[0:'Wear the full set for special effects!'],color:6560399,Name:'Ender Helmet'},AttributeModifiers:[0:{UUIDMost:309163,UUIDLeast:186379,Amount:3,Slot:'head',AttributeName:'generic.armor',Operation:0,Name:'generic.armor'}]},Damage:0s},uses:0,rewardExp:0b},9:{maxUses:2000000000,buyB:{id:'minecraft:ender_eye',Count:8b,Damage:0s},buy:{id:'minecraft:chorus_fruit_popped',Count:8b,Damage:0s},sell:{id:'minecraft:leather_chestplate',Count:1b,tag:{ench:[0:{lvl:10,id:34}],display:{Lore:[0:'Wear the full set for special effects!'],color:6560399,Name:'Ender Chestplate'},AttributeModifiers:[0:{UUIDMost:5163,UUIDLeast:489253,Amount:8,Slot:'chest',AttributeName:'generic.armor',Operation:0,Name:'generic.armor'}]},Damage:0s},uses:0,rewardExp:0b},10:{maxUses:2000000000,buyB:{id:'minecraft:ender_eye',Count:7b,Damage:0s},buy:{id:'minecraft:chorus_fruit_popped',Count:7b,Damage:0s},sell:{id:'minecraft:leather_leggings',Count:1b,tag:{ench:[0:{lvl:10,id:34}],display:{Lore:[0:'Wear the full set for special effects!'],color:6560399,Name:'Ender Leggings'},AttributeModifiers:[0:{UUIDMost:617528,UUIDLeast:784889,Amount:6,Slot:'legs',AttributeName:'generic.armor',Operation:0,Name:'generic.armor'}]},Damage:0s},uses:0,rewardExp:0b},11:{maxUses:2000000000,buyB:{id:'minecraft:ender_eye',Count:4b,Damage:0s},buy:{id:'minecraft:chorus_fruit_popped',Count:4b,Damage:0s},sell:{id:'minecraft:leather_boots',Count:1b,tag:{ench:[0:{lvl:10,id:34}],display:{Lore:[0:'Wear the full set for special effects!'],color:6560399,Name:'Ender Boots'},AttributeModifiers:[0:{UUIDMost:108527,UUIDLeast:439279,Amount:3,Slot:'feet',AttributeName:'generic.armor',Operation:0,Name:'generic.armor'}]},Damage:0s},uses:0,rewardExp:0b},12:{maxUses:2000000000,buyB:{id:'minecraft:diamond_sword',Count:1b,Damage:0s},buy:{id:'minecraft:iron_helmet',Count:1b,Damage:0s},sell:{id:'minecraft:leather_helmet',Count:1b,tag:{ench:[0:{lvl:10,id:34}],display:{Lore:[0:'Wear the full set for special effects!'],color:9737364,Name:'Helmet of the Swordmaster'},AttributeModifiers:[0:{UUIDMost:764613,UUIDLeast:74808,Amount:-0.025d,Slot:'head',AttributeName:'generic.attackDamage',Operation:1,Name:'generic.attackDamage'},1:{UUIDMost:558298,UUIDLeast:166577,Amount:2,Slot:'head',AttributeName:'generic.armor',Operation:0,Name:'generic.armor'},2:{UUIDMost:939163,UUIDLeast:697851,Amount:0.125d,Slot:'head',AttributeName:'generic.attackSpeed',Operation:1,Name:'generic.attackSpeed'},3:{UUIDMost:187665,UUIDLeast:922571,Amount:1,Slot:'head',AttributeName:'generic.armorToughness',Operation:0,Name:'generic.armorToughness'}]},Damage:0s},uses:0,rewardExp:0b},13:{maxUses:2000000000,buyB:{id:'minecraft:diamond_sword',Count:1b,Damage:0s},buy:{id:'minecraft:iron_chestplate',Count:1b,Damage:0s},sell:{id:'minecraft:leather_chestplate',Count:1b,tag:{ench:[0:{lvl:10,id:34}],display:{Lore:[0:'Wear the full set for special effects!'],color:9737364,Name:'Chestplate of the Swordmaster'},AttributeModifiers:[0:{UUIDMost:764613,UUIDLeast:74801,Amount:-0.025d,Slot:'chest',AttributeName:'generic.attackDamage',Operation:1,Name:'generic.attackDamage'},1:{UUIDMost:558298,UUIDLeast:166572,Amount:6,Slot:'chest',AttributeName:'generic.armor',Operation:0,Name:'generic.armor'},2:{UUIDMost:939163,UUIDLeast:697852,Amount:0.125d,Slot:'chest',AttributeName:'generic.attackSpeed',Operation:1,Name:'generic.attackSpeed'},3:{UUIDMost:187665,UUIDLeast:922572,Amount:1,Slot:'chest',AttributeName:'generic.armorToughness',Operation:0,Name:'generic.armorToughness'}]},Damage:0s},uses:0,rewardExp:0b},14:{maxUses:2000000000,buyB:{id:'minecraft:diamond_sword',Count:1b,Damage:0s},buy:{id:'minecraft:iron_leggings',Count:1b,Damage:0s},sell:{id:'minecraft:leather_leggings',Count:1b,tag:{ench:[0:{lvl:10,id:34}],display:{Lore:[0:'Wear the full set for special effects!'],color:9737364,Name:'Leggings of the Swordmaster'},AttributeModifiers:[0:{UUIDMost:764611,UUIDLeast:74801,Amount:-0.025d,Slot:'legs',AttributeName:'generic.attackDamage',Operation:1,Name:'generic.attackDamage'},1:{UUIDMost:558291,UUIDLeast:166572,Amount:4,Slot:'legs',AttributeName:'generic.armor',Operation:0,Name:'generic.armor'},2:{UUIDMost:939161,UUIDLeast:697852,Amount:0.125d,Slot:'legs',AttributeName:'generic.attackSpeed',Operation:1,Name:'generic.attackSpeed'},3:{UUIDMost:187661,UUIDLeast:922572,Amount:1,Slot:'legs',AttributeName:'generic.armorToughness',Operation:0,Name:'generic.armorToughness'}]},Damage:0s},uses:0,rewardExp:0b},15:{maxUses:2000000000,buyB:{id:'minecraft:diamond_sword',Count:1b,Damage:0s},buy:{id:'minecraft:iron_boots',Count:1b,Damage:0s},sell:{id:'minecraft:leather_boots',Count:1b,tag:{ench:[0:{lvl:10,id:34}],display:{Lore:[0:'Wear the full set for special effects!'],color:9737364,Name:'Boots of the Swordmaster'},AttributeModifiers:[0:{UUIDMost:764611,UUIDLeast:74811,Amount:-0.025d,Slot:'feet',AttributeName:'generic.attackDamage',Operation:1,Name:'generic.attackDamage'},1:{UUIDMost:558291,UUIDLeast:161572,Amount:2,Slot:'feet',AttributeName:'generic.armor',Operation:0,Name:'generic.armor'},2:{UUIDMost:939161,UUIDLeast:697152,Amount:0.125d,Slot:'feet',AttributeName:'generic.attackSpeed',Operation:1,Name:'generic.attackSpeed'},3:{UUIDMost:187661,UUIDLeast:921572,Amount:1,Slot:'feet',AttributeName:'generic.armorToughness',Operation:0,Name:'generic.armorToughness'}]},Damage:0s},uses:0,rewardExp:0b},16:{maxUses:2000000000,buyB:{id:'minecraft:prismarine_shard',Count:5b,Damage:0s},buy:{id:'minecraft:golden_helmet',Count:1b,Damage:0s},sell:{id:'minecraft:leather_helmet',Count:1b,tag:{ench:[0:{lvl:3,id:5},1:{lvl:1,id:6},2:{lvl:5,id:34}],display:{Lore:[0:'Wear the full set for special effects!'],color:1560509,Name:'Prismarine Helmet'},AttributeModifiers:[0:{UUIDMost:988797,UUIDLeast:950889,Amount:3,Slot:'head',AttributeName:'generic.armor',Operation:0,Name:'generic.armor'}]},Damage:0s},uses:0,rewardExp:0b},17:{maxUses:2000000000,buyB:{id:'minecraft:prismarine_shard',Count:8b,Damage:0s},buy:{id:'minecraft:golden_chestplate',Count:1b,Damage:0s},sell:{id:'minecraft:leather_chestplate',Count:1b,tag:{ench:[0:{lvl:3,id:7},1:{lvl:5,id:34}],display:{Lore:[0:'Wear the full set for special effects!'],color:1560509,Name:'Prismarine Chestplate'},AttributeModifiers:[0:{UUIDMost:186276,UUIDLeast:3969,Amount:6,Slot:'chest',AttributeName:'generic.armor',Operation:0,Name:'generic.armor'}]},Damage:0s},uses:0,rewardExp:0b},18:{maxUses:2000000000,buyB:{id:'minecraft:prismarine_shard',Count:7b,Damage:0s},buy:{id:'minecraft:golden_leggings',Count:1b,Damage:0s},sell:{id:'minecraft:leather_leggings',Count:1b,tag:{ench:[0:{lvl:3,id:7},1:{lvl:5,id:34}],display:{Lore:[0:'Wear the full set for special effects!'],color:1560509,Name:'Prismarine Leggings'},AttributeModifiers:[0:{UUIDMost:186279,UUIDLeast:3968,Amount:5,Slot:'legs',AttributeName:'generic.armor',Operation:0,Name:'generic.armor'}]},Damage:0s},uses:0,rewardExp:0b},19:{maxUses:2000000000,buyB:{id:'minecraft:prismarine_shard',Count:4b,Damage:0s},buy:{id:'minecraft:golden_boots',Count:1b,Damage:0s},sell:{id:'minecraft:leather_boots',Count:1b,tag:{ench:[0:{lvl:5,id:8},1:{lvl:5,id:34}],display:{Lore:[0:'Wear the full set for special effects!'],color:1560509,Name:'Prismarine Boots'},AttributeModifiers:[0:{UUIDMost:186289,UUIDLeast:3978,Amount:2,Slot:'feet',AttributeName:'generic.armor',Operation:0,Name:'generic.armor'}]},Damage:0s},uses:0,rewardExp:0b},20:{maxUses:2000000000,buyB:{id:'minecraft:iron_block',Count:5b,Damage:0s},buy:{id:'minecraft:golden_helmet',Count:1b,Damage:0s},sell:{id:'minecraft:leather_helmet',Count:1b,tag:{display:{Lore:[0:'Wear the full set for special effects!'],color:3552822,Name:'Dwarven Helmet'},AttributeModifiers:[0:{UUIDMost:170165,UUIDLeast:997349,Amount:0.25d,Slot:'head',AttributeName:'generic.knockbackResistance',Operation:0,Name:'generic.knockbackResistance'},1:{UUIDMost:737838,UUIDLeast:834993,Amount:2,Slot:'head',AttributeName:'generic.armor',Operation:0,Name:'generic.armor'},2:{UUIDMost:823524,UUIDLeast:497124,Amount:-0.1d,Slot:'head',AttributeName:'generic.attackSpeed',Operation:1,Name:'generic.attackSpeed'},3:{UUIDMost:268238,UUIDLeast:383050,Amount:1,Slot:'head',AttributeName:'generic.luck',Operation:0,Name:'generic.luck'},4:{UUIDMost:108554,UUIDLeast:893071,Amount:1,Slot:'head',AttributeName:'generic.armorToughness',Operation:0,Name:'generic.armorToughness'}]},Damage:0s},uses:0,rewardExp:0b},21:{maxUses:2000000000,buyB:{id:'minecraft:iron_block',Count:8b,Damage:0s},buy:{id:'minecraft:golden_chestplate',Count:1b,Damage:0s},sell:{id:'minecraft:leather_chestplate',Count:1b,tag:{display:{Lore:[0:'Wear the full set for special effects!'],color:3552822,Name:'Dwarven Chestplate'},AttributeModifiers:[0:{UUIDMost:516991,UUIDLeast:266541,Amount:0.25d,Slot:'chest',AttributeName:'generic.knockbackResistance',Operation:0,Name:'generic.knockbackResistance'},1:{UUIDMost:359283,UUIDLeast:399311,Amount:6,Slot:'chest',AttributeName:'generic.armor',Operation:0,Name:'generic.armor'},2:{UUIDMost:7646,UUIDLeast:119551,Amount:-0.1d,Slot:'chest',AttributeName:'generic.attackSpeed',Operation:1,Name:'generic.attackSpeed'},3:{UUIDMost:580065,UUIDLeast:650019,Amount:1,Slot:'chest',AttributeName:'generic.luck',Operation:0,Name:'generic.luck'},4:{UUIDMost:487110,UUIDLeast:543673,Amount:1,Slot:'chest',AttributeName:'generic.armorToughness',Operation:0,Name:'generic.armorToughness'}]},Damage:0s},uses:0,rewardExp:0b},22:{maxUses:2000000000,buyB:{id:'minecraft:iron_block',Count:7b,Damage:0s},buy:{id:'minecraft:golden_leggings',Count:1b,Damage:0s},sell:{id:'minecraft:leather_leggings',Count:1b,tag:{display:{Lore:[0:'Wear the full set for special effects!'],color:3552822,Name:'Dwarven Leggings'},AttributeModifiers:[0:{UUIDMost:516990,UUIDLeast:266549,Amount:0.25d,Slot:'legs',AttributeName:'generic.knockbackResistance',Operation:0,Name:'generic.knockbackResistance'},1:{UUIDMost:359293,UUIDLeast:399331,Amount:5,Slot:'legs',AttributeName:'generic.armor',Operation:0,Name:'generic.armor'},2:{UUIDMost:7746,UUIDLeast:119521,Amount:-0.1d,Slot:'legs',AttributeName:'generic.attackSpeed',Operation:1,Name:'generic.attackSpeed'},3:{UUIDMost:580075,UUIDLeast:650119,Amount:1,Slot:'legs',AttributeName:'generic.luck',Operation:0,Name:'generic.luck'},4:{UUIDMost:487210,UUIDLeast:543674,Amount:1,Slot:'legs',AttributeName:'generic.armorToughness',Operation:0,Name:'generic.armorToughness'}]},Damage:0s},uses:0,rewardExp:0b},23:{maxUses:2000000000,buyB:{id:'minecraft:iron_block',Count:4b,Damage:0s},buy:{id:'minecraft:golden_boots',Count:1b,Damage:0s},sell:{id:'minecraft:leather_boots',Count:1b,tag:{display:{Lore:[0:'Wear the full set for special effects!'],color:3552822,Name:'Dwarven Boots'},AttributeModifiers:[0:{UUIDMost:516997,UUIDLeast:266543,Amount:0.25d,Slot:'feet',AttributeName:'generic.knockbackResistance',Operation:0,Name:'generic.knockbackResistance'},1:{UUIDMost:359298,UUIDLeast:399351,Amount:2,Slot:'feet',AttributeName:'generic.armor',Operation:0,Name:'generic.armor'},2:{UUIDMost:8746,UUIDLeast:129521,Amount:-0.1d,Slot:'feet',AttributeName:'generic.attackSpeed',Operation:1,Name:'generic.attackSpeed'},3:{UUIDMost:580085,UUIDLeast:620119,Amount:1,Slot:'feet',AttributeName:'generic.luck',Operation:0,Name:'generic.luck'},4:{UUIDMost:487250,UUIDLeast:542674,Amount:1,Slot:'feet',AttributeName:'generic.armorToughness',Operation:0,Name:'generic.armorToughness'}]},Damage:0s},uses:0,rewardExp:0b},24:{maxUses:2000000000,buyB:{id:'minecraft:ghast_tear',Count:1b,Damage:0s},buy:{id:'minecraft:leather_helmet',Count:1b,Damage:0s},sell:{id:'minecraft:leather_helmet',Count:1b,tag:{display:{Lore:[0:'Wear the full set for special effects!'],color:16777215,Name:'Ghost Helmet'},AttributeModifiers:[0:{UUIDMost:22910,UUIDLeast:80947,Amount:0.25d,Slot:'head',AttributeName:'generic.knockbackResistance',Operation:1,Name:'generic.knockbackResistance'},1:{UUIDMost:52398,UUIDLeast:487038,Amount:0.025d,Slot:'head',AttributeName:'generic.movementSpeed',Operation:1,Name:'generic.movementSpeed'},2:{UUIDMost:309163,UUIDLeast:186379,Amount:1,Slot:'head',AttributeName:'generic.armor',Operation:0,Name:'generic.armor'}]},Damage:0s},uses:0,rewardExp:0b},25:{maxUses:2000000000,buyB:{id:'minecraft:ghast_tear',Count:1b,Damage:0s},buy:{id:'minecraft:leather_chestplate',Count:1b,Damage:0s},sell:{id:'minecraft:leather_chestplate',Count:1b,tag:{display:{Lore:[0:'Wear the full set for special effects!'],color:16777215,Name:'Ghost Chestplate'},AttributeModifiers:[0:{UUIDMost:744298,UUIDLeast:70110,Amount:0.25d,Slot:'chest',AttributeName:'generic.knockbackResistance',Operation:1,Name:'generic.knockbackResistance'},1:{UUIDMost:882757,UUIDLeast:857085,Amount:0.025d,Slot:'chest',AttributeName:'generic.movementSpeed',Operation:1,Name:'generic.movementSpeed'},2:{UUIDMost:5163,UUIDLeast:489253,Amount:2,Slot:'chest',AttributeName:'generic.armor',Operation:0,Name:'generic.armor'}]},Damage:0s},uses:0,rewardExp:0b},26:{maxUses:2000000000,buyB:{id:'minecraft:ghast_tear',Count:1b,Damage:0s},buy:{id:'minecraft:leather_leggings',Count:1b,Damage:0s},sell:{id:'minecraft:leather_leggings',Count:1b,tag:{display:{Lore:[0:'Wear the full set for special effects!'],color:16777215,Name:'Ghost Leggings'},AttributeModifiers:[0:{UUIDMost:84774,UUIDLeast:701427,Amount:0.25d,Slot:'legs',AttributeName:'generic.knockbackResistance',Operation:1,Name:'generic.knockbackResistance'},1:{UUIDMost:12039,UUIDLeast:779844,Amount:0.025d,Slot:'legs',AttributeName:'generic.movementSpeed',Operation:1,Name:'generic.movementSpeed'},2:{UUIDMost:617528,UUIDLeast:784889,Amount:2,Slot:'legs',AttributeName:'generic.armor',Operation:0,Name:'generic.armor'}]},Damage:0s},uses:0,rewardExp:0b},27:{maxUses:2000000000,buyB:{id:'minecraft:ghast_tear',Count:1b,Damage:0s},buy:{id:'minecraft:leather_boots',Count:1b,Damage:0s},sell:{id:'minecraft:leather_boots',Count:1b,tag:{display:{Lore:[0:'Wear the full set for special effects!'],color:16121848,Name:'Ghost Boots'},AttributeModifiers:[0:{UUIDMost:603707,UUIDLeast:743212,Amount:0.25d,Slot:'feet',AttributeName:'generic.knockbackResistance',Operation:1,Name:'generic.knockbackResistance'},1:{UUIDMost:639806,UUIDLeast:308863,Amount:0.025d,Slot:'feet',AttributeName:'generic.movementSpeed',Operation:1,Name:'generic.movementSpeed'},2:{UUIDMost:108527,UUIDLeast:439279,Amount:1,Slot:'feet',AttributeName:'generic.armor',Operation:0,Name:'generic.armor'}]},Damage:0s},uses:0,rewardExp:0b},28:{maxUses:2000000000,buyB:{id:'minecraft:blaze_powder',Count:5b,Damage:0s},buy:{id:'minecraft:magma',Count:5b,Damage:0s},sell:{id:'minecraft:leather_helmet',Count:1b,tag:{ench:[0:{lvl:5,id:1},1:{lvl:5,id:34}],display:{Lore:[0:'Wear the full set for special effects!'],color:11345923,Name:'Magma Helmet'},AttributeModifiers:[0:{UUIDMost:571243,UUIDLeast:899268,Amount:2,Slot:'head',AttributeName:'generic.armor',Operation:0,Name:'generic.armor'}]},Damage:0s},uses:0,rewardExp:0b},29:{maxUses:2000000000,buyB:{id:'minecraft:blaze_powder',Count:8b,Damage:0s},buy:{id:'minecraft:magma',Count:8b,Damage:0s},sell:{id:'minecraft:leather_chestplate',Count:1b,tag:{ench:[0:{lvl:5,id:1},1:{lvl:5,id:34}],display:{Lore:[0:'Wear the full set for special effects!'],color:11345923,Name:'Magma Chestplate'},AttributeModifiers:[0:{UUIDMost:318317,UUIDLeast:633714,Amount:6,Slot:'chest',AttributeName:'generic.armor',Operation:0,Name:'generic.armor'}]},Damage:0s},uses:0,rewardExp:0b},30:{maxUses:2000000000,buyB:{id:'minecraft:blaze_powder',Count:7b,Damage:0s},buy:{id:'minecraft:magma',Count:7b,Damage:0s},sell:{id:'minecraft:leather_leggings',Count:1b,tag:{ench:[0:{lvl:5,id:1},1:{lvl:5,id:34}],display:{Lore:[0:'Wear the full set for special effects!'],color:11345923,Name:'Magma Leggings'},AttributeModifiers:[0:{UUIDMost:558886,UUIDLeast:263337,Amount:5,Slot:'legs',AttributeName:'generic.armor',Operation:0,Name:'generic.armor'}]},Damage:0s},uses:0,rewardExp:0b},31:{maxUses:2000000000,buyB:{id:'minecraft:blaze_powder',Count:4b,Damage:0s},buy:{id:'minecraft:magma',Count:4b,Damage:0s},sell:{id:'minecraft:leather_boots',Count:1b,tag:{ench:[0:{lvl:5,id:1},1:{lvl:5,id:34}],display:{Lore:[0:'Wear the full set for special effects!'],color:11345923,Name:'Magma Boots'},AttributeModifiers:[0:{UUIDMost:419747,UUIDLeast:507022,Amount:2,Slot:'feet',AttributeName:'generic.armor',Operation:0,Name:'generic.armor'}]},Damage:0s},uses:0,rewardExp:0b},32:{maxUses:2000000000,buy:{id:'minecraft:end_crystal',Count:5b,Damage:0s},sell:{id:'minecraft:leather_helmet',Count:1b,tag:{ench:[0:{lvl:1,id:70}],display:{Lore:[0:'Wear the full set for special effects!'],color:16247039,Name:'Crystal Helmet'},AttributeModifiers:[0:{UUIDMost:348064,UUIDLeast:822437,Amount:1,Slot:'head',AttributeName:'generic.maxHealth',Operation:0,Name:'generic.maxHealth'},1:{UUIDMost:507826,UUIDLeast:783769,Amount:0.05d,Slot:'head',AttributeName:'generic.movementSpeed',Operation:1,Name:'generic.movementSpeed'},2:{UUIDMost:57440,UUIDLeast:218634,Amount:3,Slot:'head',AttributeName:'generic.armor',Operation:0,Name:'generic.armor'},3:{UUIDMost:570671,UUIDLeast:696728,Amount:1,Slot:'head',AttributeName:'generic.armorToughness',Operation:0,Name:'generic.armorToughness'}]},Damage:0s},uses:0,rewardExp:0b},33:{maxUses:2000000000,buy:{id:'minecraft:end_crystal',Count:8b,Damage:0s},sell:{id:'minecraft:leather_chestplate',Count:1b,tag:{ench:[0:{lvl:1,id:70}],display:{Lore:[0:'Wear the full set for special effects!'],color:16247039,Name:'Crystal Chestplate'},AttributeModifiers:[0:{UUIDMost:348064,UUIDLeast:822438,Amount:1,Slot:'chest',AttributeName:'generic.maxHealth',Operation:0,Name:'generic.maxHealth'},1:{UUIDMost:507826,UUIDLeast:783768,Amount:0.05d,Slot:'chest',AttributeName:'generic.movementSpeed',Operation:1,Name:'generic.movementSpeed'},2:{UUIDMost:57440,UUIDLeast:218638,Amount:7,Slot:'chest',AttributeName:'generic.armor',Operation:0,Name:'generic.armor'},3:{UUIDMost:570671,UUIDLeast:696726,Amount:1,Slot:'chest',AttributeName:'generic.armorToughness',Operation:0,Name:'generic.armorToughness'}]},Damage:0s},uses:0,rewardExp:0b},34:{maxUses:2000000000,buy:{id:'minecraft:end_crystal',Count:7b,Damage:0s},sell:{id:'minecraft:leather_leggings',Count:1b,tag:{ench:[0:{lvl:1,id:70}],display:{Lore:[0:'Wear the full set for special effects!'],color:16247039,Name:'Crystal Leggings'},AttributeModifiers:[0:{UUIDMost:348069,UUIDLeast:822354,Amount:1,Slot:'legs',AttributeName:'generic.maxHealth',Operation:0,Name:'generic.maxHealth'},1:{UUIDMost:507829,UUIDLeast:783452,Amount:0.05d,Slot:'legs',AttributeName:'generic.movementSpeed',Operation:1,Name:'generic.movementSpeed'},2:{UUIDMost:57449,UUIDLeast:218558,Amount:5,Slot:'legs',AttributeName:'generic.armor',Operation:0,Name:'generic.armor'},3:{UUIDMost:570679,UUIDLeast:696745,Amount:1,Slot:'legs',AttributeName:'generic.armorToughness',Operation:0,Name:'generic.armorToughness'}]},Damage:0s},uses:0,rewardExp:0b},35:{maxUses:2000000000,buy:{id:'minecraft:end_crystal',Count:4b,Damage:0s},sell:{id:'minecraft:leather_boots',Count:1b,tag:{ench:[0:{lvl:1,id:70}],display:{Lore:[0:'Wear the full set for special effects!'],color:16247039,Name:'Crystal Boots'},AttributeModifiers:[0:{UUIDMost:348069,UUIDLeast:822458,Amount:1,Slot:'feet',AttributeName:'generic.maxHealth',Operation:0,Name:'generic.maxHealth'},1:{UUIDMost:507829,UUIDLeast:783758,Amount:0.05d,Slot:'feet',AttributeName:'generic.movementSpeed',Operation:1,Name:'generic.movementSpeed'},2:{UUIDMost:57449,UUIDLeast:218658,Amount:3,Slot:'feet',AttributeName:'generic.armor',Operation:0,Name:'generic.armor'},3:{UUIDMost:570679,UUIDLeast:696746,Amount:1,Slot:'feet',AttributeName:'generic.armorToughness',Operation:0,Name:'generic.armorToughness'}]},Damage:0s},uses:0,rewardExp:0b},36:{maxUses:2000000000,buyB:{id:'minecraft:nether_star',Count:1b,Damage:0s},buy:{id:'minecraft:diamond_helmet',Count:1b,Damage:0s},sell:{id:'minecraft:leather_helmet',Count:1b,tag:{ench:[0:{lvl:3,id:5},1:{lvl:1,id:6},2:{lvl:100,id:34}],HideFlags:33,display:{Lore:[0:'Wear the full set for legendary effects!'],color:16759044,Name:'Legendary Helmet'},AttributeModifiers:[0:{UUIDMost:949488,UUIDLeast:568603,Amount:0.25d,Slot:'head',AttributeName:'generic.maxHealth',Operation:1,Name:'generic.maxHealth'},1:{UUIDMost:14991,UUIDLeast:278201,Amount:0.1d,Slot:'head',AttributeName:'generic.movementSpeed',Operation:1,Name:'generic.movementSpeed'},2:{UUIDMost:121848,UUIDLeast:515101,Amount:3,Slot:'head',AttributeName:'generic.armor',Operation:0,Name:'generic.armor'},3:{UUIDMost:117747,UUIDLeast:517854,Amount:5,Slot:'head',AttributeName:'generic.armorToughness',Operation:0,Name:'generic.armorToughness'}]},Damage:0s},uses:0,rewardExp:0b},37:{maxUses:2000000000,buyB:{id:'minecraft:nether_star',Count:1b,Damage:0s},buy:{id:'minecraft:diamond_chestplate',Count:1b,Damage:0s},sell:{id:'minecraft:leather_chestplate',Count:1b,tag:{ench:[0:{lvl:100,id:34}],HideFlags:33,display:{Lore:[0:'Wear the full set for legendary effects!'],color:16759044,Name:'Legendary Chestplate'},AttributeModifiers:[0:{UUIDMost:949488,UUIDLeast:568601,Amount:0.25d,Slot:'chest',AttributeName:'generic.maxHealth',Operation:1,Name:'generic.maxHealth'},1:{UUIDMost:14991,UUIDLeast:278202,Amount:0.1d,Slot:'chest',AttributeName:'generic.movementSpeed',Operation:1,Name:'generic.movementSpeed'},2:{UUIDMost:121848,UUIDLeast:515102,Amount:8,Slot:'chest',AttributeName:'generic.armor',Operation:0,Name:'generic.armor'},3:{UUIDMost:117747,UUIDLeast:517851,Amount:5,Slot:'chest',AttributeName:'generic.armorToughness',Operation:0,Name:'generic.armorToughness'}]},Damage:0s},uses:0,rewardExp:0b},38:{maxUses:2000000000,buyB:{id:'minecraft:nether_star',Count:1b,Damage:0s},buy:{id:'minecraft:diamond_leggings',Count:1b,Damage:0s},sell:{id:'minecraft:leather_leggings',Count:1b,tag:{ench:[0:{lvl:100,id:34}],HideFlags:33,display:{Lore:[0:'Wear the full set for legendary effects!'],color:16759044,Name:'Legendary Leggings'},AttributeModifiers:[0:{UUIDMost:949488,UUIDLeast:561601,Amount:0.25d,Slot:'legs',AttributeName:'generic.maxHealth',Operation:1,Name:'generic.maxHealth'},1:{UUIDMost:14991,UUIDLeast:278102,Amount:0.1d,Slot:'legs',AttributeName:'generic.movementSpeed',Operation:1,Name:'generic.movementSpeed'},2:{UUIDMost:121848,UUIDLeast:515122,Amount:6,Slot:'legs',AttributeName:'generic.armor',Operation:0,Name:'generic.armor'},3:{UUIDMost:117747,UUIDLeast:517821,Amount:5,Slot:'legs',AttributeName:'generic.armorToughness',Operation:0,Name:'generic.armorToughness'}]},Damage:0s},uses:0,rewardExp:0b},39:{maxUses:2000000000,buyB:{id:'minecraft:nether_star',Count:1b,Damage:0s},buy:{id:'minecraft:diamond_boots',Count:1b,Damage:0s},sell:{id:'minecraft:leather_boots',Count:1b,tag:{ench:[0:{lvl:100,id:2},1:{lvl:5,id:8},2:{lvl:100,id:34}],HideFlags:33,display:{Lore:[0:'Wear the full set for legendary effects!'],color:16759044,Name:'Legendary Boots'},AttributeModifiers:[0:{UUIDMost:949481,UUIDLeast:561601,Amount:0.25d,Slot:'feet',AttributeName:'generic.maxHealth',Operation:1,Name:'generic.maxHealth'},1:{UUIDMost:14992,UUIDLeast:278102,Amount:0.1d,Slot:'feet',AttributeName:'generic.movementSpeed',Operation:1,Name:'generic.movementSpeed'},2:{UUIDMost:121842,UUIDLeast:515122,Amount:3,Slot:'feet',AttributeName:'generic.armor',Operation:0,Name:'generic.armor'},3:{UUIDMost:117742,UUIDLeast:517821,Amount:5,Slot:'feet',AttributeName:'generic.armorToughness',Operation:0,Name:'generic.armorToughness'}]},Damage:0s},uses:0,rewardExp:0b}]}}'}},{id:MinecartCommandBlock,Command:blockdata ~6 ~ ~ {auto:1,Command:/execute @e[tag=crafting_table,type=Item] ~ ~ ~ execute @e[tag=iron_chestplate,r=1] ~ ~ ~ /playsound minecraft:entity.player.levelup master @a[r=20] ~ ~ ~ 1 0.5}},{id:MinecartCommandBlock,Command:blockdata ~7 ~ ~ {auto:1,Command:/execute @e[tag=crafting_table,type=Item] ~ ~ ~ execute @e[tag=iron_chestplate,r=1] ~ ~ ~ /particle largeexplode ~ ~ ~ 1 1 1 1 100}},{id:MinecartCommandBlock,Command:blockdata ~8 ~ ~ {auto:1,Command:/scoreboard players tag @e[type=Item] add crafting_table {Item:{id:minecraft:crafting_table}}}},{id:MinecartCommandBlock,Command:blockdata ~8 ~ ~-1 {auto:1,Command:/scoreboard players tag @e[type=Item] add iron_chestplate {Item:{id:minecraft:iron_chestplate}}}},{id:MinecartCommandBlock,Command:blockdata ~7 ~ ~-1 {auto:1,Command:/scoreboard players set @a[score_sneak_min=1] sneak 0}},{id:MinecartCommandBlock,Command:blockdata ~6 ~ ~-1 {auto:1,Command:/scoreboard players tag @a[tag=obsidianarmor] remove obsidianarmor}},{id:MinecartCommandBlock,Command:blockdata ~5 ~ ~-1 {auto:1,Command:/effect @a[tag=obsidianarmor] minecraft:resistance 1 0 true}},{id:MinecartCommandBlock,Command:setblock ~ ~ ~1 command_block 0 0 {Command:fill ~ ~-3 ~-1 ~ ~ ~ air}},{id:MinecartCommandBlock,Command:setblock ~ ~-1 ~1 redstone_block},{id:MinecartCommandBlock,Command:kill @e[type=MinecartCommandBlock,r=1]}]}]}]}