Helmet:/give @p leather_helmet 1 0 {
display: {
Name: "Wooden Helmet",
color: 4662283
},
ench: [
{
id: 0,
lvl: 2
},
{
id: 34,
lvl: 2
}
],
HideFlags: 5
}
Chest:/give @p leather_chestplate 1 0 {
display: {
Name: "Wooden Chestpiece",
Lore: [
"I forgot if it",
"is chestplate or chest piece..."
],
color: 4662283
},
ench: [
{
id: 0,
lvl: 2
},
{
id: 34,
lvl: 2
}
],
HideFlags: 5
}
Legs:/give @p leather_leggings 1 0 {
display: {
Name: "Wooden Pants",
Lore: [
"Is it Leggings or",
"Pants? :\\"
],
color: 4662283
},
ench: [
{
id: 0,
lvl: 2
},
{
id: 34,
lvl: 2
}
],
HideFlags: 5
}
Boots:/give @p leather_boots 1 0 {
display: {
Name: "Wood Shoes",
Lore: [
"lol Boots"
],
color: 4662283
},
ench: [
{
id: 0,
lvl: 2
},
{
id: 34,
lvl: 2
}
],
HideFlags: 5
}