Skip to content

@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?

optional color: string

The color metadata to be applied to an item, usually leather armor pieces


id?

optional id: string

The unique identifier for this item


material?

optional material: string

The Bukkit material enum value for the item


name?

optional name: string

The name of the item


skin?

optional skin: string

The skin value for a skull based item


tier?

optional tier: "COMMON" | "UNCOMMON" | "RARE" | "EPIC" | "LEGENDARY" | "MYTHIC" | "SUPREME" | "SPECIAL" | "VERY_SPECIAL"

The rarity tier of the item

Released under the MIT License.