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

108 lines
2.5 KiB
JSON
Raw Normal View History

2018-04-27 22:22:03 +02:00
{
"DefaultAutoSpawnListItem": {
2019-08-04 07:14:44 +02:00
"type": "GRASS_BLOCK",
"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": {
2019-08-04 07:14:44 +02:00
"type": "ZOMBIE_SPAWN_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": {
2019-08-04 07:14:44 +02:00
"type": "OAK_PRESSURE_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": {
2019-08-04 07:14:44 +02:00
"type": "LIGHT_WEIGHTED_PRESSURE_PLATE",
"name": "&c&lSelected Default Drop Table Menu Item"
},
"DefaultSkillMenuItem": {
"type": "BLAZE_POWDER",
"name": "&c&lDefault Skill Menu Item"
},
"DefaultBossListEditorMenuItem": {
2019-08-04 07:14:44 +02:00
"type": "ZOMBIE_SPAWN_EGG",
"name": "&c&lDefault Boss List Editor Menu Item"
},
2018-04-27 22:22:03 +02:00
"SKSpawnItem": {
2019-08-04 07:14:44 +02:00
"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": {
2019-08-04 07:14:44 +02:00
"type": "GOLDEN_HELMET",
2019-10-08 00:34:11 +02:00
"enchants": [
"protection:4",
"unbreaking:3"
]
2018-04-27 22:22:03 +02:00
},
"SKChestplate": {
2019-08-04 07:14:44 +02:00
"type": "GOLDEN_CHESTPLATE",
2019-10-08 00:34:11 +02:00
"enchants": [
"protection:4",
"unbreaking:3"
]
2018-04-27 22:22:03 +02:00
},
"SKLeggings": {
2019-08-04 07:14:44 +02:00
"type": "GOLDEN_LEGGINGS",
2019-10-08 00:34:11 +02:00
"enchants": [
"protection:4",
"unbreaking:3"
]
2018-04-27 22:22:03 +02:00
},
"SKBoots": {
"type": "DIAMOND_BOOTS",
2019-10-08 00:34:11 +02:00
"enchants": [
"protection:4",
"unbreaking:3"
]
2018-04-27 22:22:03 +02:00
},
"SKMainHand": {
"type": "DIAMOND_SWORD",
2019-10-08 00:34:11 +02:00
"enchants": [
"sharpness:4",
"unbreaking:3"
]
2018-04-27 22:22:03 +02:00
},
"SKOffHand": {
2019-08-04 07:14:44 +02:00
"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
}
}