@zikeji/hypixel / Components / Schemas / SkyBlockItem
Interface: SkyBlockItem
example: { "material": "LEATHER_CHESTPLATE", "color": "255,215,0", "name": "Farm Armor Chestplate", "category": "CHESTPLATE", "tier": "RARE", "stats": { "DEFENSE": 75, "HEALTH": 20 }, "npc_sell_price": 5200, "id": "FARM_ARMOR_CHESTPLATE" }
Properties
color?
optionalcolor:string
The color metadata to be applied to an item, usually leather armor pieces
id?
optionalid:string
The unique identifier for this item
material?
optionalmaterial:string
The Bukkit material enum value for the item
name?
optionalname:string
The name of the item
skin?
optionalskin:string
The skin value for a skull based item
tier?
optionaltier:"COMMON"|"UNCOMMON"|"RARE"|"EPIC"|"LEGENDARY"|"MYTHIC"|"SUPREME"|"SPECIAL"|"VERY_SPECIAL"
The rarity tier of the item