Get SkyBlock Inventory Sections
skyblock_inventoryFetch and decode inventory-like NBT sections for a Hypixel SkyBlock profile, including wardrobe, armor, ender chest, backpacks, and more. Use filters to focus on specific sections.
Instructions
Fetch and decode inventory-like NBT sections for one SkyBlock profile, including wardrobe, armor, equipment, ender chest, backpacks, vault, and bags. Use filters to keep output focused.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | No | Minecraft UUID, dashed or undashed. | |
| username | No | Minecraft username. Use this when the user gives a name. | |
| profileId | No | Specific SkyBlock profile UUID. | |
| memberUuid | No | Coop member UUID to inspect. Defaults to requested player. | |
| maxSections | No | ||
| profileName | No | Cute profile name, for example Apple, Lemon, or Coconut. | |
| maxLoreLines | No | ||
| sectionPaths | No | Filter decoded inventory sections by case-insensitive path substring, for example wardrobe_contents or backpack_contents. | |
| sectionTypes | No | Filter decoded inventory sections by type. Common values: inventory, wardrobe, armor, equipment, ender_chest, backpack, accessory_bag, potion_bag, fishing_bag, quiver, personal_vault, sack, loadout, container, unknown. Omit or include all for all inventory-like sections. | |
| selectedOnly | No | Prefer the selected profile when multiple profiles exist. | |
| includeRawNbt | No | Include simplified raw NBT for decoded sections. Very large output. | |
| memberUsername | No | Coop member username to inspect. Defaults to requested player. | |
| includeRawMember | No | Include the raw selected member object. Very large output. | |
| includeAllNbtData | No | Search every base64 NBT payload on the member, not only inventory-like paths. | |
| includeItemDetails | No | Include extra compact ExtraAttributes fields on decoded items. | |
| maxItemsPerSection | No |