mirror of
https://github.com/songoda/EpicBosses.git
synced 2024-11-02 16:19:31 +01:00
8ad2ae8b3a
+ Continued work on GUI + 90% completed Bosses List GUI
33 lines
765 B
JSON
33 lines
765 B
JSON
{
|
|
"SKSpawnItem": {
|
|
"type": "SKELETON_SPAWN_EGG",
|
|
"name": "&6&lSkeleton King Boss Spawn Egg",
|
|
"lore": [
|
|
"&7Right click a block to spawn",
|
|
"&7the boss as that location."
|
|
]
|
|
},
|
|
"SKHelmet": {
|
|
"type": "GOLDEN_HELMET",
|
|
"enchants": [ "protection:4", "unbreaking:3" ]
|
|
},
|
|
"SKChestplate": {
|
|
"type": "GOLDEN_CHESTPLATE",
|
|
"enchants": [ "protection:4", "unbreaking:3" ]
|
|
},
|
|
"SKLeggings": {
|
|
"type": "GOLDEN_LEGGINGS",
|
|
"enchants": [ "protection:4", "unbreaking:3" ]
|
|
},
|
|
"SKBoots": {
|
|
"type": "DIAMOND_BOOTS",
|
|
"enchants": [ "protection:4", "unbreaking:3" ]
|
|
},
|
|
"SKMainHand": {
|
|
"type": "DIAMOND_SWORD",
|
|
"enchants": [ "sharpness:4", "unbreaking:3" ]
|
|
},
|
|
"SKOffHand": {
|
|
"type": "SHIELD"
|
|
}
|
|
} |