EpicBosses/plugin-modules/Core/resources-json/items.json

41 lines
938 B
JSON
Raw Normal View History

2018-04-27 22:22:03 +02:00
{
"SKSpawnItem": {
"type": "SKELETON_SPAWN_EGG",
2018-04-27 22:22:03 +02:00
"name": "&6&lSkeleton King Boss Spawn Egg",
"lore": [
"&7Right click a block to spawn",
"&7the boss as that location."
]
2018-04-27 22:22:03 +02:00
},
"SKHelmet": {
"type": "GOLDEN_HELMET",
"enchants": [ "protection:4", "unbreaking:3" ]
2018-04-27 22:22:03 +02:00
},
"SKChestplate": {
"type": "GOLDEN_CHESTPLATE",
"enchants": [ "protection:4", "unbreaking:3" ]
2018-04-27 22:22:03 +02:00
},
"SKLeggings": {
"type": "GOLDEN_LEGGINGS",
"enchants": [ "protection:4", "unbreaking:3" ]
2018-04-27 22:22:03 +02:00
},
"SKBoots": {
"type": "DIAMOND_BOOTS",
"enchants": [ "protection:4", "unbreaking:3" ]
2018-04-27 22:22:03 +02:00
},
"SKMainHand": {
"type": "DIAMOND_SWORD",
2018-04-27 22:22:03 +02:00
"enchants": [ "sharpness:4", "unbreaking:3" ]
},
"SKOffHand": {
"type": "SHIELD"
},
"SKCustomDrop1": {
"type": "STONE",
"name": "&5Skeleton King Stone",
"lore": [
"&7This stone will bring you",
"&7great luck in battle."
]
2018-04-27 22:22:03 +02:00
}
}