mirror of
https://github.com/songoda/EpicBosses.git
synced 2025-01-10 01:07:34 +01:00
b2fd40eb1c
+ Finished implementing the Legacy version
94 lines
2.4 KiB
JSON
94 lines
2.4 KiB
JSON
{
|
|
"DefaultAutoSpawnListItem": {
|
|
"type": "GRASS",
|
|
"name": "&c&lDefault AutoSpawn List Item"
|
|
},
|
|
"DefaultDropTableRewardItem": {
|
|
"type": "DIAMOND",
|
|
"name": "&c&lDefault DropTable Reward Item"
|
|
},
|
|
"DefaultDropTableRewardsListItem": {
|
|
"type": "CHEST",
|
|
"name": "&c&lDefault DropTable Rewards List Item"
|
|
},
|
|
"DefaultMinionMenuSpawnItem": {
|
|
"type": "MONSTER_EGG",
|
|
"name": "&c&lDefault Minion Menu Spawn Item"
|
|
},
|
|
"DefaultTextMenuItem": {
|
|
"type": "BOOK",
|
|
"name": "&c&lDefault Text Menu Item"
|
|
},
|
|
"DefaultBossMenuItem": {
|
|
"type": "BARRIER",
|
|
"name": "&c&lDefault Boss Menu Item"
|
|
},
|
|
"DefaultDropTableMenuItem": {
|
|
"type": "WOOD_PLATE",
|
|
"name": "&c&lDefault Drop Table Menu Item"
|
|
},
|
|
"DefaultCustomSkillTypeItem": {
|
|
"type": "STICK",
|
|
"name": "&c&lDefault Custom Skill Type Item"
|
|
},
|
|
"DefaultSelectedTargetingItem": {
|
|
"type": "EMERALD_BLOCK",
|
|
"name": "&c&lDefault Selected Targeting System Item"
|
|
},
|
|
"DefaultSelectedCustomSkillTypeItem": {
|
|
"type": "BLAZE_ROD",
|
|
"name": "&c&lDefault Selected Custom Skill Type Item"
|
|
},
|
|
"DefaultSelectedDropTableItem": {
|
|
"type": "GOLD_PLATE",
|
|
"name": "&c&lSelected Default Drop Table Menu Item"
|
|
},
|
|
"DefaultSkillMenuItem": {
|
|
"type": "BLAZE_POWDER",
|
|
"name": "&c&lDefault Skill Menu Item"
|
|
},
|
|
"DefaultBossListEditorMenuItem": {
|
|
"type": "MONSTER_EGG",
|
|
"name": "&c&lDefault Boss List Editor Menu Item"
|
|
},
|
|
"SKSpawnItem": {
|
|
"type": "MONSTER_EGG",
|
|
"durability": 51,
|
|
"name": "&6&lSkeleton King Boss Spawn Egg",
|
|
"lore": [
|
|
"&7Right click a block to spawn",
|
|
"&7the boss as that location."
|
|
]
|
|
},
|
|
"SKHelmet": {
|
|
"type": "GOLD_HELMET",
|
|
"enchants": [ "protection:4", "unbreaking:3" ]
|
|
},
|
|
"SKChestplate": {
|
|
"type": "GOLD_CHESTPLATE",
|
|
"enchants": [ "protection:4", "unbreaking:3" ]
|
|
},
|
|
"SKLeggings": {
|
|
"type": "GOLD_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": "STICK"
|
|
},
|
|
"SKCustomDrop1": {
|
|
"type": "STONE",
|
|
"name": "&5Skeleton King Stone",
|
|
"lore": [
|
|
"&7This stone will bring you",
|
|
"&7great luck in battle."
|
|
]
|
|
}
|
|
} |