3.3.7 • Published 2 years ago

hypixelconstants v3.3.7

Weekly downloads
6
License
MIT
Repository
github
Last release
2 years ago

hypixelconstants

Constant data for Hypixel applications. Useful for processing data from the Hypixel API.

List of Content

ResourceDescription
achievementsAchievement data mirrored from the Hypixel Documentation
achievements_extendedExtended achievement data that includes things such as total achievements and points per game
guild_achievementsGuild achievements
challengesChallange data mirrored from the Hypixel Documentation
game_typesData useful for conversion between different game type names
skyblock_collectionsSkyBlock collections
skyblock_skillsSkyBlock skills
skyblock_itemsSkyBlock item ID conversion table
skyblock_bazaarSkyBlock bazaar item info
languagesData of languages Hypixel is currently translated to
modesHypixel minigame modes
pet_xpArray containing the required xp to pet leveling
questsQuest data mirrored from the Hypixel API Documentation

Example usage

  • Run npm install hypixelconstants

The following code snippet prints quest data to the console.

const constants = require('hypixelconstants');
const { quests } = constants.quests;

console.log(quests);

Notes

  • Manually maintained files are located in the json directory
  • Some data is fetched from remote sources
  • Update and regenerate build: npm run build
3.3.7

2 years ago

3.3.6

3 years ago

3.3.5

3 years ago

3.3.4

3 years ago

3.3.3

3 years ago

3.3.1

3 years ago

3.3.2

3 years ago

3.3.0

3 years ago

3.2.2

4 years ago

3.2.1

4 years ago

3.2.0

4 years ago

3.1.0

4 years ago

3.0.11

5 years ago

3.0.10

5 years ago

3.0.9

5 years ago

3.0.8

5 years ago

3.0.7

5 years ago

3.0.4

5 years ago

3.0.3

5 years ago

3.0.2

5 years ago

3.0.1

5 years ago

3.0.0

5 years ago

2.3.6

6 years ago

2.3.5

6 years ago

2.3.4

6 years ago

2.3.3

6 years ago

2.3.2

6 years ago

2.3.1

6 years ago

2.3.0

6 years ago

2.2.2

6 years ago

2.2.1

6 years ago

2.2.0

6 years ago

2.1.3

6 years ago

2.1.2

6 years ago

2.1.1

6 years ago

2.1.0

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.5.2

6 years ago

1.5.1

6 years ago

1.4.0

6 years ago

1.3.0

6 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago