aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjani270 <jani270@gmx.de>2022-05-07 01:43:10 +0200
committerjani270 <jani270@gmx.de>2022-05-07 01:43:10 +0200
commit7b90ef65578300f80dbb010f33c3deff3d515f36 (patch)
tree0c50ba28e265b1877a1f77f27d37bf315c0a650f
parentf6359b50daba1a24cfe01440e992e6b8def3d34b (diff)
downloadNotEnoughUpdates-REPO-7b90ef65578300f80dbb010f33c3deff3d515f36.tar.gz
NotEnoughUpdates-REPO-7b90ef65578300f80dbb010f33c3deff3d515f36.tar.bz2
NotEnoughUpdates-REPO-7b90ef65578300f80dbb010f33c3deff3d515f36.zip
Added NPC Shop Recipes
-rw-r--r--constants/islands.json295
-rw-r--r--items/ADVENTURER_NPC.json101
-rw-r--r--items/ALCHEMIST_NPC.json108
-rw-r--r--items/AMELIA_NPC.json94
-rw-r--r--items/ANITA_NPC.json127
-rw-r--r--items/AN_NPC.json62
-rw-r--r--items/BARBARIAN_EMISSARY_NPC.json36
-rw-r--r--items/BARBARIAN_SHOP_NPC.json36
-rw-r--r--items/BARTENDER_NPC.json96
-rw-r--r--items/BUBU_NPC.json63
-rw-r--r--items/BULVAR_NPC.json123
-rw-r--r--items/DESPERATE_ENGINEER_NPC.json26
-rw-r--r--items/DUNCAN_NPC.json27
-rw-r--r--items/EZEKIEL_NPC.json50
-rw-r--r--items/FARM_MERCHANT_NPC.json115
-rw-r--r--items/FEAR_MONGERER_NPC.json180
-rw-r--r--items/FISH_MERCHANT_NPC.json59
-rw-r--r--items/GOLD_FORGER_NPC.json66
-rw-r--r--items/GROG_NPC.json49
-rw-r--r--items/HILDA_NPC.json73
-rw-r--r--items/IRON_FORGER_NPC.json66
-rw-r--r--items/JAKE_NPC.json80
-rw-r--r--items/JOYFUL_VIKING_NPC.json52
-rw-r--r--items/LIBRARIAN_NPC.json94
-rw-r--r--items/LONELY_PHILOSOPHER_NPC.json31
-rw-r--r--items/LUMBER_MERCHANT_NPC.json101
-rw-r--r--items/LYS_NPC.json146
-rw-r--r--items/MAD_REDSTONE_ENGINEER_NPC.json115
-rw-r--r--items/MAGE_SHOP_NPC.json77
-rw-r--r--items/MARTHOS_NPC.json74
-rw-r--r--items/MASTER_TACTICIAN_NPC.json44
-rw-r--r--items/MINE_MERCHANT_NPC.json108
-rw-r--r--items/ODAWA_NPC.json58
-rw-r--r--items/OLD_SHAMAN_NYKO_NPC.json38
-rw-r--r--items/OPHELIA_NPC.json192
-rw-r--r--items/ORINGO_NPC.json264
-rw-r--r--items/PAT_NPC.json38
-rw-r--r--items/PEARL_DEALER_NPC.json73
-rw-r--r--items/PLUMBER_JOE_NPC.json31
-rw-r--r--items/ROSETTA_NPC.json221
-rw-r--r--items/SCOOP_NPC.json31
-rw-r--r--items/SEYMOUR_NPC.json87
-rw-r--r--items/SHERRY_NPC.json69
-rw-r--r--items/SHIFTY_NPC.json45
-rw-r--r--items/SKYBLOCK_BRONZE_MEDAL.json16
-rw-r--r--items/SKYBLOCK_GOLD_MEDAL.json16
-rw-r--r--items/SKYBLOCK_PELT.json16
-rw-r--r--items/SKYBLOCK_SILVER_MEDAL.json16
-rw-r--r--items/SMITHMONGER_NPC.json65
-rw-r--r--items/TOMIOKA_NPC.json48
-rw-r--r--items/TONY_SHOP_NPC.json160
-rw-r--r--items/UDEL_NPC.json76
-rw-r--r--items/ULYN_NPC.json62
-rw-r--r--items/WALTER_NPC.json31
-rw-r--r--items/WEAPONSMITH_NPC.json80
-rw-r--r--items/WINONA_NPC.json27
-rw-r--r--items/WOOL_WEAVER_NPC.json549
-rw-r--r--items/ZOG_NPC.json115
58 files changed, 5198 insertions, 0 deletions
diff --git a/constants/islands.json b/constants/islands.json
new file mode 100644
index 00000000..2c84d6d9
--- /dev/null
+++ b/constants/islands.json
@@ -0,0 +1,295 @@
+{
+ "area_names": {
+ "dynamic": "Private Island",
+ "hub": "Hub",
+ "mining_1": "Gold Mine",
+ "mining_2": "Deep Caverns",
+ "mining_3": "Dwarven Mines",
+ "combat_1": "Spider's Den",
+ "crimson_isle": "Crimson Isle",
+ "combat_3": "The End",
+ "farming_1": "The Farming Islands",
+ "foraging_1": "The Park",
+ "winter": "Jerry's Workshop",
+ "dungeon": "Dungeon",
+ "dungeon_hub": "Dungeon Hub",
+ "crystal_hollows": "Crystal Hollows"
+ },
+ "teleporters": [
+ {
+ "from": "hub",
+ "to": "foraging_1",
+ "x": -221,
+ "y": 75,
+ "z": -15
+ },
+ {
+ "from": "foraging_1",
+ "to": "hub",
+ "x": -275,
+ "y": 84,
+ "z": -14
+ },
+ {
+ "from": "dungeon_hub",
+ "to": "hub",
+ "x": 17.5,
+ "y": 128,
+ "z": 0.5
+ },
+ {
+ "from": "hub",
+ "to": "dungeon_hub",
+ "x": -44.5,
+ "y": 90,
+ "z": 11.5
+ },
+ {
+ "from": "mining_1",
+ "to": "hub",
+ "x": -4.5,
+ "y": 76,
+ "z": -272.5
+ },
+ {
+ "from": "hub",
+ "to": "mining_1",
+ "x": -9.5,
+ "y": 68,
+ "z": -228.5
+ },
+ {
+ "from": "mining_2",
+ "to": "mining_1",
+ "x": -4,
+ "y": 159,
+ "z": 85
+ },
+ {
+ "from": "mining_1",
+ "to": "mining_2",
+ "x": -8,
+ "y": 70,
+ "z": -393
+ },
+ {
+ "from": "farming_1",
+ "to": "hub",
+ "x": 113.5,
+ "y": 73,
+ "z": -207.5
+ },
+ {
+ "from": "hub",
+ "to": "farming_1",
+ "x": 76.5,
+ "y": 74,
+ "z": -181.5
+ },
+ {
+ "from": "combat_1",
+ "to": "hub",
+ "x": 202.5,
+ "y": 85,
+ "z": -233.5
+ },
+ {
+ "from": "hub",
+ "to": "combat_1",
+ "x": -159.5,
+ "y": 75,
+ "z": -158.5
+ },
+ {
+ "from": "crimson_isle",
+ "to": "combat_1",
+ "x": -361,
+ "y": 82,
+ "z": -425
+ },
+ {
+ "from": "combat_1",
+ "to": "crimson_isle",
+ "x": -355,
+ "y": 89,
+ "z": -347
+ },
+ {
+ "from": "combat_3",
+ "to": "combat_1",
+ "x": -503,
+ "y": 103,
+ "z": -275
+ },
+ {
+ "from": "combat_1",
+ "to": "combat_3",
+ "x": -378,
+ "y": 121,
+ "z": -261
+ },
+ {
+ "from": "mining_3",
+ "to": "mining_2",
+ "x": -78,
+ "y": 202,
+ "z": -124
+ },
+ {
+ "from": "mining_2",
+ "to": "mining_3",
+ "x": 43,
+ "y": 152,
+ "z": 15
+ }
+ ],
+ "island_warps": [
+ {
+ "warp": "nether",
+ "mode": "crimson_isle",
+ "x": -361,
+ "y": 80,
+ "z": -430
+ },
+ {
+ "warp": "deep",
+ "mode": "mining_2",
+ "x": 4,
+ "y": 157,
+ "z": 80
+ },
+ {
+ "warp": "gold",
+ "mode": "mining_1",
+ "x": -8,
+ "y": 68,
+ "z": -393
+ },
+ {
+ "warp": "mines",
+ "mode": "mining_3",
+ "x": -49,
+ "y": 200,
+ "z": -121
+ },
+ {
+ "warp": "forge",
+ "mode": "mining_3",
+ "x": 0,
+ "y": 149,
+ "z": -68
+ },
+ {
+ "warp": "barn",
+ "mode": "farming_1",
+ "x": 113,
+ "y": 71,
+ "z": -207
+ },
+ {
+ "warp": "desert",
+ "mode": "farming_1",
+ "x": 160,
+ "y": 77,
+ "z": -370
+ },
+ {
+ "warp": "park",
+ "mode": "foraging_1",
+ "x": -279,
+ "y": 82,
+ "z": -14
+ },
+ {
+ "warp": "dungeon_hub",
+ "mode": "dungeon_hub",
+ "x": -31,
+ "y": 121,
+ "z": 0
+ },
+ {
+ "warp": "spider",
+ "mode": "combat_1",
+ "x": -203,
+ "y": 83,
+ "z": -233
+ },
+ {
+ "warp": "end",
+ "mode": "combat_3",
+ "x": -503,
+ "y": 101,
+ "z": -275
+ },
+ {
+ "warp": "castle",
+ "mode": "hub",
+ "x": -250,
+ "y": 130,
+ "z": 45
+ },
+ {
+ "warp": "crypts",
+ "mode": "hub",
+ "x": -162,
+ "y": 61,
+ "z": -100
+ },
+ {
+ "warp": "museum",
+ "mode": "hub",
+ "x": -76,
+ "y": 76,
+ "z": 80
+ },
+ {
+ "warp": "jungle",
+ "mode": "foraging_1",
+ "x": -463,
+ "y": 133,
+ "z": -128
+ },
+ {
+ "warp": "howl",
+ "mode": "foraging_1",
+ "x": -333,
+ "y": 90,
+ "z": -55
+ },
+ {
+ "warp": "nest",
+ "mode": "combat_1",
+ "x": -189,
+ "y": 176,
+ "z": -310
+ },
+ {
+ "warp": "drag",
+ "mode": "combat_3",
+ "x": -607,
+ "y": 22,
+ "z": -276
+ },
+ {
+ "warp": "void",
+ "mode": "combat_3",
+ "x": -570,
+ "y": 7,
+ "z": -318
+ },
+ {
+ "warp": "hub",
+ "mode": "hub",
+ "x": -3,
+ "y": 70,
+ "z": -70
+ },
+ {
+ "warp": "kuudra",
+ "mode": "crimson_isle",
+ "x": -373,
+ "y": 114,
+ "z": -1034
+ }
+ ]
+} \ No newline at end of file
diff --git a/items/ADVENTURER_NPC.json b/items/ADVENTURER_NPC.json
new file mode 100644
index 00000000..eb2e9179
--- /dev/null
+++ b/items/ADVENTURER_NPC.json
@@ -0,0 +1,101 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§9Adventurer (NPC)",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"1ca9aff8-1471-51fe-ae2a-b5b6b297ebe4\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTcyOThmZjRlYzNiYTBhMDg4NDM1N2Y0ZDFhOWNjZWM0ZWU4ZDhkODFiNDk4MTEzOGVmOTRiOGE3NWYzZGQifX19\"}]}},display:{Lore:[0:\"\"],Name:\"§9Adventurer (NPC)\"},ExtraAttributes:{id:\"ADVENTURER_NPC\"}}",
+ "damage": 3,
+ "lore": [
+ ""
+ ],
+ "internalname": "ADVENTURER_NPC",
+ "clickcommand": "viewrecipe",
+ "modver": "2.1.0-REL",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Adventurer",
+ "https://wiki.hypixel.net/Scoop"
+ ],
+ "crafttext": "",
+ "x": -42,
+ "y": 72,
+ "z": -65,
+ "island": "hub",
+ "recipes": [
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:8"
+ ],
+ "result": "ROTTEN_FLESH"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:8"
+ ],
+ "result": "BONE"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:10"
+ ],
+ "result": "STRING"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:14"
+ ],
+ "result": "SLIME_BALL"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:10"
+ ],
+ "result": "SULPHUR"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:500"
+ ],
+ "result": "ZOMBIE_TALISMAN"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:500"
+ ],
+ "result": "SKELETON_TALISMAN"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:2500"
+ ],
+ "result": "VILLAGE_TALISMAN"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:2500"
+ ],
+ "result": "MINE_TALISMAN"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:10000"
+ ],
+ "result": "INTIMIDATION_TALISMAN"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:10000"
+ ],
+ "result": "SCAVENGER_TALISMAN"
+ }
+ ]
+} \ No newline at end of file
diff --git a/items/ALCHEMIST_NPC.json b/items/ALCHEMIST_NPC.json
new file mode 100644
index 00000000..4408a662
--- /dev/null
+++ b/items/ALCHEMIST_NPC.json
@@ -0,0 +1,108 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§9Alchemist (NPC)",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"cf4f97d7-2e1f-3678-9ca3-4a7b9666cc28\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmNlNjYwNDE1N2ZjNGFiNTU5MWU0YmNmNTA3YTc0OTkxOGVlOWM0MWUzNTdkNDczNzZlMGVlNzM0MjA3NGM5MCJ9fX0\"}]}},display:{Lore:[0:\"\"],Name:\"§9Alchemist (NPC)\"},ExtraAttributes:{id:\"ALCHEMIST_NPC\"}}",
+ "damage": 3,
+ "lore": [
+ ""
+ ],
+ "internalname": "ALCHEMIST_NPC",
+ "clickcommand": "viewrecipe",
+ "modver": "2.1.0-REL",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Alchemist",
+ "https://wiki.hypixel.net/Alchemist"
+ ],
+ "crafttext": "",
+ "x": 41,
+ "y": 72,
+ "z": -64,
+ "island": "hub",
+ "recipes": [
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:30"
+ ],
+ "result": "NETHER_STALK"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:30"
+ ],
+ "result": "BREWING_STAND_ITEM"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:50"
+ ],
+ "result": "GLASS_BOTTLE:8"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:6"
+ ],
+ "result": "POTION"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:4"
+ ],
+ "result": "SUGAR"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:10"
+ ],
+ "result": "RABBIT_FOOT"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:10"
+ ],
+ "result": "SPECKLED_MELON"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:12"
+ ],
+ "result": "SPIDER_EYE"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:12"
+ ],
+ "result": "BLAZE_POWDER"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:200"
+ ],
+ "result": "GHAST_TEAR"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:20"
+ ],
+ "result": "MAGMA_CREAM"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:30"
+ ],
+ "result": "GOLDEN_CARROT"
+ }
+ ]
+} \ No newline at end of file
diff --git a/items/AMELIA_NPC.json b/items/AMELIA_NPC.json
new file mode 100644
index 00000000..cce427e6
--- /dev/null
+++ b/items/AMELIA_NPC.json
@@ -0,0 +1,94 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§9Amelia (NPC)",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"d8b44285-588c-52f1-8236-670877a703a5\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMmQ1OTU1Y2M1YWY2ZmEzMzkwZGYzNmM5YTIzYTMyNjRjODQyNjk5MWU3NTMzYWQyZDA4MWY0MWVhMTMwYzYzYiJ9fX0\u003d\"}]}},display:{Lore:[0:\"\"],Name:\"§9Lonely Philosopher (NPC)\"},ExtraAttributes:{id:\"LONELY_PHILOSOPHER_NPC\"}}",
+ "damage": 3,
+ "lore": [
+ ""
+ ],
+ "internalname": "AMEILA_NPC",
+ "clickcommand": "viewrecipe",
+ "modver": "2.1.0-REL",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Amelia",
+ "https://wiki.hypixel.net/Amelia"
+ ],
+ "crafttext": "",
+ "x": -45,
+ "y": 87,
+ "z": -5,
+ "island": "hub",
+ "recipes": [
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:1000"
+ ],
+ "result": "PARKOUR_CONTROLLER"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:1000"
+ ],
+ "result": "PARKOUR_POINT"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:2000"
+ ],
+ "result": "PARKOUR_TIMES"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:10000"
+ ],
+ "result": "SOCIAL_DISPLAY"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:1000"
+ ],
+ "result": "EGG_HUNT"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:50000"
+ ],
+ "result": "ISLAND_NPC"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:2500"
+ ],
+ "result": "TIC_TAC_TOE"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:2500"
+ ],
+ "result": "CONNECT_FOUR"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:10000"
+ ],
+ "result": "ROCK_PAPER_SHEARS"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:50000"
+ ],
+ "result": "SHOWCASE_BLOCK"
+ }
+ ]
+} \ No newline at end of file
diff --git a/items/ANITA_NPC.json b/items/ANITA_NPC.json
new file mode 100644
index 00000000..dc65890b
--- /dev/null
+++ b/items/ANITA_NPC.json
@@ -0,0 +1,127 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§9Anita (NPC)",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"87cc81d1-6e2e-5165-8b60-e26cb7677a55\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMmVhYzE3YzEyZjQ3YTUxZjBiOTNjZDA3OWJmYmJjNWEzMTU2NTg1M2ZhMmExYWRhYTlkNWFlNDgzNzA4OWM2In19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"\"],Name:\"§9Anita (NPC)\"},ExtraAttributes:{id:\"ANITA_NPC\"}}",
+ "damage": 3,
+ "lore": [
+ ""
+ ],
+ "internalname": "ANITA_NPC",
+ "clickcommand": "viewrecipe",
+ "modver": "2.1.0-REL",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Anita",
+ "https://wiki.hypixel.net/Anita"
+ ],
+ "x": 22,
+ "y": 79,
+ "z": -70,
+ "island": "hub",
+ "recipes": [
+ {
+ "type": "npc_shop",
+ "cost": [
+ "JACOBS_TICKET:1"
+ ],
+ "result": "INFINIDIRT_WAND"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_BRONZE_MEDAL:1",
+ "JACOBS_TICKET:2"
+ ],
+ "result": "PRISMAPUMP:4"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_BRONZE_MEDAL:1",
+ "JACOBS_TICKET:5"
+ ],
+ "result": "HOE_OF_GREAT_TILLING"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_SILVER_MEDAL:1",
+ "JACOBS_TICKET:10"
+ ],
+ "result": "HOE_OF_GREATER_TILLING"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_SILVER_MEDAL:2",
+ "JACOBS_TICKET:30"
+ ],
+ "result": "BASKET_OF_SEEDS"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_SILVER_MEDAL:2",
+ "JACOBS_TICKET:30"
+ ],
+ "result": "NETHER_WART_POUCH"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_SILVER_MEDAL:2",
+ "JACOBS_TICKET:32"
+ ],
+ "result": "DELICATE;5"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_GOLD_MEDAL:1",
+ "JACOBS_TICKET:32"
+ ],
+ "result": "THEORETICAL_HOE"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_GOLD_MEDAL:1",
+ "JACOBS_TICKET:32"
+ ],
+ "result": "COCO_CHOPPER"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_GOLD_MEDAL:1",
+ "JACOBS_TICKET:32"
+ ],
+ "result": "MELON_DICER"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_GOLD_MEDAL:1",
+ "JACOBS_TICKET:32"
+ ],
+ "result": "PUMPKIN_DICER"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_GOLD_MEDAL:1",
+ "JACOBS_TICKET:32"
+ ],
+ "result": "FUNGI_CUTTER"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_GOLD_MEDAL:1",
+ "JACOBS_TICKET:32"
+ ],
+ "result": "CACTUS_KNIFE"
+ }
+ ],
+ "crafttext": ""
+} \ No newline at end of file
diff --git a/items/AN_NPC.json b/items/AN_NPC.json
new file mode 100644
index 00000000..7b79d531
--- /dev/null
+++ b/items/AN_NPC.json
@@ -0,0 +1,62 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§9An (NPC)",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"c133529c-af45-5015-b3c4-53fb48a835a6\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTdmN2JkMTAyNjMxMTExYWFhNDIyM2MyYTdlNjQyOGQyYThhOTRiMGQ4MTQwOGVjMzVmYzNkNWFkZDc1ZDBiOSJ9fX0\u003d\"}]}},display:{Lore:[0:\"\"],Name:\"§9An (NPC)\"},ExtraAttributes:{id:\"AN_NPC\"}}",
+ "damage": 3,
+ "lore": [
+ ""
+ ],
+ "internalname": "AN_NPC",
+ "clickcommand": "viewrecipe",
+ "modver": "2.1.0-REL",
+ "infoType": "",
+ "x": -622,
+ "y": 110,
+ "z": -742,
+ "island": "crimson_isle",
+ "recipes": [
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:20"
+ ],
+ "result": "SAND-1"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:50"
+ ],
+ "result": "BLAZE_ROD"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:20"
+ ],
+ "result": "MAGMA_CREAM"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:50"
+ ],
+ "result": "QUARTZ"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:10"
+ ],
+ "result": "NETHER_STALK"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:200"
+ ],
+ "result": "GHAST_TEAR"
+ }
+ ],
+ "crafttext": ""
+} \ No newline at end of file
diff --git a/items/BARBARIAN_EMISSARY_NPC.json b/items/BARBARIAN_EMISSARY_NPC.json
new file mode 100644
index 00000000..ffe4a960
--- /dev/null
+++ b/items/BARBARIAN_EMISSARY_NPC.json
@@ -0,0 +1,36 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§9Barbarian Emissary (NPC)",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"bb81a611-bda5-5be3-8dc7-6de8fe76c12e\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjM2MzBkOWIwMjA4OGVhMTkyNGE4NzIyNDJhYmM3NWI2MjYyYzJhY2E5MmFlY2Y4NzE0YTU3YTQxZWVhMGI5ZCJ9fX0\u003d\"}]}},display:{Lore:[0:\"\"],Name:\"§9Barbarian Emissary (NPC)\"},ExtraAttributes:{id:\"BARBARIAN_EMISSARY_NPC\"}}",
+ "damage": 3,
+ "lore": [
+ ""
+ ],
+ "internalname": "BARBARIAN_EMISSARY_NPC",
+ "clickcommand": "viewrecipe",
+ "modver": "2.1.0-REL",
+ "infoType": "",
+ "crafttext": "",
+ "x": -581,
+ "y": 101,
+ "z": -711,
+ "island": "crimson_isle",
+ "recipes": [
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:8000",
+ "ENCHANTED_RED_SAND:2",
+ "CORRUPTED_NETHER_STAR:2"
+ ],
+ "result": "KUUDRA_TIER_KEY"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:100000"
+ ],
+ "result": "THORNLEAF_SCYTHE"
+ }
+ ]
+} \ No newline at end of file
diff --git a/items/BARBARIAN_SHOP_NPC.json b/items/BARBARIAN_SHOP_NPC.json
new file mode 100644
index 00000000..b4f0423f
--- /dev/null
+++ b/items/BARBARIAN_SHOP_NPC.json
@@ -0,0 +1,36 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§9Barbarian Shop (NPC)",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"bb81a611-bda5-5be3-8dc7-6de8fe76c12e\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjM2MzBkOWIwMjA4OGVhMTkyNGE4NzIyNDJhYmM3NWI2MjYyYzJhY2E5MmFlY2Y4NzE0YTU3YTQxZWVhMGI5ZCJ9fX0\u003d\"}]}},display:{Lore:[0:\"\"],Name:\"§9Barbarian Shop (NPC)\"},ExtraAttributes:{id:\"BARBARIAN_SHOP_NPC\"}}",
+ "damage": 3,
+ "lore": [
+ ""
+ ],
+ "internalname": "BARBARIAN_SHOP_NPC",
+ "clickcommand": "viewrecipe",
+ "modver": "2.1.0-REL",
+ "infoType": "",
+ "crafttext": "",
+ "x": -581,
+ "y": 101,
+ "z": -711,
+ "island": "crimson_isle",
+ "recipes": [
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:8000",
+ "ENCHANTED_RED_SAND:2",
+ "CORRUPTED_NETHER_STAR:2"
+ ],
+ "result": "KUUDRA_TIER_KEY"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:100000"
+ ],
+ "result": "THORNLEAF_SCYTHE"
+ }
+ ]
+} \ No newline at end of file
diff --git a/items/BARTENDER_NPC.json b/items/BARTENDER_NPC.json
new file mode 100644
index 00000000..2f8d3768
--- /dev/null
+++ b/items/BARTENDER_NPC.json
@@ -0,0 +1,96 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§9Bartender (NPC)",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"dfe24556-f0e9-5e84-b9f0-772c60865ff0\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYmJkMTE3MmEzMTA4MzFkNWRiYjg0Yzk5N2IzZjU1NmUxNjllYTY0MWM4NTI0OTEzYTE5MTFiZTU5ODViNCJ9fX0\u003d\u003d\"}]}},display:{Lore:[0:\"\"],Name:\"§9Bartender (NPC)\"},ExtraAttributes:{id:\"BARTENDER_NPC\"}}",
+ "damage": 3,
+ "lore": [
+ ""
+ ],
+ "internalname": "BARTENDER_NPC",
+ "clickcommand": "viewrecipe",
+ "modver": "2.1.0-REL",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Bartender",
+ "https://wiki.hypixel.net/Bartender"
+ ],
+ "crafttext": "",
+ "x": -74,
+ "y": 73,
+ "z": -56,
+ "island": "hub",
+ "recipes": [
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:1000"
+ ],
+ "result": "CHEAP_COFFEE"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:1000"
+ ],
+ "result": "TEPID_GREEN_TEA"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:1000"
+ ],
+ "result": "PULPOUS_ORANGE_JUICE"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:1200"
+ ],
+ "result": "BITTER_ICE_TEA"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:1500"
+ ],
+ "result": "KNOCKOFF_COLA"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:5000"
+ ],
+ "result": "DECENT_COFFEE"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:2000000",
+ "REVENANT_GENERATOR_11",
+ "REVENANT_VISCERA:64"
+ ],
+ "result": "REVENANT_GENERATOR_12"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:150000"
+ ],
+ "result": "WOLF_FUR_MIXIN"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:150000"
+ ],
+ "result": "SPIDER_EGG_MIXIN"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:150000"
+ ],
+ "result": "END_PORTAL_FUMES_MIXIN"
+ }
+ ]
+} \ No newline at end of file
diff --git a/items/BUBU_NPC.json b/items/BUBU_NPC.json
new file mode 100644
index 00000000..1aee6035
--- /dev/null
+++ b/items/BUBU_NPC.json
@@ -0,0 +1,63 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§9Bubu (NPC)",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"8a5274d6-2de4-58f6-97d9-e0da45e141ac\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjVmMzFjMWMyMTVhNTdlOTM3ZmQ3NWFiMzU3ODJmODVlYzI0MmExYjFmOTUwYTI2YTQyYmI1ZTBhYTVjYmVkYSJ9fX0\u003d\"}]}},display:{Lore:[0:\"\"],Name:\"§9Bubu (NPC)\"},ExtraAttributes:{id:\"BUBU_NPC\"}}",
+ "damage": 3,
+ "lore": [
+ ""
+ ],
+ "internalname": "BUBU_NPC",
+ "clickcommand": "viewrecipe",
+ "modver": "2.1.0-REL",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Bubu",
+ "https://wiki.hypixel.net/Bubu"
+ ],
+ "crafttext": "",
+ "x": -10,
+ "y": 203,
+ "z": -103,
+ "island": "mining_3",
+ "recipes": [
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:10000"
+ ],
+ "result": "FRACTURED_MITHRIL_PICKAXE"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:100000",
+ "MITHRIL_ORE:200"
+ ],
+ "result": "BANDAGED_MITHRIL_PICKAXE"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:1000000",
+ "TITANIUM_ORE:100",
+ "BEJEWELED_HANDLE"
+ ],
+ "result": "TITANIUM_PICKAXE"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "TITANIUM_PICKAXE",
+ "REFINED_TITANIUM:3"
+ ],
+ "result": "REFINED_TITANIUM_PICKAXE"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:20000"
+ ],
+ "result": "BIOFUEL"
+ }
+ ]
+} \ No newline at end of file
diff --git a/items/BULVAR_NPC.json b/items/BULVAR_NPC.json
new file mode 100644
index 00000000..72ef9020
--- /dev/null
+++ b/items/BULVAR_NPC.json
@@ -0,0 +1,123 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§9Bulvar (NPC)",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"f0b1b524-c57a-5ef8-a999-19e185013bd7\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjEzY2YwY2E3OWEzNjExYjhlMDVmZTllMjY0ZmIyYmY4ZDI3ZTQ2NGRjMTJkYzZlOTVkZDBhZTBjMzM1YTU2MSJ9fX0\u003d\"}]}},display:{Lore:[0:\"\"],Name:\"§9Bulvar (NPC)\"},ExtraAttributes:{id:\"BULVAR_NPC\"}}",
+ "damage": 3,
+ "lore": [
+ ""
+ ],
+ "internalname": "BULVAR_NPC",
+ "clickcommand": "viewrecipe",
+ "modver": "2.1.0-REL",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Bulvar",
+ "https://wiki.hypixel.net/Bulvar"
+ ],
+ "crafttext": "",
+ "x": -16,
+ "y": 203,
+ "z": -99,
+ "island": "mining_3",
+ "recipes": [
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:2000000",
+ "ENCHANTED_COBBLESTONE:1024",
+ "COBBLESTONE_GENERATOR_11"
+ ],
+ "result": "COBBLESTONE_GENERATOR_12"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:2000000",
+ "ENCHANTED_COBBLESTONE:1024",
+ "OBSIDIAN_GENERATOR_11"
+ ],
+ "result": "OBSIDIAN_GENERATOR_12"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:2000000",
+ "ENCHANTED_COAL_BLOCK:16",
+ "COAL_GENERATOR_11"
+ ],
+ "result": "COAL_GENERATOR_12"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:2000000",
+ "ENCHANTED_IRON_BLOCK:16",
+ "IRON_GENERATOR_11"
+ ],
+ "result": "IRON_GENERATOR_12"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:2000000",
+ "ENCHANTED_GOLD_BLOCK:16",
+ "GOLD_GENERATOR_11"
+ ],
+ "result": "GOLD_GENERATOR_12"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:2000000",
+ "ENCHANTED_DIAMOND_BLOCK:16",
+ "DIAMOND_GENERATOR_11"
+ ],
+ "result": "DIAMOND_GENERATOR_12"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:2000000",
+ "ENCHANTED_LAPIS_LAZULI_BLOCK:64",
+ "LAPIS_GENERATOR_11"
+ ],
+ "result": "LAPIS_GENERATOR_12"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:2000000",
+ "ENCHANTED_EMERALD_BLOCK:16",
+ "EMERALD_GENERATOR_11"
+ ],
+ "result": "EMERALD_GENERATOR_12"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:2000000",
+ "ENCHANTED_REDSTONE_BLOCK:32",
+ "REDSTONE_GENERATOR_11"
+ ],
+ "result": "REDSTONE_GENERATOR_12"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:2000000",
+ "REFINED_MITHRIL:16",
+ "MITHRIL_GENERATOR_11"
+ ],
+ "result": "MITHRIL_GENERATOR_12"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:2000000",
+ "CONCENTRATED_STONE:32",
+ "HARD_STONE_GENERATOR_11"
+ ],
+ "result": "HARD_STONE_GENERATOR_12"
+ }
+ ]
+} \ No newline at end of file
diff --git a/items/DESPERATE_ENGINEER_NPC.json b/items/DESPERATE_ENGINEER_NPC.json
new file mode 100644
index 00000000..f08c45d3
--- /dev/null
+++ b/items/DESPERATE_ENGINEER_NPC.json
@@ -0,0 +1,26 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§9Desperate Engineer (NPC)",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"0dae11c3-e014-54ca-9487-6e6619af5dd2\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzc1ZWE0MjA1MGE0NzhmMjgzOTQ4ODQxMjBiNDIwOTFhYTQyMTIxNTQ4NzZkYzNkNzIwNjJhZWEwN2NhYzBlOSJ9fX0\u003d\"}]}},display:{Lore:[0:\"\"],Name:\"§9Scoop (NPC)\"},ExtraAttributes:{id:\"SCOOP_NPC\"}}",
+ "damage": 3,
+ "lore": [
+ ""
+ ],
+ "internalname": "DESPERATE_ENGINEER_NPC",
+ "clickcommand": "viewrecipe",
+ "modver": "2.1.0-REL",
+ "infoType": "",
+ "x": -290,
+ "y": 129,
+ "z": -982,
+ "island": "crimson_isle",
+ "recipes": [
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:3700000"
+ ],
+ "result": "MOODY_GRAPPLESHOT"
+ }
+ ]
+} \ No newline at end of file
diff --git a/items/DUNCAN_NPC.json b/items/DUNCAN_NPC.json
new file mode 100644
index 00000000..7c01f62e
--- /dev/null
+++ b/items/DUNCAN_NPC.json
@@ -0,0 +1,27 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§9Duncan (NPC)",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"71533f7f-b6a9-529c-a10b-f0f57c07952c\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOWRiYWRjN2Y4ZWIxODg4OGVmY2RhZTdlMGRiNGNmMzBmZjI4YmQ1ODg1MzRmNGJiMDQyZDViYzZiZGM0ZGZlZiJ9fX0=\"}]}},display:{Lore:[0:\"\"],Name:\"§9Winona (NPC)\"},ExtraAttributes:{id:\"WINONA_NPC\"}}",
+ "damage": 3,
+ "lore": [
+ ""
+ ],
+ "internalname": "DUNCAN_NPC",
+ "clickcommand": "viewrecipe",
+ "modver": "2.1.0-REL",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Duncan",
+ "https://wiki.hypixel.net/Duncan"
+ ],
+ "crafttext": "",
+ "recipes": [
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:1500000"
+ ],
+ "result": "PET_ITEM_FARMING_SKILL_BOOST_EPIC"
+ }
+ ]
+} \ No newline at end of file
diff --git a/items/EZEKIEL_NPC.json b/items/EZEKIEL_NPC.json
new file mode 100644
index 00000000..a6b0ac84
--- /dev/null
+++ b/items/EZEKIEL_NPC.json
@@ -0,0 +1,50 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§9Ezekiel (NPC)",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"38f0cdef-6282-516d-ba6d-e9c1064d5522\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODFhNzA0MTU4ZmRhMzM3ZGNlY2Y1ZWMxOWQ2NzIzZDE3Y2NhZTNhMzEwNjY3OTI0ZjM3ZGQ5NjIwMmVkYmQwYSJ9fX0\u003d\"}]}},display:{Lore:[0:\"\"],Name:\"§9Ezekiel (NPC)\"},ExtraAttributes:{id:\"EZEKIEL_NPC\"}}",
+ "damage": 3,
+ "lore": [
+ ""
+ ],
+ "internalname": "EZEKIEL_NPC",
+ "clickcommand": "viewrecipe",
+ "modver": "2.1.0-REL",
+ "infoType": "",
+ "crafttext": "",
+ "x": -79,
+ "y": 109,
+ "z": -789,
+ "island": "crimson_isle",
+ "recipes": [
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:70000"
+ ],
+ "result": "HOT_CHOCOLATE"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:50000"
+ ],
+ "result": "BLACK_COFFEE"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "MUSHROOM_SPORE:5",
+ "SKYBLOCK_COIN:1000"
+ ],
+ "result": "MARSH_SPORE_SOUP"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "MUSHROOM_SPORE:50",
+ "SKYBLOCK_COIN:20000"
+ ],
+ "result": "SCARLETON_PREMIUM"
+ }
+ ]
+} \ No newline at end of file
diff --git a/items/FARM_MERCHANT_NPC.json b/items/FARM_MERCHANT_NPC.json
new file mode 100644
index 00000000..86e9f1ea
--- /dev/null
+++ b/items/FARM_MERCHANT_NPC.json
@@ -0,0 +1,115 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§9Farm Merchant (NPC)",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"29c27628-f82f-5349-9a34-2a4b4c2e87f2\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNGI3NzJmNDg3ODY5NjNmZjkyMTk1MDEwYWE5YzhlM2FiNTgyMjhkMzg0NGEwNzhkYjE2YTAyMjUzMzFjOTczIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"\"],Name:\"§9Farm Merchant (NPC)\"},ExtraAttributes:{id:\"FARM_MERCHANT_NPC\"}}",
+ "damage": 3,
+ "lore": [
+ ""
+ ],
+ "internalname": "FARM_MERCHANT_NPC",
+ "clickcommand": "viewrecipe",
+ "modver": "2.1.0-REL",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Farm_Merchant",
+ "https://wiki.hypixel.net/Farm_Merchant"
+ ],
+ "crafttext": "",
+ "x": 16,
+ "y": 72,
+ "z": -73,
+ "island": "hub",
+ "recipes": [
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:7"
+ ],
+ "result": "WHEAT:3"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:7"
+ ],
+ "result": "CARROT:3"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:7"
+ ],
+ "result": "POTATO:3"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:20"
+ ],
+ "result": "MELON:10"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:15"
+ ],
+ "result": "SUGAR_CANE:3"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:8"
+ ],
+ "result": "PUMPKIN"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:7"
+ ],
+ "result": "COCOA"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:12"
+ ],
+ "result": "RED_MUSHROOM"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:12"
+ ],
+ "result": "BROWN_MUSHROOM"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:8"
+ ],
+ "result": "SAND:2"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:10"
+ ],
+ "result": "CACTUS"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:6"
+ ],
+ "result": "ENCHANTED_BONE_MEAL"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:10"
+ ],
+ "result": "ROOKIE_HOE"
+ }
+ ]
+} \ No newline at end of file
diff --git a/items/FEAR_MONGERER_NPC.json b/items/FEAR_MONGERER_NPC.json
new file mode 100644
index 00000000..c2e51709
--- /dev/null
+++ b/items/FEAR_MONGERER_NPC.json
@@ -0,0 +1,180 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§9Fear Mongerer (NPC)",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"06e5f2b2-a87b-5ace-9ae0-f8d8e071ebf4\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzFhMmYzOGM4MGJmOTllMGMxYThkOWFmYmM4ZjRlZjJhNGRiMjI0ZGVjYTFmOWIzY2U2MzI2NmJmMTdhIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"\"],Name:\"§9Fear Mongerer (NPC)\"},ExtraAttributes:{id:\"FEAR_MONGERER_NPC\"}}",
+ "damage": 3,
+ "lore": [
+ ""
+ ],
+ "internalname": "FEAR_MONGERER_NPC",
+ "clickcommand": "viewrecipe",
+ "modver": "2.1.0-REL",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Fear_Mongerer",
+ "https://wiki.hypixel.net/Fear_Mongerer"
+ ],
+ "crafttext": "",
+ "x": -2,
+ "y": 72,
+ "z": -43,
+ "island": "hub",
+ "recipes": [
+ {
+ "type": "npc_shop",
+ "cost": [
+ "GREEN_CANDY:1"
+ ],
+ "result": "TRICK_OR_TREAT_BAG"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "GREEN_CANDY:1"
+ ],
+ "result": "SPIRIT"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "GREEN_CANDY:16"
+ ],
+ "result": "CANDY_TALISMAN"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "GREEN_CANDY:10"
+ ],
+ "result": "MAGIC_FIND"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "BAT_TALISMAN:1",
+ "GREEN_CANDY:65"
+ ],
+ "result": "BAT_RING"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "CANDY_TALISMAN:1",
+ "GREEN_CANDY:64"
+ ],
+ "result": "CANDY_RING"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "GREEN_CANDY:100"
+ ],
+ "result": "BAT_FIREWORK"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "INTIMIDATION_TALISMAN:1",
+ "GREEN_CANDY:100"
+ ],
+ "result": "INTIMIDATION_RING"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:250000",
+ "GREEN_CANDY:64"
+ ],
+ "result": "SUGAR_RUSH;1"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "PURPLE_CANDY:32"
+ ],
+ "result": "HORSEMAN_CANDLE"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "CANDY_RING",
+ "PURPLE_CANDY:32"
+ ],
+ "result": "CANDY_ARTIFACT"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "PURPLE_CANDY:64"
+ ],
+ "result": "SPOOKY_HELMET"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "PURPLE_CANDY:64"
+ ],
+ "result": "SPOOKY_CHESTPLATE"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "PURPLE_CANDY:64"
+ ],
+ "result": "SPOOKY_LEGGINGS"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "PURPLE_CANDY:64"
+ ],
+ "result": "SPOOKY_BOOTS"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "BAT_RING",
+ "PURPLE_CANDY:64"
+ ],
+ "result": "BAT_ARTIFACT"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "INTIMIDATION_RING:1",
+ "PURPLE_CANDY:64"
+ ],
+ "result": "INTIMIDATION_ARTIFACT"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:1500000",
+ "PURPLE_CANDY:64"
+ ],
+ "result": "LIFE_STEAL;4"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "PURPLE_CANDY:2000"
+ ],
+ "result": "BLACK_CAT;4"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "CANDY_ARTIFACT",
+ "PURPLE_CANDY:1024"
+ ],
+ "result": "CANDY_RELIC"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "GREEN_CANDY:32"
+ ],
+ "result": "ECHOLOCATOR"
+ }
+ ]
+} \ No newline at end of file
diff --git a/items/FISH_MERCHANT_NPC.json b/items/FISH_MERCHANT_NPC.json
new file mode 100644
index 00000000..e2b78eb8
--- /dev/null
+++ b/items/FISH_MERCHANT_NPC.json
@@ -0,0 +1,59 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§9Fish Merchant (NPC)",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"a167b970-0625-5848-9945-a3af3db31031\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTJjNGVlMDQ3OWI5MDFmMTc3YzI4Njg5NWRhMzEwYTgwNmRmZTg5N2M5YTg2NzhiOWRlODhhYmJiMWJmZjRiMSJ9fX0\u003d\"}]}},display:{Lore:[0:\"\"],Name:\"§9Fish Merchant (NPC)\"},ExtraAttributes:{id:\"FISH_MERCHANT_NPC\"}}",
+ "damage": 3,
+ "lore": [
+ ""
+ ],
+ "internalname": "FISH_MERCHANT_NPC",
+ "clickcommand": "viewrecipe",
+ "modver": "2.1.0-REL",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Fish_Merchant",
+ "https://wiki.hypixel.net/Fish_Merchant"
+ ],
+ "crafttext": "",
+ "x": 52,
+ "y": 70,
+ "z": -83,
+ "island": "hub",
+ "recipes": [
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:100"
+ ],
+ "result": "FISHING_ROD"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:20"
+ ],
+ "result": "RAW_FISH"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:30"
+ ],
+ "result": "RAW_FISH-1"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:100"
+ ],
+ "result": "RAW_FISH-2"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:40"
+ ],
+ "result": "RAW_FISH-3"
+ }
+ ]
+} \ No newline at end of file
diff --git a/items/GOLD_FORGER_NPC.json b/items/GOLD_FORGER_NPC.json
new file mode 100644
index 00000000..533c6c25
--- /dev/null
+++ b/items/GOLD_FORGER_NPC.json
@@ -0,0 +1,66 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§9Gold Forger (NPC)",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"ae0ee847-791a-560d-8ab6-917ad029d970\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2U3ZDk3NDFlMzYxZDRiOTUxY2M0ZTZjZjE1NTIxYTY1MzlmZWE5NGVkMWM4NGUwNmU3NWMwOGFkYmMwOWUifX19\"}]}},display:{Lore:[0:\"\"],Name:\"§9Gold Forger (NPC)\"},ExtraAttributes:{id:\"GOLD_FORGER_NPC\"}}",
+ "damage": 3,
+ "lore": [
+ ""
+ ],
+ "internalname": "GOLD_FORGER_NPC",
+ "clickcommand": "viewrecipe",
+ "modver": "2.1.0-REL",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Gold_Forger",
+ "https://wiki.hypixel.net/Gold_Forger"
+ ],
+ "x": -28,
+ "y": 76,
+ "z": -295,
+ "island": "mining_1",
+ "crafttext": "",
+ "recipes": [
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:110"
+ ],
+ "result": "GOLD_INGOT:20"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:10"
+ ],
+ "result": "GOLD_HELMET"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:16"
+ ],
+ "result": "GOLD_CHESTPLATE"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:14"
+ ],
+ "result": "GOLD_LEGGINGS"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:9"
+ ],
+ "result": "GOLD_BOOTS"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:80"
+ ],
+ "result": "FANCY_SWORD"
+ }
+ ]
+} \ No newline at end of file
diff --git a/items/GROG_NPC.json b/items/GROG_NPC.json
new file mode 100644
index 00000000..016313bc
--- /dev/null
+++ b/items/GROG_NPC.json
@@ -0,0 +1,49 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§9Grog (NPC)",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"bf2da962-77d3-5f7c-a71d-237a3537d016\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjY2Y2IxYjY2ZWM1ODExYmU4ZGI0MzgxMTYxYzYxNWJhN2M5NmRiMzU0MTcyMGYwZmM1NDNhODEwYzVjMGU4YSJ9fX0\u003d\"}]}},display:{Lore:[0:\"\"],Name:\"§9Grog (NPC)\"},ExtraAttributes:{id:\"GROG_NPC\"}}",
+ "damage": 3,
+ "lore": [
+ ""
+ ],
+ "internalname": "GROG_NPC",
+ "clickcommand": "viewrecipe",
+ "modver": "2.1.0-REL",
+ "infoType": "",
+ "x": -664,
+ "y": 109,
+ "z": -737,
+ "island": "crimson_isle",
+ "recipes": [
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:70000"
+ ],
+ "result": "HOT_CHOCOLATE"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:50000"
+ ],
+ "result": "BLACK_COFFEE"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "RED_THORNLEAF:50",
+ "SKYBLOCK_COIN:20000"
+ ],
+ "result": "RED_THORNLEAF_TEA"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:2000"
+ ],
+ "result": "SCORNCLAW_BREW"
+ }
+ ],
+ "crafttext": ""
+} \ No newline at end of file
diff --git a/items/HILDA_NPC.json b/items/HILDA_NPC.json
new file mode 100644
index 00000000..896e14fa
--- /dev/null
+++ b/items/HILDA_NPC.json
@@ -0,0 +1,73 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§9Hilda (NPC)",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"da8fe8ed-0f9d-5c3f-a418-7d50ead96648\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTRlNTA3OTVjYTQyOGFhYmMzZjM4MDI2Y2RjZjc0NDQ5OGM5ODEwZDkyMjAyNmI4YmFlYmExN2Q0ZmUyNjM1NiJ9fX0\u003d\"}]}},display:{Lore:[0:\"\"],Name:\"§9Scoop (NPC)\"},ExtraAttributes:{id:\"SCOOP_NPC\"}}",
+ "damage": 3,
+ "lore": [
+ ""
+ ],
+ "internalname": "HILDA_NPC",
+ "clickcommand": "viewrecipe",
+ "modver": "2.1.0-REL",
+ "infoType": "",
+ "x": -47,
+ "y": 109,
+ "z": -780,
+ "island": "crimson_isle",
+ "recipes": [
+ {
+ "type": "npc_shop",
+ "cost": [
+ "GHAST_GENERATOR_11:1",
+ "SILVER_FANG:1024",
+ "SKYBLOCK_COIN:2000000"
+ ],
+ "result": "GHAST_GENERATOR_12"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "QUARTZ_GENERATOR_11:1",
+ "ENCHANTED_QUARTZ_BLOCK:16",
+ "SKYBLOCK_COIN:2000000"
+ ],
+ "result": "QUARTZ_GENERATOR_12"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "GLOWSTONE_GENERATOR_11:1",
+ "ENCHANTED_GLOWSTONE:32",
+ "SKYBLOCK_COIN:2000000"
+ ],
+ "result": "GLOWSTONE_GENERATOR_12"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "BLAZE_GENERATOR_11:1",
+ "ENCHANTED_BLAZE_ROD:16",
+ "SKYBLOCK_COIN:2000000"
+ ],
+ "result": "BLAZE_GENERATOR_12"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "MAGMA_CUBE_GENERATOR_11:1",
+ "ENCHANTED_MAGMA_CREAM:1024",
+ "SKYBLOCK_COIN:2000000"
+ ],
+ "result": "MAGMA_CUBE_GENERATOR_12"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "MYCELIUM_GENERATOR_11:1",
+ "ENCHANTED_MYCELIUM_CUBE:32",
+ "SKYBLOCK_COIN:2000000"
+ ],
+ "result": "MYCELIUM_GENERATOR_12"
+ }
+ ]
+} \ No newline at end of file
diff --git a/items/IRON_FORGER_NPC.json b/items/IRON_FORGER_NPC.json
new file mode 100644
index 00000000..bea300cf
--- /dev/null
+++ b/items/IRON_FORGER_NPC.json
@@ -0,0 +1,66 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§9Iron Forger (NPC)",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"de9bc142-fd02-5dcf-a00f-410b70d463ea\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDY0MmFmMWU0OTcwMzcyNzViMjU4ZjU0NGZkZGJkYzY3NDZlODAxNzU5N2NhNjk4OGU2NjUzMTA1Y2MyIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"\"],Name:\"§9Iron Forger (NPC)\"},ExtraAttributes:{id:\"IRON_FORGER_NPC\"}}",
+ "damage": 3,
+ "lore": [
+ ""
+ ],
+ "internalname": "IRON_FORGER_NPC",
+ "clickcommand": "viewrecipe",
+ "modver": "2.1.0-REL",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Iron_Forger",
+ "https://wiki.hypixel.net/Iron_Forger"
+ ],
+ "x": -2,
+ "y": 77,
+ "z": -308,
+ "island": "mining_1",
+ "crafttext": "",
+ "recipes": [
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:110"
+ ],
+ "result": "IRON_INGOT:20"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:10"
+ ],
+ "result": "IRON_HELMET"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:16"
+ ],
+ "result": "IRON_CHESTPLATE"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:14"
+ ],
+ "result": "IRON_LEGGINGS"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:9"
+ ],
+ "result": "IRON_BOOTS"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:60"
+ ],
+ "result": "IRON_PICKAXE"
+ }
+ ]
+} \ No newline at end of file
diff --git a/items/JAKE_NPC.json b/items/JAKE_NPC.json
new file mode 100644
index 00000000..7a7033b3
--- /dev/null
+++ b/items/JAKE_NPC.json
@@ -0,0 +1,80 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§9Jake (NPC)",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"29340f2b-3d79-5076-813f-5d74407d4040\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDUxY2M3YzFkMTFhYTBhMDhhNzNjYmMxODQ1NDcwNTFhZWJkMDdiM2JiNTBkODZmMTE4OGZkN2E3ZGFkMmVkMyJ9fX0\u003d\"}]}},display:{Lore:[0:\"\"],Name:\"§9Jake (NPC)\"},ExtraAttributes:{id:\"JAKE_NPC\"}}",
+ "damage": 3,
+ "lore": [
+ ""
+ ],
+ "internalname": "JAKE_NPC",
+ "clickcommand": "viewrecipe",
+ "modver": "2.1.0-REL",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Jake",
+ "https://wiki.hypixel.net/Jake"
+ ],
+ "crafttext": "",
+ "x": 261,
+ "y": 186,
+ "z": -566,
+ "island": "farming_1",
+ "recipes": [
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:1000"
+ ],
+ "result": "SHEEP_AXE"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:1000"
+ ],
+ "result": "MUSHROOM_COW_AXE"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:1000"
+ ],
+ "result": "COW_AXE"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:1000"
+ ],
+ "result": "PIG_AXE"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:1000"
+ ],
+ "result": "RABBIT_AXE"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:1000"
+ ],
+ "result": "CHICKEN_AXE"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:15000"
+ ],
+ "result": "HARDENED_WOOD"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:1000000"
+ ],
+ "result": "LUCKY_DICE"
+ }
+ ]
+} \ No newline at end of file
diff --git a/items/JOYFUL_VIKING_NPC.json b/items/JOYFUL_VIKING_NPC.json
new file mode 100644
index 00000000..399f1e22
--- /dev/null
+++ b/items/JOYFUL_VIKING_NPC.json
@@ -0,0 +1,52 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§9Joyful Viking (NPC)",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"b59bb6c9-a2fd-5d19-adb9-f3909a7e8e2f\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDk2N2IyNzRkZGNmZGQyYWNmNmQ2ZmZkNGZkMjMyYjgyMGY3YmEyMzQzNjNiODk0NjBjMmMxNDExMjU2MjcifX19\"}]}},display:{Lore:[0:\"\"],Name:\"§9Joyful Viking (NPC)\"},ExtraAttributes:{id:\"JOYFUL_VIKING_NPC\"}}",
+ "damage": 3,
+ "lore": [
+ ""
+ ],
+ "internalname": "JOYFUL_VIKING_NPC",
+ "clickcommand": "viewrecipe",
+ "modver": "2.1.0-REL",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Melancholic_Viking",
+ "https://wiki.hypixel.net/Melancholic_Viking"
+ ],
+ "x": -359,
+ "y": 93,
+ "z": 76,
+ "island": "foraging_1",
+ "recipes": [
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:15000"
+ ],
+ "result": "VIKING_TEAR"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:70000"
+ ],
+ "result": "PARK_JUNGLE_TRAVEL_SCROLL"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:130000"
+ ],
+ "result": "RAIDER_AXE"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:400000"
+ ],
+ "result": "EXPERIENCE;4"
+ }
+ ],
+ "crafttext": ""
+} \ No newline at end of file
diff --git a/items/LIBRARIAN_NPC.json b/items/LIBRARIAN_NPC.json
new file mode 100644
index 00000000..4bd68dae
--- /dev/null
+++ b/items/LIBRARIAN_NPC.json
@@ -0,0 +1,94 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§9Librarian (NPC)",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"0d8391c2-1748-4869-8631-935ff2d55e07\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNGNhOGVmMjQ1OGEyYjEwMjYwYjg3NTY1NThmNzY3OWJjYjdlZjY5MWQ0MWY1MzRlZmVhMmJhNzUxMDczMTVjYyJ9fX0\u003d\"}]}},display:{Lore:[0:\"\"],Name:\"§9Librarian (NPC)\"},ExtraAttributes:{id:\"LIBRARIAN_NPC\"}}",
+ "damage": 3,
+ "lore": [
+ ""
+ ],
+ "internalname": "LIBRARIAN_NPC",
+ "clickcommand": "viewrecipe",
+ "modver": "2.1.0-REL",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Librarian",
+ "https://wiki.hypixel.net/Librarian"
+ ],
+ "crafttext": "",
+ "x": -35,
+ "y": 71,
+ "z": -112,
+ "island": "hub",
+ "recipes": [
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:30"
+ ],
+ "result": "EXP_BOTTLE"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:20"
+ ],
+ "result": "BOOK"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:30"
+ ],
+ "result": "SHARPNESS;1"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:40"
+ ],
+ "result": "SCAVENGER;1"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:20"
+ ],
+ "result": "PROTECTION;1"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:30"
+ ],
+ "result": "FIRE_PROTECTION;1"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:25"
+ ],
+ "result": "PROJECTILE_PROTECTION;1"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:20"
+ ],
+ "result": "BANE_OF_ARTHROPODS;1"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:20"
+ ],
+ "result": "SMITE;1"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:30"
+ ],
+ "result": "EFFICIENCY;1"
+ }
+ ]
+} \ No newline at end of file
diff --git a/items/LONELY_PHILOSOPHER_NPC.json b/items/LONELY_PHILOSOPHER_NPC.json
new file mode 100644
index 00000000..dce4bab7
--- /dev/null
+++ b/items/LONELY_PHILOSOPHER_NPC.json
@@ -0,0 +1,31 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§9Lonely Philosopher (NPC)",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"fa8499b8-72af-52d5-a55d-77974ef055fd\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjAwOGRjYzg5YjdkMTQ4NzBmMzJhMjg5NjI5M2Q3NzhiMGU1MGQyNWZjNGRiNDRhMTBiYWI5ODAwMjFiYWRiNiJ9fX0\u003d\"}]}},display:{Lore:[0:\"\"],Name:\"§9Lonely Philosopher (NPC)\"},ExtraAttributes:{id:\"LONELY_PHILOSOPHER_NPC\"}}",
+ "damage": 3,
+ "lore": [
+ ""
+ ],
+ "internalname": "LONELY_PHILOSOPHER_NPC",
+ "clickcommand": "viewrecipe",
+ "modver": "2.1.0-REL",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Lonely_Philosopher",
+ "https://wiki.hypixel.net/Lonely_Philosopher"
+ ],
+ "crafttext": "",
+ "x": -251,
+ "y": 132,
+ "z": 41,
+ "island": "hub",
+ "recipes": [
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:150000"
+ ],
+ "result": "HUB_CASTLE_TRAVEL_SCROLL"
+ }
+ ]
+} \ No newline at end of file
diff --git a/items/LUMBER_MERCHANT_NPC.json b/items/LUMBER_MERCHANT_NPC.json
new file mode 100644
index 00000000..229ab208
--- /dev/null
+++ b/items/LUMBER_MERCHANT_NPC.json
@@ -0,0 +1,101 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§9Lumber Merchant (NPC)",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"b121ac01-0112-5e60-89c9-dcc9b58274af\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOWY0Y2NhYmJlMDU0Zjg1NDZmMmU5MzZiZjkxNDU5OWQ3ZDc0NDkxYmFhODQ3MmRkMDc5ODI1M2ZkOGRkYSJ9fX0\u003d\"}]}},display:{Lore:[0:\"\"],Name:\"§9Lumber Merchant (NPC)\"},ExtraAttributes:{id:\"LUMBER_MERCHANT_NPC\"}}",
+ "damage": 3,
+ "lore": [
+ ""
+ ],
+ "internalname": "LUMBER_MERCHANT_NPC",
+ "clickcommand": "viewrecipe",
+ "modver": "2.1.0-REL",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Lumber_Merchant",
+ "https://wiki.hypixel.net/Lumber_Merchant"
+ ],
+ "crafttext": "",
+ "x": -50,
+ "y": 72,
+ "z": -69,
+ "island": "hub",
+ "recipes": [
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:25"
+ ],
+ "result": "LOG"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:25"
+ ],
+ "result": "LOG-2"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:25"
+ ],
+ "result": "LOG-1"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:25"
+ ],
+ "result": "LOG_2-1"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:25"
+ ],
+ "result": "LOG_2"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:25"
+ ],
+ "result": "LOG-3"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:12"
+ ],
+ "result": "ROOKIE_AXE"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:35"
+ ],
+ "result": "PROMISING_AXE"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:25"
+ ],
+ "result": "DIRT-2"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:100"
+ ],
+ "result": "SWEET_AXE"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:100"
+ ],
+ "result": "EFFICIENT_AXE"
+ }
+ ]
+} \ No newline at end of file
diff --git a/items/LYS_NPC.json b/items/LYS_NPC.json
new file mode 100644
index 00000000..e20420be
--- /dev/null
+++ b/items/LYS_NPC.json
@@ -0,0 +1,146 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§9Lys (NPC)",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"e8d077e4-ea78-5131-86dd-455acacd0d78\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjU2MGI2ZWUyYWZhYjc4ZDU2N2YwZjFkMTUxMDRlMWZiYmE1NzM0ZGY3M2RlYzQ5ZTdmM2VkOGI5Y2VmNjA2ZCJ9fX0\u003d\"}]}},display:{Lore:[0:\"\"],Name:\"§9Lys (NPC)\"},ExtraAttributes:{id:\"LYS_NPC\"}}",
+ "damage": 3,
+ "lore": [
+ ""
+ ],
+ "internalname": "LYS_NPC",
+ "clickcommand": "viewrecipe",
+ "modver": "2.1.0-REL",
+ "infoType": "",
+ "x": -109,
+ "y": 101,
+ "z": -804,
+ "island": "crimson_isle",
+ "recipes": [
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:150000"
+ ],
+ "result": "LAMP_BLACK"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:150000"
+ ],
+ "result": "LAMP_GRAY"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:150000"
+ ],
+ "result": "LAMP_LIGHT_GRAY"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:150000"
+ ],
+ "result": "LAMP_WHITE"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:150000"
+ ],
+ "result": "LAMP_BROWN"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:150000"
+ ],
+ "result": "LAMP_ORANGE"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:150000"
+ ],
+ "result": "LAMP_RED"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:150000"
+ ],
+ "result": "LAMP_YELLOW"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:150000"
+ ],
+ "result": "LAMP_PURPLE"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:150000"
+ ],
+ "result": "LAMP_MAGENTA"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:150000"
+ ],
+ "result": "LAMP_LILAC"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:150000"
+ ],
+ "result": "LAMP_PINK"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:150000"
+ ],
+ "result": "LAMP_GREEN"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:150000"
+ ],
+ "result": "LAMP_LIME"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:150000"
+ ],
+ "result": "LAMP_BLUE"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:150000"
+ ],
+ "result": "LAMP_CYAN"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:150000"
+ ],
+ "result": "LAMP_LIGHT_BLUE"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:250000"
+ ],
+ "result": "LAMP_RAINBOW"
+ }
+ ],
+ "crafttext": ""
+} \ No newline at end of file
diff --git a/items/MAD_REDSTONE_ENGINEER_NPC.json b/items/MAD_REDSTONE_ENGINEER_NPC.json
new file mode 100644
index 00000000..4f35a780
--- /dev/null
+++ b/items/MAD_REDSTONE_ENGINEER_NPC.json
@@ -0,0 +1,115 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§9Mad Redstone Engineer (NPC)",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"2ecabc96-60e3-5816-9a01-e3b46b36e20b\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmE4NmQ1MjQyYjYyOTcwZDJhMDMwMTI2Y2UyODU1ZWQ2MGI4MGU2MzY0OTRkY2NmYjgyZWJjMzBhMDkxZTk5NSJ9fX0\u003d\"}]}},display:{Lore:[0:\"\"],Name:\"§9Mad Redstone Engineer (NPC)\"},ExtraAttributes:{id:\"MAD_REDSTONE_ENGINEER_NPC\"}}",
+ "damage": 3,
+ "lore": [
+ ""
+ ],
+ "internalname": "MAD_REDSTONE_ENGINEER_NPC",
+ "clickcommand": "viewrecipe",
+ "modver": "2.1.0-REL",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Mad_Redstone_Engineer",
+ "https://wiki.hypixel.net/Mad_Redstone_Engineerp"
+ ],
+ "x": -51,
+ "y": 67,
+ "z": -28,
+ "island": "hub",
+ "recipes": [
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:2"
+ ],
+ "result": "REDSTONE_TORCH_ON"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:4"
+ ],
+ "result": "REDSTONE"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:18"
+ ],
+ "result": "DAYLIGHT_DETECTOR"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:2"
+ ],
+ "result": "WOOD_PLATE"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:4"
+ ],
+ "result": "STONE_PLATE"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:12"
+ ],
+ "result": "IRON_PLATE"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:16"
+ ],
+ "result": "GOLD_PLATE"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:2"
+ ],
+ "result": "LEVER"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:10"
+ ],
+ "result": "REDSTONE_COMPARATOR"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:6"
+ ],
+ "result": "DIODE"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:4"
+ ],
+ "result": "TRIPWIRE_HOOK"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:50"
+ ],
+ "result": "TNT"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:50"
+ ],
+ "result": "HOPPER"
+ }
+ ],
+ "crafttext": ""
+} \ No newline at end of file
diff --git a/items/MAGE_SHOP_NPC.json b/items/MAGE_SHOP_NPC.json
new file mode 100644
index 00000000..24fe0f39
--- /dev/null
+++ b/items/MAGE_SHOP_NPC.json
@@ -0,0 +1,77 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§9Mage Shop (NPC)",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"eeef334e-11e2-547d-a291-cffc36a98dda\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjIyNjUzODMwMmY4Nzk2ZGQ5NmIzNTI1ZGYyZjA2MGNiNjVmYTA5ZjI5YzNjYjYwNzNhZTkyZTAwN2UwZDM4ZiJ9fX0\u003d\"}]}},display:{Lore:[0:\"\"],Name:\"§9Barbarian Shop (NPC)\"},ExtraAttributes:{id:\"BARBARIAN_SHOP_NPC\"}}",
+ "damage": 3,
+ "lore": [
+ ""
+ ],
+ "internalname": "MAGE_SHOP_NPC",
+ "clickcommand": "viewrecipe",
+ "modver": "2.1.0-REL",
+ "infoType": "",
+ "info": [
+ ""
+ ],
+ "x": -132,
+ "y": 91,
+ "z": -723,
+ "island": "crimson_isle",
+ "recipes": [
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:95000"
+ ],
+ "result": "SPORE_HARVESTER"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:4750"
+ ],
+ "result": "GRAND_EXP_BOTTLE"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:712500"
+ ],
+ "result": "TITANIC_EXP_BOTTLE"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:95000",
+ "ENCHANTED_MYCELIUM:500"
+ ],
+ "result": "ATOMINIZER"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:95000",
+ "MUSHROOM_SPORE:1000"
+ ],
+ "result": "CHARMINIZER"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:7600",
+ "ENCHANTED_MYCELIUM:2",
+ "NETHER_STAR:2"
+ ],
+ "result": "KUUDRA_TIER_KEY"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:38000",
+ "ENCHANTED_MYCELIUM:6",
+ "NETHER_STAR:2"
+ ],
+ "result": "KUUDRA_HOT_TIER_KEY"
+ }
+ ]
+} \ No newline at end of file
diff --git a/items/MARTHOS_NPC.json b/items/MARTHOS_NPC.json
new file mode 100644
index 00000000..d50d52f5
--- /dev/null
+++ b/items/MARTHOS_NPC.json
@@ -0,0 +1,74 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§9Marthos (NPC)",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"93324018-76ca-5219-b371-c2405ed9a5cd\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTk1MWQ3NDI4Y2Q1ZjRhNzNmOTQyOGU4YjMwNzVmNzE3ZGJmZGQyODY3OWM0ZWM4NDJiZmY4YTBkNTEyOTlkZiJ9fX0\u003d\"}]}},display:{Lore:[0:\"\"],Name:\"§9Marthos (NPC)\"},ExtraAttributes:{id:\"MARTHOS_NPC\"}}",
+ "damage": 3,
+ "lore": [
+ ""
+ ],
+ "internalname": "MARTHOS_NPC",
+ "clickcommand": "viewrecipe",
+ "modver": "2.1.0-REL",
+ "infoType": "",
+ "x": -645,
+ "y": 103,
+ "z": -826,
+ "island": "crimson_isle",
+ "recipes": [
+ {
+ "type": "npc_shop",
+ "cost": [
+ "GHAST_GENERATOR_11:1",
+ "SILVER_FANG:1024",
+ "SKYBLOCK_COIN:2000000"
+ ],
+ "result": "GHAST_GENERATOR_12"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "QUARTZ_GENERATOR_11:1",
+ "ENCHANTED_QUARTZ_BLOCK:16",
+ "SKYBLOCK_COIN:2000000"
+ ],
+ "result": "QUARTZ_GENERATOR_12"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "GLOWSTONE_GENERATOR_11:1",
+ "ENCHANTED_GLOWSTONE:32",
+ "SKYBLOCK_COIN:2000000"
+ ],
+ "result": "GLOWSTONE_GENERATOR_12"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "BLAZE_GENERATOR_11:1",
+ "ENCHANTED_BLAZE_ROD:16",
+ "SKYBLOCK_COIN:2000000"
+ ],
+ "result": "BLAZE_GENERATOR_12"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "MAGMA_CUBE_GENERATOR_11:1",
+ "ENCHANTED_MAGMA_CREAM:1024",
+ "SKYBLOCK_COIN:2000000"
+ ],
+ "result": "MAGMA_CUBE_GENERATOR_12"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "RED_SAND_GENERATOR_11:1",
+ "ENCHANTED_RED_SAND_CUBE:32",
+ "SKYBLOCK_COIN:2000000"
+ ],
+ "result": "RED_SAND_GENERATOR_12"
+ }
+ ],
+ "crafttext": ""
+} \ No newline at end of file
diff --git a/items/MASTER_TACTICIAN_NPC.json b/items/MASTER_TACTICIAN_NPC.json
new file mode 100644
index 00000000..98f43b2f
--- /dev/null
+++ b/items/MASTER_TACTICIAN_NPC.json
@@ -0,0 +1,44 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§9Master Tactician (NPC)",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"8419e7f3-043a-58c8-8ed6-52649a53fe77\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTJiN2FjYmZhOTMwOGEyMmU3NTA2YTM2YmNjYWZkMDE2MGFmYTBkNTAwODE4ZWZlZTlmYTk4MzUyMTRjMTRmYSJ9fX0\u003d\"}]}},display:{Lore:[0:\"\"],Name:\"§9Master Tactician (NPC)\"},ExtraAttributes:{id:\"MASTER_TACTICIAN_NPC\"}}",
+ "damage": 3,
+ "lore": [
+ ""
+ ],
+ "internalname": "MASTER_TACTICIAN_NPC",
+ "clickcommand": "viewrecipe",
+ "modver": "2.1.0-REL",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Master_Tactician",
+ "https://wiki.hypixel.net/Master_Tactician"
+ ],
+ "x": -463,
+ "y": 112,
+ "z": -16,
+ "island": "foraging_1",
+ "recipes": [
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:35000"
+ ],
+ "result": "TACTICIAN_SWORD"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "ENCHANTED_OAK_LOG:320",
+ "ENCHANTED_SPRUCE_LOG:320",
+ "ENCHANTED_BIRCH_LOG:320",
+ "ENCHANTED_DARK_OAK_LOG:320",
+ "ENCHANTED_ACACIA_LOG:320",
+ "ENCHANTED_JUNGLE_LOG:320",
+ "SKYBLOCK_COIN:1464000"
+ ],
+ "result": "WOOD_SINGULARITY"
+ }
+ ],
+ "crafttext": ""
+} \ No newline at end of file
diff --git a/items/MINE_MERCHANT_NPC.json b/items/MINE_MERCHANT_NPC.json
new file mode 100644
index 00000000..1b3c55f8
--- /dev/null
+++ b/items/MINE_MERCHANT_NPC.json
@@ -0,0 +1,108 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§9Mine Merchant (NPC)",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"dea43de3-5b35-575d-ae74-e813ad92616a\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjA4OTkwNjU2NDkyZDcyMmE4ZWE4OTZiODE2ZDAxOTExMzY4YjM4N2EyYWM0YmM3NGY3MGEwYWVkZDdlYjdmOCJ9fX0\u003d\"}]}},display:{Lore:[0:\"\"],Name:\"§9Mine Merchant (NPC)\"},ExtraAttributes:{id:\"MINE_MERCHANT_NPC\"}}",
+ "damage": 3,
+ "lore": [
+ ""
+ ],
+ "internalname": "MINE_MERCHANT_NPC",
+ "clickcommand": "viewrecipe",
+ "modver": "2.1.0-REL",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Mine_Merchant",
+ "https://wiki.hypixel.net/Mine_Merchant"
+ ],
+ "crafttext": "",
+ "x": -9,
+ "y": 70,
+ "z": -125,
+ "island": "hub",
+ "recipes": [
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:8"
+ ],
+ "result": "COAL:2"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:22"
+ ],
+ "result": "IRON_INGOT:4"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:12"
+ ],
+ "result": "GOLD_INGOT:2"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:8"
+ ],
+ "result": "COAL:2"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:12"
+ ],
+ "result": "ROOKIE_PICKAXE"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:35"
+ ],
+ "result": "PROMISING_PICKAXE"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "GOLD_INGOT:3"
+ ],
+ "result": "GOLD_PICKAXE"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:16"
+ ],
+ "result": "TORCH:16"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:12"
+ ],
+ "result": "GRAVEL:2"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:3"
+ ],
+ "result": "COBBLESTONE"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:4"
+ ],
+ "result": "STONE:2"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:100"
+ ],
+ "result": "ONYX"
+ }
+ ]
+} \ No newline at end of file
diff --git a/items/ODAWA_NPC.json b/items/ODAWA_NPC.json
new file mode 100644
index 00000000..9ad8fff7
--- /dev/null
+++ b/items/ODAWA_NPC.json
@@ -0,0 +1,58 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§9Odawa (NPC)",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"d5e6def2-216b-537a-b0c8-b210ad2ba51d\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNmI3Y2FmNGJkOTM2MTgxZjZiYTEwYjBhNmJkYTE0NGFhYjAzNjRlOGM4NmVmY2FkNjA3ZmVmNGJkNzcwODE3In19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"\"],Name:\"§9Odawa (NPC)\"},ExtraAttributes:{id:\"ODAWA_NPC\"}}",
+ "damage": 3,
+ "lore": [
+ ""
+ ],
+ "internalname": "ODAWA_NPC",
+ "clickcommand": "viewrecipe",
+ "modver": "2.1.0-REL",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Odawa",
+ "https://wiki.hypixel.net/Odawa"
+ ],
+ "crafttext": "",
+ "recipes": [
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SLUDGE_JUICE:20",
+ "WOOD:20"
+ ],
+ "result": "KALHUIKI_MASK"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SLUDGE_JUICE:500",
+ "JUNGLE_HEART:1"
+ ],
+ "result": "JUNGLE_AMULET"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SLUDGE_JUICE:100",
+ "JUNGLE_HEART:"
+ ],
+ "result": "TRIBAL_SPEAR"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SLUDGE_JUICE:100"
+ ],
+ "result": "JUNGLE_KEY"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SLUDGE_JUICE:200"
+ ],
+ "result": "JUNGLE_PICKAXE"
+ }
+ ]
+} \ No newline at end of file
diff --git a/items/OLD_SHAMAN_NYKO_NPC.json b/items/OLD_SHAMAN_NYKO_NPC.json
new file mode 100644
index 00000000..b08c0bd1
--- /dev/null
+++ b/items/OLD_SHAMAN_NYKO_NPC.json
@@ -0,0 +1,38 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§9Old Shaman Nyko (NPC)",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"8a0ba171-5d51-5272-bfd5-48db78fa2b48\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2IyOGNiMmZlNmRiMjk4NDMyZmY5YmVhZWNlMWEyNTIzMGU0ZjYxZTFlYTYxYjdlZGZmYzkzNTU1NTAzM2Q5In19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"\"],Name:\"§9Old Shaman Nyko (NPC)\"},ExtraAttributes:{id:\"OLD_SHAMAN_NYKO_NPC\"}}",
+ "damage": 3,
+ "lore": [
+ ""
+ ],
+ "internalname": "OLD_SHAMAN_NYKO_NPC",
+ "clickcommand": "viewrecipe",
+ "modver": "2.1.0-REL",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Old_Shaman_Nyko",
+ "https://wiki.hypixel.net/Old_Shaman_Nyko"
+ ],
+ "x": -380,
+ "y": 62,
+ "z": 36,
+ "island": "foraging_1",
+ "recipes": [
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:25000"
+ ],
+ "result": "TRUE_ESSENCE"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:900000"
+ ],
+ "result": "TRUE_PROTECTION;1"
+ }
+ ],
+ "crafttext": ""
+} \ No newline at end of file
diff --git a/items/OPHELIA_NPC.json b/items/OPHELIA_NPC.json
new file mode 100644
index 00000000..1a21ef93
--- /dev/null
+++ b/items/OPHELIA_NPC.json
@@ -0,0 +1,192 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§9Ophelia (NPC)",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"46ef3afa-f9ab-5aa5-b190-debb70c994c9\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNGFhNGI4MjdhOWE4NWM0ZWZjMTQ3ZmM1OWQwZGE2ODhlYmU3ZTI2ZDI1OGI1NTNjMDQxZGEyZWQ2ZWM4YjZiOCJ9fX0\u003d\"}]}},display:{Lore:[0:\"\"],Name:\"§9Ophelia (NPC)\"},ExtraAttributes:{id:\"OPHELIA_NPC\"}}",
+ "damage": 3,
+ "lore": [
+ ""
+ ],
+ "internalname": "OPHELIA_NPC",
+ "clickcommand": "viewrecipe",
+ "modver": "2.1.0-REL",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Ophelia",
+ "https://wiki.hypixel.net/Ophelia"
+ ],
+ "x": -64,
+ "y": 123,
+ "z": -7,
+ "island": "dungeon_hub",
+ "recipes": [
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:80000"
+ ],
+ "result": "UNDEAD_BOW"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:200"
+ ],
+ "result": "ARROW"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:80000"
+ ],
+ "result": "SUPER_CLEAVER"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:80000"
+ ],
+ "result": "STONE_CHESTPLATE"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:80000"
+ ],
+ "result": "MENDER_HELMET"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:80000"
+ ],
+ "result": "DARK_GOGGLES"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:5000"
+ ],
+ "result": "POTION"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:10000"
+ ],
+ "result": "POTION"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:15000"
+ ],
+ "result": "POTION"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:20000"
+ ],
+ "result": "POTION"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:25000"
+ ],
+ "result": "POTION"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:30000"
+ ],
+ "result": "POTION"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:35000"
+ ],
+ "result": "POTION"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:3000"
+ ],
+ "result": "SUPERBOOM_TNT"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:800000"
+ ],
+ "result": "SUPER_UNDEAD_BOW"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:800000"
+ ],
+ "result": "HYPER_CLEAVER"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:800000"
+ ],
+ "result": "METAL_CHESTPLATE"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:800000"
+ ],
+ "result": "MENDER_FEDORA"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:800000"
+ ],
+ "result": "SHADOW_GOGGLES"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:5000000"
+ ],
+ "result": "DEATH_BOW"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:5000000"
+ ],
+ "result": "GIANT_CLEAVER"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:5000000"
+ ],
+ "result": "STEEL_CHESTPLATE"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:5000000"
+ ],
+ "result": "MENDER_CROWN"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:5000000"
+ ],
+ "result": "WITHER_GOGGLES"
+ }
+ ],
+ "crafttext": ""
+} \ No newline at end of file
diff --git a/items/ORINGO_NPC.json b/items/ORINGO_NPC.json
new file mode 100644
index 00000000..f14b3eec
--- /dev/null
+++ b/items/ORINGO_NPC.json
@@ -0,0 +1,264 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§9Oringo (NPC)",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"1b5d4302-915e-5464-a713-c21dfbeb894d\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDg0ZTZlZWQ4ZGMyMTk3ZDEzZDFhZjRkOGNkOTc2MjkyYTU2Njc1ODFhMTI5MDdhZWM3ZTU0MzAxNzEyIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"\"],Name:\"§9Oringo (NPC)\"},ExtraAttributes:{id:\"ORINGO_NPC\"}}",
+ "damage": 3,
+ "lore": [
+ ""
+ ],
+ "internalname": "ORINGO_NPC",
+ "clickcommand": "viewrecipe",
+ "modver": "2.1.0-REL",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Oringo",
+ "https://wiki.hypixel.net/Oringo"
+ ],
+ "crafttext": "",
+ "x": -5,
+ "y": 72,
+ "z": -45,
+ "island": "hub",
+ "recipes": [
+ {
+ "type": "npc_shop",
+ "cost": [
+ "LOG_2:64",
+ "SKYBLOCK_COIN:10000"
+ ],
+ "result": "GIRAFFE;0"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "ENCHANTED_ACACIA_LOG:1",
+ "SKYBLOCK_COIN:25000"
+ ],
+ "result": "GIRAFFE;1"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "ENCHANTED_ACACIA_LOG:16",
+ "SKYBLOCK_COIN:100000"
+ ],
+ "result": "GIRAFFE;2"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "ENCHANTED_ACACIA_LOG:128",
+ "SKYBLOCK_COIN:1000000"
+ ],
+ "result": "GIRAFFE;3"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "ENCHANTED_ACACIA_LOG:512",
+ "SKYBLOCK_COIN:10000000"
+ ],
+ "result": "GIRAFFE;4"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "RAW_FISH:64",
+ "SKYBLOCK_COIN:10000"
+ ],
+ "result": "BLUE_WHALE;0"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "ENCHANTED_RAW_FISH:1",
+ "SKYBLOCK_COIN:25000"
+ ],
+ "result": "BLUE_WHALE;1"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "ENCHANTED_RAW_FISH:16",
+ "SKYBLOCK_COIN:100000"
+ ],
+ "result": "BLUE_WHALE;2"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "ENCHANTED_COOKED_FISH:1",
+ "SKYBLOCK_COIN:1000000"
+ ],
+ "result": "BLUE_WHALE;3"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "ENCHANTED_COOKED_FISH:8",
+ "SKYBLOCK_COIN:10000000"
+ ],
+ "result": "BLUE_WHALE;4"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "RAW_CHICKEN:128",
+ "SKYBLOCK_COIN:10000"
+ ],
+ "result": "TIGER;0"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "ENCHANTED_CHICKEN:2",
+ "SKYBLOCK_COIN:25000"
+ ],
+ "result": "TIGER;1"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "ENCHANTED_CHICKEN:32",
+ "SKYBLOCK_COIN:100000"
+ ],
+ "result": "TIGER;2"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "ENCHANTED_CHICKEN:256",
+ "SKYBLOCK_COIN:1000000"
+ ],
+ "result": "TIGER;3"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "ENCHANTED_CHICKEN:1024",
+ "SKYBLOCK_COIN:10000000"
+ ],
+ "result": "TIGER;4"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "RAW_BEEF:128",
+ "SKYBLOCK_COIN:10000"
+ ],
+ "result": "LION;0"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "ENCHANTED_RAW_BEEF:2",
+ "SKYBLOCK_COIN:25000"
+ ],
+ "result": "LION;1"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "ENCHANTED_RAW_BEEF:32",
+ "SKYBLOCK_COIN:100000"
+ ],
+ "result": "LION;2"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "ENCHANTED_RAW_BEEF:256",
+ "SKYBLOCK_COIN:1000000"
+ ],
+ "result": "LION;3"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "ENCHANTED_RAW_BEEF:1024",
+ "SKYBLOCK_COIN:10000000"
+ ],
+ "result": "LION;4"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "LOG_2:64",
+ "SKYBLOCK_COIN:10000"
+ ],
+ "result": "MONKEY;0"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "ENCHANTED_JUNGLE_LOG:1",
+ "SKYBLOCK_COIN:25000"
+ ],
+ "result": "MONKEY;1"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "ENCHANTED_JUNGLE_LOG:16",
+ "SKYBLOCK_COIN:100000"
+ ],
+ "result": "MONKEY;2"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "ENCHANTED_JUNGLE_LOG:128",
+ "SKYBLOCK_COIN:1000000"
+ ],
+ "result": "MONKEY;3"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "ENCHANTED_JUNGLE_LOG:512",
+ "SKYBLOCK_COIN:10000000"
+ ],
+ "result": "MONKEY;4"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "LOG_2:64",
+ "SKYBLOCK_COIN:10000"
+ ],
+ "result": "ELEPHANT;0"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "ENCHANTED_DARK_OAK_LOG:1",
+ "SKYBLOCK_COIN:25000"
+ ],
+ "result": "ELEPHANT;1"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "ENCHANTED_DARK_OAK_LOG:16",
+ "SKYBLOCK_COIN:100000"
+ ],
+ "result": "ELEPHANT;2"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "ENCHANTED_DARK_OAK_LOG:128",
+ "SKYBLOCK_COIN:1000000"
+ ],
+ "result": "ELEPHANT;3"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "ENCHANTED_DARK_OAK_LOG:512",
+ "SKYBLOCK_COIN:10000000"
+ ],
+ "result": "ELEPHANT;4"
+ }
+ ]
+} \ No newline at end of file
diff --git a/items/PAT_NPC.json b/items/PAT_NPC.json
new file mode 100644
index 00000000..12117388
--- /dev/null
+++ b/items/PAT_NPC.json
@@ -0,0 +1,38 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§9Pat (NPC)",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"05c67dc9-4108-50e4-ac28-3e7574847eab\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTI2Mjk0NjdjZjU0NGU3OWVkMTQ4ZDNkMzg0Mjg3NmYyZDg4NDE4OThiNGIyZTZmNjBkZmMxZTAyZjExNzlmMyJ9fX0\u003d\"}]}},display:{Lore:[0:\"\"],Name:\"§9Pat (NPC)\"},ExtraAttributes:{id:\"PAT_NPC\"}}",
+ "damage": 3,
+ "lore": [
+ ""
+ ],
+ "internalname": "PAT_NPC",
+ "clickcommand": "viewrecipe",
+ "modver": "2.1.0-REL",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Pat",
+ "https://wiki.hypixel.net/Pat"
+ ],
+ "crafttext": "",
+ "x": -135,
+ "y": 75,
+ "z": -98,
+ "island": "hub",
+ "recipes": [
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:65"
+ ],
+ "result": "GRAVEL:15"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:60"
+ ],
+ "result": "FLINT:10"
+ }
+ ]
+} \ No newline at end of file
diff --git a/items/PEARL_DEALER_NPC.json b/items/PEARL_DEALER_NPC.json
new file mode 100644
index 00000000..5b2f857d
--- /dev/null
+++ b/items/PEARL_DEALER_NPC.json
@@ -0,0 +1,73 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§9Pearl Dealer (NPC)",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"9733d005-216e-54a2-aaf5-8b58877b8413\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvN2EyYTRlZGU4ZWU5YzYyZTJlMTQ4ZTE1ZTdkNmViN2EzNDliOTA2OTdlN2UyNmRlNWY1M2I5NzY0ZjMzNWFlZCJ9fX0\u003d\"}]}},display:{Lore:[0:\"\"],Name:\"§9Pearl Dealer (NPC)\"},ExtraAttributes:{id:\"PEARL_DEALER_NPC\"}}",
+ "damage": 3,
+ "lore": [
+ ""
+ ],
+ "internalname": "PEARL_DEALER_NPC",
+ "clickcommand": "viewrecipe",
+ "modver": "2.1.0-REL",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Pearl_Dealer",
+ "https://wiki.hypixel.net/Pearl_Dealer"
+ ],
+ "x": -505,
+ "y": 103,
+ "z": -285,
+ "island": "combat_3",
+ "crafttext": "",
+ "recipes": [
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:10"
+ ],
+ "result": "ENDER_STONE"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:50"
+ ],
+ "result": "OBSIDIAN"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:10000"
+ ],
+ "result": "SILENT_PEARL:8"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:200000"
+ ],
+ "result": "REMNANT_OF_THE_EYE"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:499999"
+ ],
+ "result": "STONK_PICKAXE"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:1000000"
+ ],
+ "result": "DRAGON_HUNTER;1"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:1500000"
+ ],
+ "result": "ENDER_SLAYER;6"
+ }
+ ]
+} \ No newline at end of file
diff --git a/items/PLUMBER_JOE_NPC.json b/items/PLUMBER_JOE_NPC.json
new file mode 100644
index 00000000..d69f50d9
--- /dev/null
+++ b/items/PLUMBER_JOE_NPC.json
@@ -0,0 +1,31 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§9Plumber Joe (NPC)",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"0d8391c2-1748-4869-8631-935ff2d55e07\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNGNhOGVmMjQ1OGEyYjEwMjYwYjg3NTY1NThmNzY3OWJjYjdlZjY5MWQ0MWY1MzRlZmVhMmJhNzUxMDczMTVjYyJ9fX0\u003d\"}]}},display:{Lore:[0:\"\"],Name:\"§9Plumber Joe (NPC)\"},ExtraAttributes:{id:\"PLUMBER_JOE_NPC\"}}",
+ "damage": 3,
+ "lore": [
+ ""
+ ],
+ "internalname": "PLUMBER_JOE_NPC",
+ "clickcommand": "viewrecipe",
+ "modver": "2.1.0-REL",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Plumber_Joe",
+ "https://wiki.hypixel.net/Plumber_Joe"
+ ],
+ "crafttext": "",
+ "x": 56,
+ "y": 72,
+ "z": -78,
+ "island": "hub",
+ "recipes": [
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:50"
+ ],
+ "result": "PLUMBER_SPONGE"
+ }
+ ]
+} \ No newline at end of file
diff --git a/items/ROSETTA_NPC.json b/items/ROSETTA_NPC.json
new file mode 100644
index 00000000..912137ec
--- /dev/null
+++ b/items/ROSETTA_NPC.json
@@ -0,0 +1,221 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§9Rosetta (NPC)",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"44bdf0a4-42c1-5a35-960e-d3fe33aed147\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTQ0YzVmMTdkZjZkOGJmODI3NjJmN2NhYTI0MjQ2ZjY3NjUwZmE0NDJkYjE1NWVkMWZmY2U1NDdhM2Y1MTdlMyJ9fX0\u003d\"}]}},display:{Lore:[0:\"\"],Name:\"§9Shifty (NPC)\"},ExtraAttributes:{id:\"SHIFTY_NPC\"}}",
+ "damage": 3,
+ "lore": [
+ ""
+ ],
+ "internalname": "ROSETTA_NPC",
+ "clickcommand": "viewrecipe",
+ "modver": "2.1.0-REL",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Rosetta",
+ "https://wiki.hypixel.net/Rosetta"
+ ],
+ "crafttext": "",
+ "noseal" : true,
+ "x": -12,
+ "y": 70,
+ "z": -141,
+ "island": "hub",
+ "recipes": [
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:15"
+ ],
+ "result": "IRON_HELMET"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:25"
+ ],
+ "result": "IRON_CHESTPLATE"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:30"
+ ],
+ "result": "IRON_LEGGINGS"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:20"
+ ],
+ "result": "IRON_BOOTS"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:1050"
+ ],
+ "result": "ROSETTA_HELMET"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:1320"
+ ],
+ "result": "ROSETTA_CHESTPLATE"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:1200"
+ ],
+ "result": "ROSETTA_LEGGINGS"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:960"
+ ],
+ "result": "ROSETTA_BOOTS"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:5000"
+ ],
+ "result": "SQUIRE_HELMET"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:8000"
+ ],
+ "result": "SQUIRE_CHESTPLATE"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:7000"
+ ],
+ "result": "SQUIRE_LEGGINGS"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:4000"
+ ],
+ "result": "SQUIRE_BOOTS"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:5000"
+ ],
+ "result": "SQUIRE_SWORD"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:35000"
+ ],
+ "result": "MERCENARY_HELMET"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:70000"
+ ],
+ "result": "MERCENARY_CHESTPLATE"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:45000"
+ ],
+ "result": "MERCENARY_LEGGINGS"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:30000"
+ ],
+ "result": "MERCENARY_BOOTS"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:30000"
+ ],
+ "result": "MERCENARY_AXE"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:5000"
+ ],
+ "result": "CELESTE_HELMET"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:8000"
+ ],
+ "result": "CELESTE_CHESTPLATE"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:7000"
+ ],
+ "result": "CELESTE_LEGGINGS"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:4000"
+ ],
+ "result": "CELESTE_BOOTS"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:5000"
+ ],
+ "result": "CELESTE_WAND"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:35000"
+ ],
+ "result": "STARLIGHT_HELMET"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:70000"
+ ],
+ "result": "STARLIGHT_CHESTPLATE"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:45000"
+ ],
+ "result": "STARLIGHT_LEGGINGS"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:30000"
+ ],
+ "result": "STARLIGHT_BOOTS"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:30000"
+ ],
+ "result": "STARLIGHT_WAND"
+ }
+ ]
+} \ No newline at end of file
diff --git a/items/SCOOP_NPC.json b/items/SCOOP_NPC.json
new file mode 100644
index 00000000..dd850be4
--- /dev/null
+++ b/items/SCOOP_NPC.json
@@ -0,0 +1,31 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§9Scoop (NPC)",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"b4b6817a-6d05-5866-83fb-febf20baa76b\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTg5OGFkNThkMzY2NGNmYWNmMWJmMTFhYWQ5ZjUxM2QyNWE4YjliYjkxYTc3MzgyYjMyYzEwYjdkMGE0YmM5YiJ9fX0\u003d\"}]}},display:{Lore:[0:\"\"],Name:\"§9Scoop (NPC)\"},ExtraAttributes:{id:\"SCOOP_NPC\"}}",
+ "damage": 3,
+ "lore": [
+ ""
+ ],
+ "internalname": "SCOOP_NPC",
+ "clickcommand": "viewrecipe",
+ "modver": "2.1.0-REL",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Scoop",
+ "https://wiki.hypixel.net/Scoop"
+ ],
+ "crafttext": "",
+ "x": 5,
+ "y": 183,
+ "z": 25,
+ "island": "hub",
+ "recipes": [
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:2500"
+ ],
+ "result": "SNOW_SHOVEL"
+ }
+ ]
+} \ No newline at end of file
diff --git a/items/SEYMOUR_NPC.json b/items/SEYMOUR_NPC.json
new file mode 100644
index 00000000..43c30c4d
--- /dev/null
+++ b/items/SEYMOUR_NPC.json
@@ -0,0 +1,87 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§9Seymour (NPC)",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"92e30fb2-a4f4-5a9a-98f9-3ebc875386be\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDM1MGEwNDg2ZTM0ZmRmNGRlYjE3MGU0YjkzNGYwNGU1MTc5ZDg3MWYyNTRhMWI1NzE4N2JkOTg0ZDI4ODgifX19\"}]}},display:{Lore:[0:\"\"],Name:\"§9Seymour (NPC)\"},ExtraAttributes:{id:\"SEYMOUR_NPC\"}}",
+ "damage": 3,
+ "lore": [
+ ""
+ ],
+ "internalname": "SEYMOUR_NPC",
+ "clickcommand": "viewrecipe",
+ "modver": "2.1.0-REL",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Seymour",
+ "https://wiki.hypixel.net/Seymour"
+ ],
+ "crafttext": "",
+ "x": 24,
+ "y": 66,
+ "z": -41,
+ "island": "hub",
+ "recipes": [
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:1000000"
+ ],
+ "result": "CHEAP_TUXEDO_CHESTPLATE"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:1000000"
+ ],
+ "result": "CHEAP_TUXEDO_LEGGINGS"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:1000000"
+ ],
+ "result": "CHEAP_TUXEDO_BOOTS"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:6666666"
+ ],
+ "result": "FANCY_TUXEDO_CHESTPLATE"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:6666666"
+ ],
+ "result": "FANCY_TUXEDO_LEGGINGS"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:6666666"
+ ],
+ "result": "FANCY_TUXEDO_BOOTS"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:24999999"
+ ],
+ "result": "ELEGANT_TUXEDO_CHESTPLATE"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:24999999"
+ ],
+ "result": "ELEGANT_TUXEDO_LEGGINGS"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:24999999"
+ ],
+ "result": "ELEGANT_TUXEDO_BOOTS"
+ }
+ ]
+} \ No newline at end of file
diff --git a/items/SHERRY_NPC.json b/items/SHERRY_NPC.json
new file mode 100644
index 00000000..0454879c
--- /dev/null
+++ b/items/SHERRY_NPC.json
@@ -0,0 +1,69 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§9Sherry (NPC)",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"6dbe7d9f-0c7c-4301-b0f4-649b26660917\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTExMzY2MTZkOGM0YTg3YTU0Y2U3OGE5N2I1NTE2MTBjMmIyYzhmNmQ0MTBiYzM4Yjg1OGY5NzRiMTEzYjIwOCJ9fX0\u003d\"}]}},display:{Lore:[0:\"\"],Name:\"§9Sherry (NPC)\"},ExtraAttributes:{id:\"SHERRY_NPC\"}}",
+ "damage": 3,
+ "lore": [
+ ""
+ ],
+ "internalname": "SHERRY_NPC",
+ "clickcommand": "viewrecipe",
+ "modver": "2.1.0-REL",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Sherry",
+ "https://wiki.hypixel.net/Sherry"
+ ],
+ "crafttext": "",
+ "recipes": [
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:40000"
+ ],
+ "result": "WINTER_ROD"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:12"
+ ],
+ "result": "ICE_BAIT"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:50000"
+ ],
+ "result": "BOTTLE_OF_JYRRE"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:75000"
+ ],
+ "result": "FROSTY_SNOW_BALL"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:1"
+ ],
+ "result": "ICE"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:9"
+ ],
+ "result": "PACKED_ICE"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:250000"
+ ],
+ "result": "LARGE_WINTER_SACK"
+ }
+ ]
+} \ No newline at end of file
diff --git a/items/SHIFTY_NPC.json b/items/SHIFTY_NPC.json
new file mode 100644
index 00000000..2dfc66db
--- /dev/null
+++ b/items/SHIFTY_NPC.json
@@ -0,0 +1,45 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§9Shifty (NPC)",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"7b02558d-3d8e-5389-97a0-5b2dc8f85059\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZWVkNjYwYjA5NDdmN2FiYjJhNDZhOWQyNjRjMDMxMzk2YTQyZjcwNGU3NmJiMDhhYzRkY2NmMTZhNjNmOWI1NCJ9fX0\u003d\"}]}},display:{Lore:[0:\"\"],Name:\"§9Shifty (NPC)\"},ExtraAttributes:{id:\"SHIFTY_NPC\"}}",
+ "damage": 3,
+ "lore": [
+ ""
+ ],
+ "internalname": "SHIFTY_NPC",
+ "clickcommand": "viewrecipe",
+ "modver": "2.1.0-REL",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Shifty",
+ "https://wiki.hypixel.net/Shifty"
+ ],
+ "crafttext": "",
+ "x": 114,
+ "y": 75,
+ "z": 174,
+ "island": "hub",
+ "recipes": [
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:850"
+ ],
+ "result": "TUTTI_FRUTTI_POISON"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:3400"
+ ],
+ "result": "DR_PAPER"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:8500"
+ ],
+ "result": "SLAYER_ENERGY_DRINK"
+ }
+ ]
+} \ No newline at end of file
diff --git a/items/SKYBLOCK_BRONZE_MEDAL.json b/items/SKYBLOCK_BRONZE_MEDAL.json
new file mode 100644
index 00000000..a19fc189
--- /dev/null
+++ b/items/SKYBLOCK_BRONZE_MEDAL.json
@@ -0,0 +1,16 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§f§f§aBronze Medal",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"4c73ea9f-73b2-534c-bdc3-5fef5ccd1665\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzk3MjVhYWVhZmUyYjZlNTQxMDMzZDlkOTRhNzcxOWJjYjg2ZTU4MDYzNzkyZDhmYmI5NjU2YzA5Y2FjMmU4NSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Used for NEU NPC-Shops\",1:\"\",2:\"§c§l§ka§r §c§l§c§lSPECIAL §c§l§ka\"],Name:\"§f§f§aBronze Medal\"},ExtraAttributes:{id:\"SKYBLOCK_BRONZE_MEDAL\"}}",
+ "damage": 3,
+ "lore": [
+ "§7Used for NEU NPC-Shops",
+ "",
+ "§c§l§ka§r §c§l§c§lSPECIAL §c§l§ka"
+ ],
+ "internalname": "SKYBLOCK_BRONZE_MEDAL",
+ "crafttext": "",
+ "clickcommand": "",
+ "modver": "2.1.0-REL",
+ "infoType": ""
+} \ No newline at end of file
diff --git a/items/SKYBLOCK_GOLD_MEDAL.json b/items/SKYBLOCK_GOLD_MEDAL.json
new file mode 100644
index 00000000..effe3fbc
--- /dev/null
+++ b/items/SKYBLOCK_GOLD_MEDAL.json
@@ -0,0 +1,16 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§f§f§6Gold Medal",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"8cf0debb-5716-54a5-8c7a-bed9ea0a2941\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjBiNGIwM2I2NjMwYjk0MzIwMGE1OTA0NTg0ZjEzZjRhYTI3ZDk4NWI4YzZiMmIzNGFhNmJjYzFiNDk1ZDIzZiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Used for NEU NPC-Shops\",1:\"\",2:\"§c§l§ka§r §c§l§c§lSPECIAL §c§l§ka\"],Name:\"§f§f§6Gold Medal\"},ExtraAttributes:{id:\"SKYBLOCK_GOLD_MEDAL\"}}",
+ "damage": 3,
+ "lore": [
+ "§7Used for NEU NPC-Shops",
+ "",
+ "§c§l§ka§r §c§l§c§lSPECIAL §c§l§ka"
+ ],
+ "internalname": "SKYBLOCK_GOLD_MEDAL",
+ "crafttext": "",
+ "clickcommand": "",
+ "modver": "2.1.0-REL",
+ "infoType": ""
+} \ No newline at end of file
diff --git a/items/SKYBLOCK_PELT.json b/items/SKYBLOCK_PELT.json
new file mode 100644
index 00000000..7a8e8d05
--- /dev/null
+++ b/items/SKYBLOCK_PELT.json
@@ -0,0 +1,16 @@
+{
+ "itemid": "minecraft:leather",
+ "displayname": "§aPelt",
+ "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Used for NEU NPC-Shops\",1:\"\",2:\"§c§l§ka§r §c§l§c§lSPECIAL §c§l§ka\"],Name:\"§aPelt\"},ExtraAttributes:{id:\"SKYBLOCK_PELT\"}}",
+ "damage": 0,
+ "lore": [
+ "§7Used for NEU NPC-Shops",
+ "",
+ "§c§l§ka§r §c§l§c§lSPECIAL §c§l§ka"
+ ],
+ "internalname": "SKYBLOCK_PELT",
+ "clickcommand": "",
+ "modver": "2.1.0-REL",
+ "infoType": "",
+ "crafttext": ""
+} \ No newline at end of file
diff --git a/items/SKYBLOCK_SILVER_MEDAL.json b/items/SKYBLOCK_SILVER_MEDAL.json
new file mode 100644
index 00000000..49101fd8
--- /dev/null
+++ b/items/SKYBLOCK_SILVER_MEDAL.json
@@ -0,0 +1,16 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§f§f§aSilver Medal",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"262085f0-6550-54b3-9dfa-4a0aead49e54\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTA1NGU5MTJmOTE1OTBmNDA3Njc3MWMyNTRmYTYzZTJiOWU2YzM1MjU1ZDU5YmM3OGRmNWQ2MWZjZDUwNjE3YyJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Used for NEU NPC-Shops\",1:\"\",2:\"§c§l§ka§r §c§l§c§lSPECIAL §c§l§ka\"],Name:\"§f§f§aSilver Medal\"},ExtraAttributes:{id:\"SKYBLOCK_SILVER_MEDAL\"}}",
+ "damage": 3,
+ "lore": [
+ "§7Used for NEU NPC-Shops",
+ "",
+ "§c§l§ka§r §c§l§c§lSPECIAL §c§l§ka"
+ ],
+ "internalname": "SKYBLOCK_SILVER_MEDAL",
+ "crafttext": "",
+ "clickcommand": "",
+ "modver": "2.1.0-REL",
+ "infoType": ""
+} \ No newline at end of file
diff --git a/items/SMITHMONGER_NPC.json b/items/SMITHMONGER_NPC.json
new file mode 100644
index 00000000..afb0197f
--- /dev/null
+++ b/items/SMITHMONGER_NPC.json
@@ -0,0 +1,65 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§9Smithmonger (NPC)",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"0d8391c2-1748-4869-8631-935ff2d55e07\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNGNhOGVmMjQ1OGEyYjEwMjYwYjg3NTY1NThmNzY3OWJjYjdlZjY5MWQ0MWY1MzRlZmVhMmJhNzUxMDczMTVjYyJ9fX0\u003d\"}]}},display:{Lore:[0:\"\"],Name:\"§9Barbarian Emissary (NPC)\"},ExtraAttributes:{id:\"BARBARIAN_EMISSARY_NPC\"}}",
+ "damage": 3,
+ "lore": [
+ ""
+ ],
+ "internalname": "SMITHMONGER_NPC",
+ "clickcommand": "viewrecipe",
+ "modver": "2.1.0-REL",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Smithmonger",
+ "https://wiki.hypixel.net/Smithmonger"
+ ],
+ "x": -33,
+ "y": 71,
+ "z": -136,
+ "island": "hub",
+ "recipes": [
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:2000000"
+ ],
+ "result": "REFORGE_ANVIL"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:50000"
+ ],
+ "result": "MOIL_LOG"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:100000"
+ ],
+ "result": "DIRT_BOTTLE"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:1000000"
+ ],
+ "result": "TOIL_LOG"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:1000000"
+ ],
+ "result": "REFINED_AMBER"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:1000000"
+ ],
+ "result": "BLESSED_FRUIT"
+ }
+ ]
+} \ No newline at end of file
diff --git a/items/TOMIOKA_NPC.json b/items/TOMIOKA_NPC.json
new file mode 100644
index 00000000..87e1c7b6
--- /dev/null
+++ b/items/TOMIOKA_NPC.json
@@ -0,0 +1,48 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§9Tomioka (NPC)",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"9c107377-0b39-5a9b-8e71-a1484562eb27\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTVjYjcyM2U5OTU3MjlhNWM5NDMyMmQzYWEzZjFhNTY4NTcyNDNhNzQ5NGI2ODA2YzZhNmNkYzJiZGI2ODE3OCJ9fX0\u003d\"}]}},display:{Lore:[0:\"\"],Name:\"§9Tomioka (NPC)\"},ExtraAttributes:{id:\"TOMIOKA_NPC\"}}",
+ "damage": 3,
+ "lore": [
+ ""
+ ],
+ "internalname": "TOMIOKA_NPC",
+ "clickcommand": "viewrecipe",
+ "modver": "2.1.0-REL",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Tomioka",
+ "https://wiki.hypixel.net/Tomioka"
+ ],
+ "crafttext": "",
+ "recipes": [
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:10000000"
+ ],
+ "result": "SHARPNESS;6"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:15000000"
+ ],
+ "result": "SCAVENGER;5"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:4000000"
+ ],
+ "result": "PROTECTION;6"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:25000000"
+ ],
+ "result": "SMITE;7"
+ }
+ ]
+} \ No newline at end of file
diff --git a/items/TONY_SHOP_NPC.json b/items/TONY_SHOP_NPC.json
new file mode 100644
index 00000000..dbc05c10
--- /dev/null
+++ b/items/TONY_SHOP_NPC.json
@@ -0,0 +1,160 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§9Tony's Shop (NPC)",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"7e0b03b4-2637-549b-8664-62cb25cb55a1\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjVmMzFjMWMyMTVhNTdlOTM3ZmQ3NWFiMzU3ODJmODVlYzI0MmExYjFmOTUwYTI2YTQyYmI1ZTBhYTVjYmVkYSJ9fX0\u003d\"}]}},display:{Lore:[0:\"\"],Name:\"§9Bubu (NPC)\"},ExtraAttributes:{id:\"BUBU_NPC\"}}",
+ "damage": 3,
+ "lore": [
+ ""
+ ],
+ "internalname": "TONY_SHOP_NPC",
+ "clickcommand": "viewrecipe",
+ "modver": "2.1.0-REL",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Tony's_Shop",
+ "https://wiki.hypixel.net/Tony's_Shop"
+ ],
+ "crafttext": "",
+ "x": 278,
+ "y": 106,
+ "z": -545,
+ "island": "farming_1",
+ "recipes": [
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_PELT:75",
+ "ENCHANTED_COOKIE:16",
+ "COCOA_GENERATOR_11"
+ ],
+ "result": "COCOA_GENERATOR_12"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_PELT:75",
+ "ENCHANTED_PUMPKIN:1024",
+ "PUMPKIN_GENERATOR_11"
+ ],
+ "result": "PUMPKIN_GENERATOR_12"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_PELT:75",
+ "ENCHANTED_RAW_CHICKEN:1024",
+ "CHICKEN_GENERATOR_11"
+ ],
+ "result": "CHICKEN_GENERATOR_12"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_PELT:75",
+ "ENCHANTED_BROWN_MUSHROOM:512",
+ "ENCHANTED_RED_MUSHROOM:512",
+ "MUSHROOM_GENERATOR_11"
+ ],
+ "result": "MUSHROOM_GENERATOR_12"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_PELT:75",
+ "ENCHANTED_CACTUS:32",
+ "CACTUS_GENERATOR_11"
+ ],
+ "result": "CACTUS_GENERATOR_12"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_PELT:75",
+ "ENCHANTED_GRILLED_PORK:16",
+ "PIG_GENERATOR_11"
+ ],
+ "result": "PIG_GENERATOR_12"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_PELT:75",
+ "ENCHANTED_HAY_BLOCK:1024",
+ "WHEAT_GENERATOR_11"
+ ],
+ "result": "WHEAT_GENERATOR_12"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_PELT:75",
+ "ENCHANTED_LEATHER:512",
+ "COW_GENERATOR_11"
+ ],
+ "result": "COW_GENERATOR_12"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_PELT:75",
+ "ENCHANTED_SUGAR_CANE:32",
+ "SUGAR_CANE_GENERATOR_11"
+ ],
+ "result": "SUGAR_CANE_GENERATOR_12"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_PELT:75",
+ "ENCHANTED_MELON_BLOCK:32",
+ "MELON_GENERATOR_11"
+ ],
+ "result": "MELON_GENERATOR_12"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_PELT:75",
+ "ENCHANTED_NETHER_STALK:1024",
+ "NETHER_WARTS_GENERATOR_11"
+ ],
+ "result": "NETHER_WARTS_GENERATOR_12"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_PELT:75",
+ "ENCHANTED_GOLDEN_CARROT:32",
+ "CARROT_GENERATOR_11"
+ ],
+ "result": "CARROT_GENERATOR_12"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_PELT:75",
+ "ENCHANTED_BAKED_POTATO:32",
+ "POTATO_GENERATOR_11"
+ ],
+ "result": "POTATO_GENERATOR_12"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_PELT:75",
+ "ENCHANTED_COOKED_MUTTON:16",
+ "SHEEP_GENERATOR_11"
+ ],
+ "result": "SHEEP_GENERATOR_12"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_PELT:75",
+ "ENCHANTED_RABBIT_HIDE:1024",
+ "RABBIT_GENERATOR_11"
+ ],
+ "result": "RABBIT_GENERATOR_12"
+ }
+ ]
+} \ No newline at end of file
diff --git a/items/UDEL_NPC.json b/items/UDEL_NPC.json
new file mode 100644
index 00000000..a474736c
--- /dev/null
+++ b/items/UDEL_NPC.json
@@ -0,0 +1,76 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§9Udel (NPC)",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"d056a51f-b747-58ff-a077-742f603205ab\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNWQwYzI1ZmQ5ZDMyZTEyMDRhMWQzMmU1ZDk1YTJmMWNmYTA5NTI1YThmOThlMWRlZWY1YjJhM2M3N2Y5OGE4YyJ9fX0\u003d\"}]}},display:{Lore:[0:\"\"],Name:\"§9Scoop (NPC)\"},ExtraAttributes:{id:\"SCOOP_NPC\"}}",
+ "damage": 3,
+ "lore": [
+ ""
+ ],
+ "internalname": "UDEL_NPC",
+ "clickcommand": "viewrecipe",
+ "modver": "2.1.0-REL",
+ "infoType": "",
+ "crafttext": "",
+ "x": -79,
+ "y": 109,
+ "z": -789,
+ "island": "crimson_isle",
+ "recipes": [
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:1000000"
+ ],
+ "result": "ABIPHONE_X_PLUS"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:2000000"
+ ],
+ "result": "ABIPHONE_X_PLUS_SPECIAL_EDITION"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:5000000"
+ ],
+ "result": "ABIPHONE_XI_ULTRA"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:7000000"
+ ],
+ "result": "ABIPHONE_XI_ULTRA_STYLE"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:10000000"
+ ],
+ "result": "ABIPHONE_XII_MEGA"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:15000000"
+ ],
+ "result": "ABIPHONE_XII_MEGA_COLOR"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:50000000"
+ ],
+ "result": "ABIPHONE_XIII_PRO"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:100000000"
+ ],
+ "result": "ABIPHONE_XIII_PRO_GIGA"
+ }
+ ]
+} \ No newline at end of file
diff --git a/items/ULYN_NPC.json b/items/ULYN_NPC.json
new file mode 100644
index 00000000..e3f6003b
--- /dev/null
+++ b/items/ULYN_NPC.json
@@ -0,0 +1,62 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§9Ulyn (NPC)",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"da8fe8ed-0f9d-5c3f-a418-7d50ead96648\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTRlNTA3OTVjYTQyOGFhYmMzZjM4MDI2Y2RjZjc0NDQ5OGM5ODEwZDkyMjAyNmI4YmFlYmExN2Q0ZmUyNjM1NiJ9fX0\u003d\"}]}},display:{Lore:[0:\"\"],Name:\"§9Ulyn (NPC)\"},ExtraAttributes:{id:\"ULYN_NPC\"}}",
+ "damage": 3,
+ "lore": [
+ ""
+ ],
+ "internalname": "ULYN_NPC",
+ "clickcommand": "viewrecipe",
+ "modver": "2.1.0-REL",
+ "infoType": "",
+ "x": -126,
+ "y": 101,
+ "z": -784,
+ "island": "crimson_isle",
+ "recipes": [
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:20"
+ ],
+ "result": "MYCEL"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:50"
+ ],
+ "result": "BLAZE_ROD"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:20"
+ ],
+ "result": "MAGMA_CREAM"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:50"
+ ],
+ "result": "QUARTZ"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:10"
+ ],
+ "result": "NETHER_STALK"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:200"
+ ],
+ "result": "GHAST_TEAR"
+ }
+ ],
+ "crafttext": ""
+} \ No newline at end of file
diff --git a/items/WALTER_NPC.json b/items/WALTER_NPC.json
new file mode 100644
index 00000000..dcf17c3b
--- /dev/null
+++ b/items/WALTER_NPC.json
@@ -0,0 +1,31 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§9Walter (NPC)",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"3eacb640-c9d5-5e50-bfe1-e4571176100f\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDNhYzIxYjY1M2EyNzYzMmRiYzgzNzNjNmU2ZmJhNWI4Yzk3YjdlY2JmZWYyZDc5MzYzMGQxNDliMTE2YmE4MSJ9fX0\u003d\"}]}},display:{Lore:[0:\"\"],Name:\"§9Walter (NPC)\"},ExtraAttributes:{id:\"WALTER_NPC\"}}",
+ "damage": 3,
+ "lore": [
+ ""
+ ],
+ "internalname": "WALTER_NPC",
+ "clickcommand": "viewrecipe",
+ "modver": "2.1.0-REL",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Walter",
+ "https://wiki.hypixel.net/Walter"
+ ],
+ "crafttext": "",
+ "x": 18,
+ "y": 158,
+ "z": -37,
+ "island": "mining_2",
+ "recipes": [
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:2500"
+ ],
+ "result": "SUPERBOOM_TNT"
+ }
+ ]
+} \ No newline at end of file
diff --git a/items/WEAPONSMITH_NPC.json b/items/WEAPONSMITH_NPC.json
new file mode 100644
index 00000000..2c10a5e9
--- /dev/null
+++ b/items/WEAPONSMITH_NPC.json
@@ -0,0 +1,80 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§9Weaponsmith (NPC)",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"8d63bf36-2acd-598b-a542-93b47a1c1aa8\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzAxYjdlZmRjZjYxZjNiMDUzMjk1N2JlNDNlZjk3ZDE0OGUyMjNmNmQ0YTg3MTA3MjEzODNlNWRhMDc0NWQ4MyJ9fX0\u003d\"}]}},display:{Lore:[0:\"\"],Name:\"§9Lonely Philosopher (NPC)\"},ExtraAttributes:{id:\"LONELY_PHILOSOPHER_NPC\"}}",
+ "damage": 3,
+ "lore": [
+ ""
+ ],
+ "internalname": "WEAPONSMITH_NPC",
+ "clickcommand": "viewrecipe",
+ "modver": "2.1.0-REL",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Weaponsmith",
+ "https://wiki.hypixel.net/Weaponsmith"
+ ],
+ "crafttext": "",
+ "x": -11,
+ "y": 70,
+ "z": -131,
+ "island": "hub",
+ "recipes": [
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:100"
+ ],
+ "result": "UNDEAD_SWORD"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:150"
+ ],
+ "result": "END_SWORD"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:100"
+ ],
+ "result": "SPIDER_SWORD"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:60"
+ ],
+ "result": "DIAMOND_SWORD"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:25"
+ ],
+ "result": "BOW"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:40"
+ ],
+ "result": "ARROW"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:250"
+ ],
+ "result": "WITHER_BOW"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:600"
+ ],
+ "result": "ARTISANAL_SHORTBOW"
+ }
+ ]
+} \ No newline at end of file
diff --git a/items/WINONA_NPC.json b/items/WINONA_NPC.json
new file mode 100644
index 00000000..0491ebf8
--- /dev/null
+++ b/items/WINONA_NPC.json
@@ -0,0 +1,27 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§9Winona (NPC)",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"9f3107f6-ddfa-5662-ac53-8b03375ce13a\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjUxZjAzZmFkYzg5Mjc5MzhhYzU3MjEwODMwN2E0MjVkYWU1MjE4Zjg1YTY0YjY0MWI4Y2UzZWE1ZDRmMTI1ZSJ9fX0\u003d\"}]}},display:{Lore:[0:\"\"],Name:\"§9Winona (NPC)\"},ExtraAttributes:{id:\"WINONA_NPC\"}}",
+ "damage": 3,
+ "lore": [
+ ""
+ ],
+ "internalname": "WINONA_NPC",
+ "clickcommand": "viewrecipe",
+ "modver": "2.1.0-REL",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Winona",
+ "https://wiki.hypixel.net/Winona"
+ ],
+ "crafttext": "",
+ "recipes": [
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:100000"
+ ],
+ "result": "REVIVE_STONE"
+ }
+ ]
+} \ No newline at end of file
diff --git a/items/WOOL_WEAVER_NPC.json b/items/WOOL_WEAVER_NPC.json
new file mode 100644
index 00000000..21b7a583
--- /dev/null
+++ b/items/WOOL_WEAVER_NPC.json
@@ -0,0 +1,549 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§9Wool Weaver (NPC)",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"d04ddb74-58ec-5164-b0f2-6046873e9291\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjliYzFlNzFkY2QzY2I5YjE5MWFmZDk2NGFhMWQ5NDJhNjI4MWY1OGQ3NTM5NDBmMjY2NTNhZTVhODAyOCJ9fX0\u003d\"}]}},display:{Lore:[0:\"\"],Name:\"§9Wool Weaver (NPC)\"},ExtraAttributes:{id:\"WOOL_WEAVER_NPC\"}}",
+ "damage": 3,
+ "lore": [
+ ""
+ ],
+ "internalname": "WOOL_WEAVER_NPC",
+ "clickcommand": "viewrecipe",
+ "modver": "2.1.0-REL",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Wool_Weaver",
+ "https://wiki.hypixel.net/Wool_Weaver"
+ ],
+ "crafttext": "",
+ "x": -48,
+ "y": 76,
+ "z": -31,
+ "island": "hub",
+ "recipes": [
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:8"
+ ],
+ "result": "STAINED_CLAY-1"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:8"
+ ],
+ "result": "STAINED_CLAY-2"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:8"
+ ],
+ "result": "STAINED_CLAY-3"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:8"
+ ],
+ "result": "STAINED_CLAY-4"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:8"
+ ],
+ "result": "STAINED_CLAY-5"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:8"
+ ],
+ "result": "STAINED_CLAY-6"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:8"
+ ],
+ "result": "STAINED_CLAY-7"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:8"
+ ],
+ "result": "STAINED_CLAY-8"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:8"
+ ],
+ "result": "STAINED_CLAY-9"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:8"
+ ],
+ "result": "STAINED_CLAY-10"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:8"
+ ],
+ "result": "STAINED_CLAY-11"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:8"
+ ],
+ "result": "STAINED_CLAY-12"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:8"
+ ],
+ "result": "STAINED_CLAY-13"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:8"
+ ],
+ "result": "STAINED_CLAY-14"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:8"
+ ],
+ "result": "STAINED_CLAY-15"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:16"
+ ],
+ "result": "STAINED_GLASS_PANE-1"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:16"
+ ],
+ "result": "STAINED_GLASS_PANE-2"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:16"
+ ],
+ "result": "STAINED_GLASS_PANE-3"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:16"
+ ],
+ "result": "STAINED_GLASS_PANE-4"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:16"
+ ],
+ "result": "STAINED_GLASS_PANE-5"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:16"
+ ],
+ "result": "STAINED_GLASS_PANE-6"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:16"
+ ],
+ "result": "STAINED_GLASS_PANE-7"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:16"
+ ],
+ "result": "STAINED_GLASS_PANE-8"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:16"
+ ],
+ "result": "STAINED_GLASS_PANE-9"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:16"
+ ],
+ "result": "STAINED_GLASS_PANE-10"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:16"
+ ],
+ "result": "STAINED_GLASS_PANE-11"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:16"
+ ],
+ "result": "STAINED_GLASS_PANE-12"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:16"
+ ],
+ "result": "STAINED_GLASS_PANE-13"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:16"
+ ],
+ "result": "STAINED_GLASS_PANE-14"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:16"
+ ],
+ "result": "STAINED_GLASS_PANE-15"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:16"
+ ],
+ "result": "STAINED_GLASS-1"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:16"
+ ],
+ "result": "STAINED_GLASS-2"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:16"
+ ],
+ "result": "STAINED_GLASS-3"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:16"
+ ],
+ "result": "STAINED_GLASS-4"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:16"
+ ],
+ "result": "STAINED_GLASS-5"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:16"
+ ],
+ "result": "STAINED_GLASS-6"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:16"
+ ],
+ "result": "STAINED_GLASS-7"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:16"
+ ],
+ "result": "STAINED_GLASS-8"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:16"
+ ],
+ "result": "STAINED_GLASS-9"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:16"
+ ],
+ "result": "STAINED_GLASS-10"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:16"
+ ],
+ "result": "STAINED_GLASS-11"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:16"
+ ],
+ "result": "STAINED_GLASS-12"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:16"
+ ],
+ "result": "STAINED_GLASS-13"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:16"
+ ],
+ "result": "STAINED_GLASS-14"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:16"
+ ],
+ "result": "STAINED_GLASS-15"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:32"
+ ],
+ "result": "CARPET-1"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:32"
+ ],
+ "result": "CARPET-2"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:32"
+ ],
+ "result": "CARPET-3"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:32"
+ ],
+ "result": "CARPET-4"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:32"
+ ],
+ "result": "CARPET-5"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:32"
+ ],
+ "result": "CARPET-6"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:32"
+ ],
+ "result": "CARPET-7"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:32"
+ ],
+ "result": "CARPET-8"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:32"
+ ],
+ "result": "CARPET-9"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:32"
+ ],
+ "result": "CARPET-10"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:32"
+ ],
+ "result": "CARPET-11"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:32"
+ ],
+ "result": "CARPET-12"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:32"
+ ],
+ "result": "CARPET-13"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:32"
+ ],
+ "result": "CARPET-14"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:32"
+ ],
+ "result": "CARPET-15"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:32"
+ ],
+ "result": "WOOL-1"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:32"
+ ],
+ "result": "WOOL-2"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:32"
+ ],
+ "result": "WOOL-3"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:32"
+ ],
+ "result": "WOOL-4"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:32"
+ ],
+ "result": "WOOL-5"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:32"
+ ],
+ "result": "WOOL-6"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:32"
+ ],
+ "result": "WOOL-7"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:32"
+ ],
+ "result": "WOOL-8"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:32"
+ ],
+ "result": "WOOL-9"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:32"
+ ],
+ "result": "WOOL-10"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:32"
+ ],
+ "result": "WOOL-11"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:32"
+ ],
+ "result": "WOOL-12"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:32"
+ ],
+ "result": "WOOL-13"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:32"
+ ],
+ "result": "WOOL-14"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:32"
+ ],
+ "result": "WOOL-15"
+ }
+ ]
+} \ No newline at end of file
diff --git a/items/ZOG_NPC.json b/items/ZOG_NPC.json
new file mode 100644
index 00000000..ca9f6a4b
--- /dev/null
+++ b/items/ZOG_NPC.json
@@ -0,0 +1,115 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§9Zog (NPC)",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"36b69155-7b30-5fae-b9b9-66aa15bb5800\",Properties:{textures:[0:{Value:\"e3RleHR1cmVzOntTS0lOOnt1cmw6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMmJiY2Y3M2E0NjAzYjVhYTU0OTFjZWZjMTU1Zjc3MGRlMWE4MjQ2NmE1ODUwNjA0YmE1ZWEyNDk4MGNiNTQ3OSJ9fX0\u003d\"}]}},display:{Lore:[0:\"\"],Name:\"§9Zog (NPC)\"},ExtraAttributes:{id:\"ZOG_NPC\"}}",
+ "damage": 3,
+ "lore": [
+ ""
+ ],
+ "internalname": "ZOG_NPC",
+ "clickcommand": "viewrecipe",
+ "modver": "2.1.0-REL",
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Zog",
+ "https://wiki.hypixel.net/Zog"
+ ],
+ "crafttext": "",
+ "x": 33,
+ "y": 72,
+ "z": -96,
+ "island": "hub",
+ "recipes": [
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:50000"
+ ],
+ "result": "PET_ITEM_ALL_SKILLS_BOOST_COMMON"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:60000"
+ ],
+ "result": "PET_ITEM_FARMING_SKILL_BOOST_COMMON"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:60000"
+ ],
+ "result": "PET_ITEM_FISHING_SKILL_BOOST_COMMON"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:60000"
+ ],
+ "result": "PET_ITEM_FORAGING_SKILL_BOOST_COMMON"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:60000"
+ ],
+ "result": "PET_ITEM_MINING_SKILL_BOOST_COMMON"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:60000"
+ ],
+ "result": "PET_ITEM_COMBAT_SKILL_BOOST_COMMON"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:500000"
+ ],
+ "result": "PET_ITEM_MINING_SKILL_BOOST_RARE"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:500000"
+ ],
+ "result": "PET_ITEM_FARMING_SKILL_BOOST_RARE"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:750000"
+ ],
+ "result": "PET_ITEM_BIG_TEETH_COMMON"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:750000"
+ ],
+ "result": "PET_ITEM_IRON_CLAWS_COMMON"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:1000000"
+ ],
+ "result": "PET_ITEM_HARDENED_SCALES_UNCOMMON"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:1000000"
+ ],
+ "result": "PET_ITEM_SHARPENED_CLAWS_UNCOMMON"
+ },
+ {
+ "type": "npc_shop",
+ "cost": [
+ "SKYBLOCK_COIN:5000000"
+ ],
+ "result": "PET_ITEM_BUBBLEGUM"
+ }
+ ]
+} \ No newline at end of file