aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--items/ARMOR_SHOWCASE.json5
-rw-r--r--items/BEACH_CHAIR.json4
-rw-r--r--items/BEACH_CHAIR_PLUS.json4
-rw-r--r--items/BEST_WEAPON_RACK.json5
-rw-r--r--items/BIG_XTREE.json4
-rw-r--r--items/BLACKSMITH_PLUS.json5
-rw-r--r--items/BOOKCASE.json5
-rw-r--r--items/BREWING_PLUS.json5
-rw-r--r--items/BUNNY.json5
-rw-r--r--items/BUNNY_JERRY.json5
-rw-r--r--items/CAMPFIRE.json5
-rw-r--r--items/CANDLE_ARCH.json4
-rw-r--r--items/CANDY_BOWL.json5
-rw-r--r--items/CHEST_SHELVES.json5
-rw-r--r--items/CHICK_NEST.json5
-rw-r--r--items/COFFEE_TABLE.json5
-rw-r--r--items/COLD_ONES.json4
-rw-r--r--items/CRAFTING_PLUS.json5
-rw-r--r--items/DESK.json5
-rw-r--r--items/DIAMOND_CHEST.json5
-rw-r--r--items/DINING_CHAIR.json5
-rw-r--r--items/DINING_TABLE.json5
-rw-r--r--items/EASTER_BASKET.json5
-rw-r--r--items/EGG_PILE.json5
-rw-r--r--items/EMERALD_CHEST.json5
-rw-r--r--items/ENCHANTING_PLUS.json5
-rw-r--r--items/ENDER_PLUS.json5
-rw-r--r--items/ENDSTONE_CHEST.json5
-rw-r--r--items/FANCY_FLOWER_POT.json5
-rw-r--r--items/FIREPLACE.json5
-rw-r--r--items/FLYING_BATS.json4
-rw-r--r--items/FOOD_TROUGH.json5
-rw-r--r--items/FURNACE_PLUS.json5
-rw-r--r--items/GARLAND.json4
-rw-r--r--items/GHOST_BOOK.json4
-rw-r--r--items/GOLD_CHEST.json5
-rw-r--r--items/GRANDFATHER_CLOCK.json5
-rw-r--r--items/HAY_BED.json5
-rw-r--r--items/HYPIXEL_CASTLE.json4
-rw-r--r--items/ILLUSION_GLASS.json4
-rw-r--r--items/IRON_CHEST.json5
-rw-r--r--items/LAPIS_CHEST.json5
-rw-r--r--items/LARGE_BED.json5
-rw-r--r--items/MEDIUM_SHELVES.json5
-rw-r--r--items/MINION_CHAIR.json5
-rw-r--r--items/NUTCRACKER.json4
-rw-r--r--items/PEDESTAL.json4
-rw-r--r--items/PICNIC_SET.json4
-rw-r--r--items/PRESENTS.json4
-rw-r--r--items/REDSTONE_CHEST.json5
-rw-r--r--items/RED_TENT.json4
-rw-r--r--items/SCARECROW.json5
-rw-r--r--items/SKULL_CHEST.json5
-rw-r--r--items/SKYBLOCK_BENCH.json5
-rw-r--r--items/SKYBLOCK_CHAIR.json5
-rw-r--r--items/SKYBLOCK_TABLE.json5
-rw-r--r--items/SMALL_SHELVES.json5
-rw-r--r--items/SMALL_XTREE.json4
-rw-r--r--items/STACKED_PUMPKINS.json5
-rw-r--r--items/STOCKING.json4
-rw-r--r--items/STOOL.json5
-rw-r--r--items/TIKI_TORCH.json5
-rw-r--r--items/WATER_TROUGH.json5
-rw-r--r--items/WEAPON_RACK.json5
-rw-r--r--items/WOOD_CHEST.json5
65 files changed, 260 insertions, 48 deletions
diff --git a/items/ARMOR_SHOWCASE.json b/items/ARMOR_SHOWCASE.json
index f1366a50..d4fcc6e2 100644
--- a/items/ARMOR_SHOWCASE.json
+++ b/items/ARMOR_SHOWCASE.json
@@ -18,5 +18,8 @@
"internalname": "ARMOR_SHOWCASE",
"clickcommand": "",
"modver": "1.0.0",
- "infoType": ""
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Furniture"
+ ]
} \ No newline at end of file
diff --git a/items/BEACH_CHAIR.json b/items/BEACH_CHAIR.json
index e8f61779..2554896b 100644
--- a/items/BEACH_CHAIR.json
+++ b/items/BEACH_CHAIR.json
@@ -15,5 +15,9 @@
"§7traded.",
"",
"§9§lRARE"
+ ],
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Furniture"
]
} \ No newline at end of file
diff --git a/items/BEACH_CHAIR_PLUS.json b/items/BEACH_CHAIR_PLUS.json
index f5883394..fa6bd526 100644
--- a/items/BEACH_CHAIR_PLUS.json
+++ b/items/BEACH_CHAIR_PLUS.json
@@ -15,5 +15,9 @@
"§7traded.",
"",
"§9§lRARE"
+ ],
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Furniture"
]
} \ No newline at end of file
diff --git a/items/BEST_WEAPON_RACK.json b/items/BEST_WEAPON_RACK.json
index e6600bf2..a92fe7d1 100644
--- a/items/BEST_WEAPON_RACK.json
+++ b/items/BEST_WEAPON_RACK.json
@@ -18,5 +18,8 @@
"internalname": "BEST_WEAPON_RACK",
"clickcommand": "",
"modver": "1.0.0",
- "infoType": ""
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Furniture"
+ ]
} \ No newline at end of file
diff --git a/items/BIG_XTREE.json b/items/BIG_XTREE.json
index c5df7d4e..9c144ef1 100644
--- a/items/BIG_XTREE.json
+++ b/items/BIG_XTREE.json
@@ -14,5 +14,9 @@
"§7traded.",
"",
"§f§lCOMMON"
+ ],
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Furniture"
]
} \ No newline at end of file
diff --git a/items/BLACKSMITH_PLUS.json b/items/BLACKSMITH_PLUS.json
index 62434c4c..73e9790c 100644
--- a/items/BLACKSMITH_PLUS.json
+++ b/items/BLACKSMITH_PLUS.json
@@ -14,5 +14,8 @@
"internalname": "BLACKSMITH_PLUS",
"clickcommand": "",
"modver": "1.0.0",
- "infoType": ""
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Furniture"
+ ]
} \ No newline at end of file
diff --git a/items/BOOKCASE.json b/items/BOOKCASE.json
index d0eb648d..a90165ff 100644
--- a/items/BOOKCASE.json
+++ b/items/BOOKCASE.json
@@ -14,5 +14,8 @@
"internalname": "BOOKCASE",
"clickcommand": "",
"modver": "1.0.0",
- "infoType": ""
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Furniture"
+ ]
} \ No newline at end of file
diff --git a/items/BREWING_PLUS.json b/items/BREWING_PLUS.json
index d6a07e1a..605c26c7 100644
--- a/items/BREWING_PLUS.json
+++ b/items/BREWING_PLUS.json
@@ -14,5 +14,8 @@
"internalname": "BREWING_PLUS",
"clickcommand": "",
"modver": "1.0.0",
- "infoType": ""
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Furniture"
+ ]
} \ No newline at end of file
diff --git a/items/BUNNY.json b/items/BUNNY.json
index 58e1850d..88f0a19e 100644
--- a/items/BUNNY.json
+++ b/items/BUNNY.json
@@ -16,5 +16,8 @@
"internalname": "BUNNY",
"clickcommand": "",
"modver": "1.0.0",
- "infoType": ""
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Furniture"
+ ]
} \ No newline at end of file
diff --git a/items/BUNNY_JERRY.json b/items/BUNNY_JERRY.json
index 9fd6b8fc..5a66d342 100644
--- a/items/BUNNY_JERRY.json
+++ b/items/BUNNY_JERRY.json
@@ -16,5 +16,8 @@
"internalname": "BUNNY_JERRY",
"clickcommand": "",
"modver": "1.0.0",
- "infoType": ""
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Furniture"
+ ]
} \ No newline at end of file
diff --git a/items/CAMPFIRE.json b/items/CAMPFIRE.json
index 4690a972..6ad7d87c 100644
--- a/items/CAMPFIRE.json
+++ b/items/CAMPFIRE.json
@@ -15,5 +15,8 @@
"internalname": "CAMPFIRE",
"clickcommand": "",
"modver": "1.0.0",
- "infoType": ""
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Furniture"
+ ]
} \ No newline at end of file
diff --git a/items/CANDLE_ARCH.json b/items/CANDLE_ARCH.json
index 77c9e20b..05b6f6b6 100644
--- a/items/CANDLE_ARCH.json
+++ b/items/CANDLE_ARCH.json
@@ -14,5 +14,9 @@
"§7traded.",
"",
"§f§lCOMMON"
+ ],
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Furniture"
]
} \ No newline at end of file
diff --git a/items/CANDY_BOWL.json b/items/CANDY_BOWL.json
index 70282e72..5e69fd37 100644
--- a/items/CANDY_BOWL.json
+++ b/items/CANDY_BOWL.json
@@ -16,5 +16,8 @@
"internalname": "CANDY_BOWL",
"clickcommand": "",
"modver": "1.0.0",
- "infoType": ""
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Furniture"
+ ]
} \ No newline at end of file
diff --git a/items/CHEST_SHELVES.json b/items/CHEST_SHELVES.json
index 01cc42e0..168e3470 100644
--- a/items/CHEST_SHELVES.json
+++ b/items/CHEST_SHELVES.json
@@ -15,5 +15,8 @@
"internalname": "CHEST_SHELVES",
"clickcommand": "",
"modver": "1.0.0",
- "infoType": ""
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Furniture"
+ ]
} \ No newline at end of file
diff --git a/items/CHICK_NEST.json b/items/CHICK_NEST.json
index b6001104..7ac3fcdd 100644
--- a/items/CHICK_NEST.json
+++ b/items/CHICK_NEST.json
@@ -16,5 +16,8 @@
"internalname": "CHICK_NEST",
"clickcommand": "",
"modver": "1.0.0",
- "infoType": ""
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Furniture"
+ ]
} \ No newline at end of file
diff --git a/items/COFFEE_TABLE.json b/items/COFFEE_TABLE.json
index 79398ad3..3bde8282 100644
--- a/items/COFFEE_TABLE.json
+++ b/items/COFFEE_TABLE.json
@@ -14,5 +14,8 @@
"internalname": "COFFEE_TABLE",
"clickcommand": "",
"modver": "1.0.0",
- "infoType": ""
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Furniture"
+ ]
} \ No newline at end of file
diff --git a/items/COLD_ONES.json b/items/COLD_ONES.json
index a5678742..0443778a 100644
--- a/items/COLD_ONES.json
+++ b/items/COLD_ONES.json
@@ -15,5 +15,9 @@
"§7traded.",
"",
"§9§lRARE"
+ ],
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Furniture"
]
} \ No newline at end of file
diff --git a/items/CRAFTING_PLUS.json b/items/CRAFTING_PLUS.json
index abf07a93..7bb0815a 100644
--- a/items/CRAFTING_PLUS.json
+++ b/items/CRAFTING_PLUS.json
@@ -14,5 +14,8 @@
"internalname": "CRAFTING_PLUS",
"clickcommand": "",
"modver": "1.0.0",
- "infoType": ""
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Furniture"
+ ]
} \ No newline at end of file
diff --git a/items/DESK.json b/items/DESK.json
index 67dcfc7d..6b6986ab 100644
--- a/items/DESK.json
+++ b/items/DESK.json
@@ -14,5 +14,8 @@
"internalname": "DESK",
"clickcommand": "",
"modver": "1.0.0",
- "infoType": ""
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Furniture"
+ ]
} \ No newline at end of file
diff --git a/items/DIAMOND_CHEST.json b/items/DIAMOND_CHEST.json
index 7a530a56..a19e6942 100644
--- a/items/DIAMOND_CHEST.json
+++ b/items/DIAMOND_CHEST.json
@@ -15,5 +15,8 @@
"internalname": "DIAMOND_CHEST",
"clickcommand": "",
"modver": "1.0.0",
- "infoType": ""
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Furniture"
+ ]
} \ No newline at end of file
diff --git a/items/DINING_CHAIR.json b/items/DINING_CHAIR.json
index f47fc25f..b058555f 100644
--- a/items/DINING_CHAIR.json
+++ b/items/DINING_CHAIR.json
@@ -15,5 +15,8 @@
"internalname": "DINING_CHAIR",
"clickcommand": "",
"modver": "1.0.0",
- "infoType": ""
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Furniture"
+ ]
} \ No newline at end of file
diff --git a/items/DINING_TABLE.json b/items/DINING_TABLE.json
index 690208e5..a106adf2 100644
--- a/items/DINING_TABLE.json
+++ b/items/DINING_TABLE.json
@@ -14,5 +14,8 @@
"internalname": "DINING_TABLE",
"clickcommand": "",
"modver": "1.0.0",
- "infoType": ""
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Furniture"
+ ]
} \ No newline at end of file
diff --git a/items/EASTER_BASKET.json b/items/EASTER_BASKET.json
index 0cd5abc8..3fbb1461 100644
--- a/items/EASTER_BASKET.json
+++ b/items/EASTER_BASKET.json
@@ -16,5 +16,8 @@
"internalname": "EASTER_BASKET",
"clickcommand": "",
"modver": "1.0.0",
- "infoType": ""
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Furniture"
+ ]
} \ No newline at end of file
diff --git a/items/EGG_PILE.json b/items/EGG_PILE.json
index 152c986d..593c7f34 100644
--- a/items/EGG_PILE.json
+++ b/items/EGG_PILE.json
@@ -16,5 +16,8 @@
"internalname": "EGG_PILE",
"clickcommand": "",
"modver": "1.0.0",
- "infoType": ""
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Furniture"
+ ]
} \ No newline at end of file
diff --git a/items/EMERALD_CHEST.json b/items/EMERALD_CHEST.json
index 02ff4365..79540f7d 100644
--- a/items/EMERALD_CHEST.json
+++ b/items/EMERALD_CHEST.json
@@ -15,5 +15,8 @@
"internalname": "EMERALD_CHEST",
"clickcommand": "",
"modver": "1.0.0",
- "infoType": ""
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Furniture"
+ ]
} \ No newline at end of file
diff --git a/items/ENCHANTING_PLUS.json b/items/ENCHANTING_PLUS.json
index 75e2bf4b..61b59aaf 100644
--- a/items/ENCHANTING_PLUS.json
+++ b/items/ENCHANTING_PLUS.json
@@ -15,5 +15,8 @@
"internalname": "ENCHANTING_PLUS",
"clickcommand": "",
"modver": "1.0.0",
- "infoType": ""
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Furniture"
+ ]
} \ No newline at end of file
diff --git a/items/ENDER_PLUS.json b/items/ENDER_PLUS.json
index 7ed8f6e6..92a3039d 100644
--- a/items/ENDER_PLUS.json
+++ b/items/ENDER_PLUS.json
@@ -15,5 +15,8 @@
"internalname": "ENDER_PLUS",
"clickcommand": "",
"modver": "1.0.0",
- "infoType": ""
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Furniture"
+ ]
} \ No newline at end of file
diff --git a/items/ENDSTONE_CHEST.json b/items/ENDSTONE_CHEST.json
index 278dbd58..897a75c0 100644
--- a/items/ENDSTONE_CHEST.json
+++ b/items/ENDSTONE_CHEST.json
@@ -15,5 +15,8 @@
"internalname": "ENDSTONE_CHEST",
"clickcommand": "",
"modver": "1.0.0",
- "infoType": ""
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Furniture"
+ ]
} \ No newline at end of file
diff --git a/items/FANCY_FLOWER_POT.json b/items/FANCY_FLOWER_POT.json
index c66968dd..67221d41 100644
--- a/items/FANCY_FLOWER_POT.json
+++ b/items/FANCY_FLOWER_POT.json
@@ -14,5 +14,8 @@
"internalname": "FANCY_FLOWER_POT",
"clickcommand": "",
"modver": "1.0.0",
- "infoType": ""
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Furniture"
+ ]
} \ No newline at end of file
diff --git a/items/FIREPLACE.json b/items/FIREPLACE.json
index b4a557db..137a069d 100644
--- a/items/FIREPLACE.json
+++ b/items/FIREPLACE.json
@@ -15,5 +15,8 @@
"internalname": "FIREPLACE",
"clickcommand": "",
"modver": "1.0.0",
- "infoType": ""
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Furniture"
+ ]
} \ No newline at end of file
diff --git a/items/FLYING_BATS.json b/items/FLYING_BATS.json
index e079b0e0..0b48baf2 100644
--- a/items/FLYING_BATS.json
+++ b/items/FLYING_BATS.json
@@ -15,5 +15,9 @@
"§7island or traded.",
"",
"§f§lCOMMON"
+ ],
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Furniture"
]
} \ No newline at end of file
diff --git a/items/FOOD_TROUGH.json b/items/FOOD_TROUGH.json
index ace0931e..7cef73d8 100644
--- a/items/FOOD_TROUGH.json
+++ b/items/FOOD_TROUGH.json
@@ -14,5 +14,8 @@
"internalname": "FOOD_TROUGH",
"clickcommand": "",
"modver": "1.0.0",
- "infoType": ""
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Furniture"
+ ]
} \ No newline at end of file
diff --git a/items/FURNACE_PLUS.json b/items/FURNACE_PLUS.json
index e3c53b03..cc55a710 100644
--- a/items/FURNACE_PLUS.json
+++ b/items/FURNACE_PLUS.json
@@ -14,5 +14,8 @@
"internalname": "FURNACE_PLUS",
"clickcommand": "",
"modver": "1.0.0",
- "infoType": ""
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Furniture"
+ ]
} \ No newline at end of file
diff --git a/items/GARLAND.json b/items/GARLAND.json
index 573208f0..9c5573a3 100644
--- a/items/GARLAND.json
+++ b/items/GARLAND.json
@@ -14,5 +14,9 @@
"§7traded.",
"",
"§f§lCOMMON"
+ ],
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Furniture"
]
} \ No newline at end of file
diff --git a/items/GHOST_BOOK.json b/items/GHOST_BOOK.json
index 872190fa..5f3915f5 100644
--- a/items/GHOST_BOOK.json
+++ b/items/GHOST_BOOK.json
@@ -15,5 +15,9 @@
"§7island or traded.",
"",
"§f§lCOMMON"
+ ],
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Furniture"
]
} \ No newline at end of file
diff --git a/items/GOLD_CHEST.json b/items/GOLD_CHEST.json
index 6f31ca8f..d1a2443d 100644
--- a/items/GOLD_CHEST.json
+++ b/items/GOLD_CHEST.json
@@ -15,5 +15,8 @@
"internalname": "GOLD_CHEST",
"clickcommand": "",
"modver": "1.0.0",
- "infoType": ""
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Furniture"
+ ]
} \ No newline at end of file
diff --git a/items/GRANDFATHER_CLOCK.json b/items/GRANDFATHER_CLOCK.json
index eaa8389e..e83af36d 100644
--- a/items/GRANDFATHER_CLOCK.json
+++ b/items/GRANDFATHER_CLOCK.json
@@ -16,5 +16,8 @@
"internalname": "GRANDFATHER_CLOCK",
"clickcommand": "",
"modver": "1.0.0",
- "infoType": ""
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Furniture"
+ ]
} \ No newline at end of file
diff --git a/items/HAY_BED.json b/items/HAY_BED.json
index afb7f6e3..ae385a24 100644
--- a/items/HAY_BED.json
+++ b/items/HAY_BED.json
@@ -15,5 +15,8 @@
"internalname": "HAY_BED",
"clickcommand": "",
"modver": "1.0.0",
- "infoType": ""
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Furniture"
+ ]
} \ No newline at end of file
diff --git a/items/HYPIXEL_CASTLE.json b/items/HYPIXEL_CASTLE.json
index 470495d7..53b9d616 100644
--- a/items/HYPIXEL_CASTLE.json
+++ b/items/HYPIXEL_CASTLE.json
@@ -15,5 +15,9 @@
"§7traded.",
"",
"§9§lRARE"
+ ],
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Furniture"
]
} \ No newline at end of file
diff --git a/items/ILLUSION_GLASS.json b/items/ILLUSION_GLASS.json
index fce52117..5e3947f7 100644
--- a/items/ILLUSION_GLASS.json
+++ b/items/ILLUSION_GLASS.json
@@ -16,5 +16,9 @@
"§7island or traded.",
"",
"§f§lCOMMON"
+ ],
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Furniture"
]
} \ No newline at end of file
diff --git a/items/IRON_CHEST.json b/items/IRON_CHEST.json
index e799633d..0390d62b 100644
--- a/items/IRON_CHEST.json
+++ b/items/IRON_CHEST.json
@@ -15,5 +15,8 @@
"internalname": "IRON_CHEST",
"clickcommand": "",
"modver": "1.0.0",
- "infoType": ""
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Furniture"
+ ]
} \ No newline at end of file
diff --git a/items/LAPIS_CHEST.json b/items/LAPIS_CHEST.json
index ba250ff5..dcc39449 100644
--- a/items/LAPIS_CHEST.json
+++ b/items/LAPIS_CHEST.json
@@ -15,5 +15,8 @@
"internalname": "LAPIS_CHEST",
"clickcommand": "",
"modver": "1.0.0",
- "infoType": ""
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Furniture"
+ ]
} \ No newline at end of file
diff --git a/items/LARGE_BED.json b/items/LARGE_BED.json
index 9568ba76..97dc4fb2 100644
--- a/items/LARGE_BED.json
+++ b/items/LARGE_BED.json
@@ -15,5 +15,8 @@
"internalname": "LARGE_BED",
"clickcommand": "",
"modver": "1.0.0",
- "infoType": ""
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Furniture"
+ ]
} \ No newline at end of file
diff --git a/items/MEDIUM_SHELVES.json b/items/MEDIUM_SHELVES.json
index 23c55fd0..748a00ea 100644
--- a/items/MEDIUM_SHELVES.json
+++ b/items/MEDIUM_SHELVES.json
@@ -17,5 +17,8 @@
"internalname": "MEDIUM_SHELVES",
"clickcommand": "",
"modver": "1.0.0",
- "infoType": ""
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Furniture"
+ ]
} \ No newline at end of file
diff --git a/items/MINION_CHAIR.json b/items/MINION_CHAIR.json
index 0006ba17..5aa1f1e0 100644
--- a/items/MINION_CHAIR.json
+++ b/items/MINION_CHAIR.json
@@ -15,5 +15,8 @@
"internalname": "MINION_CHAIR",
"clickcommand": "",
"modver": "1.0.0",
- "infoType": ""
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Furniture"
+ ]
} \ No newline at end of file
diff --git a/items/NUTCRACKER.json b/items/NUTCRACKER.json
index 59348a8b..45f5bb49 100644
--- a/items/NUTCRACKER.json
+++ b/items/NUTCRACKER.json
@@ -14,5 +14,9 @@
"§7traded.",
"",
"§f§lCOMMON"
+ ],
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Furniture"
]
} \ No newline at end of file
diff --git a/items/PEDESTAL.json b/items/PEDESTAL.json
index 0c1f8544..d47da922 100644
--- a/items/PEDESTAL.json
+++ b/items/PEDESTAL.json
@@ -16,5 +16,9 @@
"§7purely cosmetic.",
"",
"§f§lCOMMON"
+ ],
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Furniture"
]
} \ No newline at end of file
diff --git a/items/PICNIC_SET.json b/items/PICNIC_SET.json
index 35b46f40..ac1b3bba 100644
--- a/items/PICNIC_SET.json
+++ b/items/PICNIC_SET.json
@@ -15,5 +15,9 @@
"§7traded.",
"",
"§9§lRARE"
+ ],
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Furniture"
]
} \ No newline at end of file
diff --git a/items/PRESENTS.json b/items/PRESENTS.json
index 7286da22..6a4b85d7 100644
--- a/items/PRESENTS.json
+++ b/items/PRESENTS.json
@@ -14,5 +14,9 @@
"§7traded.",
"",
"§f§lCOMMON"
+ ],
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Furniture"
]
} \ No newline at end of file
diff --git a/items/REDSTONE_CHEST.json b/items/REDSTONE_CHEST.json
index a057a5f6..53047cf1 100644
--- a/items/REDSTONE_CHEST.json
+++ b/items/REDSTONE_CHEST.json
@@ -15,5 +15,8 @@
"internalname": "REDSTONE_CHEST",
"clickcommand": "",
"modver": "1.0.0",
- "infoType": ""
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Furniture"
+ ]
} \ No newline at end of file
diff --git a/items/RED_TENT.json b/items/RED_TENT.json
index b983603e..543c999c 100644
--- a/items/RED_TENT.json
+++ b/items/RED_TENT.json
@@ -15,5 +15,9 @@
"§7traded.",
"",
"§9§lRARE"
+ ],
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Furniture"
]
} \ No newline at end of file
diff --git a/items/SCARECROW.json b/items/SCARECROW.json
index b347940d..6af68178 100644
--- a/items/SCARECROW.json
+++ b/items/SCARECROW.json
@@ -16,5 +16,8 @@
"internalname": "SCARECROW",
"clickcommand": "",
"modver": "1.0.0",
- "infoType": ""
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Furniture"
+ ]
} \ No newline at end of file
diff --git a/items/SKULL_CHEST.json b/items/SKULL_CHEST.json
index 46364d72..aac14fd9 100644
--- a/items/SKULL_CHEST.json
+++ b/items/SKULL_CHEST.json
@@ -15,5 +15,8 @@
"internalname": "SKULL_CHEST",
"clickcommand": "",
"modver": "1.0.0",
- "infoType": ""
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Furniture"
+ ]
} \ No newline at end of file
diff --git a/items/SKYBLOCK_BENCH.json b/items/SKYBLOCK_BENCH.json
index ee672edf..9af04bea 100644
--- a/items/SKYBLOCK_BENCH.json
+++ b/items/SKYBLOCK_BENCH.json
@@ -15,5 +15,8 @@
"internalname": "SKYBLOCK_BENCH",
"clickcommand": "",
"modver": "1.0.0",
- "infoType": ""
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Furniture"
+ ]
} \ No newline at end of file
diff --git a/items/SKYBLOCK_CHAIR.json b/items/SKYBLOCK_CHAIR.json
index a6da024d..eeb8ab40 100644
--- a/items/SKYBLOCK_CHAIR.json
+++ b/items/SKYBLOCK_CHAIR.json
@@ -15,5 +15,8 @@
"internalname": "SKYBLOCK_CHAIR",
"clickcommand": "",
"modver": "1.0.0",
- "infoType": ""
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Furniture"
+ ]
} \ No newline at end of file
diff --git a/items/SKYBLOCK_TABLE.json b/items/SKYBLOCK_TABLE.json
index c706f20d..41a03221 100644
--- a/items/SKYBLOCK_TABLE.json
+++ b/items/SKYBLOCK_TABLE.json
@@ -14,5 +14,8 @@
"internalname": "SKYBLOCK_TABLE",
"clickcommand": "",
"modver": "1.0.0",
- "infoType": ""
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Furniture"
+ ]
} \ No newline at end of file
diff --git a/items/SMALL_SHELVES.json b/items/SMALL_SHELVES.json
index 0062565f..e1487e42 100644
--- a/items/SMALL_SHELVES.json
+++ b/items/SMALL_SHELVES.json
@@ -14,5 +14,8 @@
"internalname": "SMALL_SHELVES",
"clickcommand": "",
"modver": "1.0.0",
- "infoType": ""
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Furniture"
+ ]
} \ No newline at end of file
diff --git a/items/SMALL_XTREE.json b/items/SMALL_XTREE.json
index 7af9cf1b..fe9cb166 100644
--- a/items/SMALL_XTREE.json
+++ b/items/SMALL_XTREE.json
@@ -14,5 +14,9 @@
"§7traded.",
"",
"§f§lCOMMON"
+ ],
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Furniture"
]
} \ No newline at end of file
diff --git a/items/STACKED_PUMPKINS.json b/items/STACKED_PUMPKINS.json
index 2c77a001..4c8d553f 100644
--- a/items/STACKED_PUMPKINS.json
+++ b/items/STACKED_PUMPKINS.json
@@ -16,5 +16,8 @@
"internalname": "STACKED_PUMPKINS",
"clickcommand": "",
"modver": "1.0.0",
- "infoType": ""
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Furniture"
+ ]
} \ No newline at end of file
diff --git a/items/STOCKING.json b/items/STOCKING.json
index b1012e7d..d1324dee 100644
--- a/items/STOCKING.json
+++ b/items/STOCKING.json
@@ -14,5 +14,9 @@
"§7traded.",
"",
"§f§lCOMMON"
+ ],
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Furniture"
]
} \ No newline at end of file
diff --git a/items/STOOL.json b/items/STOOL.json
index 06bdc3b0..44e1d29d 100644
--- a/items/STOOL.json
+++ b/items/STOOL.json
@@ -15,5 +15,8 @@
"internalname": "STOOL",
"clickcommand": "",
"modver": "1.0.0",
- "infoType": ""
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Furniture"
+ ]
} \ No newline at end of file
diff --git a/items/TIKI_TORCH.json b/items/TIKI_TORCH.json
index f4964c23..9e8628ce 100644
--- a/items/TIKI_TORCH.json
+++ b/items/TIKI_TORCH.json
@@ -14,5 +14,8 @@
"internalname": "TIKI_TORCH",
"clickcommand": "",
"modver": "1.0.0",
- "infoType": ""
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Furniture"
+ ]
} \ No newline at end of file
diff --git a/items/WATER_TROUGH.json b/items/WATER_TROUGH.json
index fe5c2182..14306118 100644
--- a/items/WATER_TROUGH.json
+++ b/items/WATER_TROUGH.json
@@ -15,5 +15,8 @@
"internalname": "WATER_TROUGH",
"clickcommand": "",
"modver": "1.0.0",
- "infoType": ""
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Furniture"
+ ]
} \ No newline at end of file
diff --git a/items/WEAPON_RACK.json b/items/WEAPON_RACK.json
index 01df1363..f4ea823f 100644
--- a/items/WEAPON_RACK.json
+++ b/items/WEAPON_RACK.json
@@ -17,5 +17,8 @@
"internalname": "WEAPON_RACK",
"clickcommand": "",
"modver": "1.0.0",
- "infoType": ""
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Furniture"
+ ]
} \ No newline at end of file
diff --git a/items/WOOD_CHEST.json b/items/WOOD_CHEST.json
index a7cf999a..f949fcb3 100644
--- a/items/WOOD_CHEST.json
+++ b/items/WOOD_CHEST.json
@@ -15,5 +15,8 @@
"internalname": "WOOD_CHEST",
"clickcommand": "",
"modver": "1.0.0",
- "infoType": ""
+ "infoType": "WIKI_URL",
+ "info": [
+ "https://hypixel-skyblock.fandom.com/wiki/Furniture"
+ ]
} \ No newline at end of file