-
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Logan Johnson edited this page May 3, 2024
·
2 revisions
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.
- You can get started by first installing the latest version of the library here
- Once installed, import the appropriate modules into your project:
import { XYZ } from "hypixel-ts-library";- Profit
Next, read into the types available here
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
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.