Interface: SkyBlockGarden


# Interface: SkyBlockGarden

Information about a player's SkyBlock garden, the only guaranteed field is the uuid field.

# Properties

# active_commissions?

optional active_commissions: unknown

example: { "liam": { "requirement": [ { "original_item": "NETHER_STALK", "original_amount": 93995, "item": "MUTANT_NETHER_STALK", "amount": 4 } ], "status": "NOT_STARTED", "position": 1 }, "lumberjack": { "requirement": [ { "original_item": "POTATO_ITEM", "original_amount": 81380, "item": "ENCHANTED_BAKED_POTATO", "amount": 3 } ], "status": "NOT_STARTED", "position": 2 }, "oringo": { "requirement": [ { "original_item": "WHEAT", "original_amount": 26798, "item": "ENCHANTED_HAY_BLOCK", "amount": 21 } ], "status": "NOT_STARTED", "position": 3 }, "rhys": { "requirement": [ { "original_item": "JACK_O_LANTERN", "original_amount": 512, "item": "JACK_O_LANTERN", "amount": 512 } ], "status": "NOT_STARTED", "position": 4 }, "fear_mongerer": { "requirement": [ { "original_item": "PUMPKIN", "original_amount": 27709, "item": "POLISHED_PUMPKIN", "amount": 1 } ], "status": "NOT_STARTED", "position": 5, "extra_rewards": [ { "candy": "PURPLE_CANDY" } ] } }


# commission_data?

optional commission_data: object

# completed?

optional completed: unknown

A map of visitor identifier to completed count example: { "jerry": 1, "jacob": 1, "andrew": 2 }

# total_completed?

optional total_completed: number

# unique_npcs_served?

optional unique_npcs_served: number

# visits?

optional visits: unknown

A map of visitor identifier to visit count example: { "jerry": 1, "jacob": 2, "andrew": 3 }


# composter_data?

optional composter_data: unknown

example: { "organic_matter": 1772.8, "fuel_units": 17000, "compost_units": 0, "compost_items": 2, "conversion_ticks": 300, "last_save": 1721039418436, "upgrades": { "speed": 25, "multi_drop": 25, "fuel_cap": 22, "organic_matter_cap": 25, "cost_reduction": 25 } }


# crop_upgrade_levels?

optional crop_upgrade_levels: unknown

example: { "WHEAT": 1, "POTATO_ITEM": 2, "INK_SACK:3": 3 }


# garden_experience?

optional garden_experience: number


# resources_collected?

optional resources_collected: unknown

A map of resource ID to amount collected example: { "WHEAT": 100, "POTATO_ITEM": 100, "INK_SACK:3": 100 }


# selected_barn_skin?

optional selected_barn_skin: string


# unlocked_barn_skins?

optional unlocked_barn_skins: string[]


# unlocked_plots_ids?

optional unlocked_plots_ids: string[]

example: [ "beginner_1", "intermediate_3" ]


# uuid

uuid: string

The UUID of the profile for this garden.