Skip to content
Logan Johnson edited this page May 3, 2024 · 2 revisions

Welcome to the Hypixel-TS-Library wiki!

This wiki will be aimed to provide the most information possible on how to use the Hypixel-TS-Library.

The documentation provided by Hypixel API is not good in terms of all possibilities for data, so this will aim to document in the most detailed way.

Quick Start

  1. You can get started by first installing the latest version of the library here
  2. Once installed, import the appropriate modules into your project:
import { XYZ } from "hypixel-ts-library";
  1. Profit

Next, read into the types available here

Future Development Plans

Future development plans for the library:

  • Calculations for SkyBlock net worth utility functions
  • Crafting cost for SkyBlock items functions
  • Exp Curves for all professions
  • More

Versioning Requirements

As of most recent updates/developments, this guide is accurate as of: v1.1.0

If you are using an older version, then some aspects of this guide might not work. To combat outdated information, there will be documentation noting version requirements where applicable.

Clone this wiki locally