/give @p leather_helmet 1 0 {
display: {
Name: "mario cap",
Lore: [
"drowning? no more"
],
color: 16711680
},
ench: [
{
id: 5,
lvl: 2000
}
]
}
/give @p leather_chestplate 1 0 {
display: {
Name: "mario cape",
Lore: [
"save yes unsaved? no"
],
color: 16771072
},
ench: [
{
id: 3,
lvl: 1000
},
{
id: 4,
lvl: 6
},
{
id: 7,
lvl: 2
}
]
}
/give @p leather_leggings 1 0 {
display: {
Name: "mario trowsers",
Lore: [
"do it when you can"
],
color: 8027903
},
AttributeModifiers: [
{
AttributeName: "generic.movementSpeed",
Name: "generic.movementSpeed",
Amount: 2,
Operation: 0,
UUIDMost: 71038,
UUIDLeast: 16921
}
]
}
/give @p leather_boots 1 0 {
display: {
Name: "mario boots",
Lore: [
"jump jump super mega triple jump"
],
color: 0
},
ench: [
{
id: 2,
lvl: 2000
}
]
}
/give @p iron_pickaxe 1 0 {
display: {
Name: "mario hammer",
Lore: [
"thats the hammer"
]
},
ench: [
{
id: 33,
lvl: 1000
},
{
id: 35,
lvl: 5000
}
]
}
/give @p sign 1 0 {
BlockEntityTag: {
Text1: "{\"text\":\"command by manemah\",\"color\":\"aqua\",\"clickEvent\":{\"action\":\"run_command\",\"value\":\"time set 100000\"}}",
Text2: "{\"text\":\"click here\",\"color\":\"gray\"}"
},
display: {
Name: "Custom Sign"
}
}