Skip to main content

ClientOptions

The client options.

Index

Properties

Properties

optionalapiKeys

apiKeys?: null | string[]

A list of hypixel API keys. Only one will be used at a time. If the API returns a 403/429 error with one key, the next in the list will be used. This is optional to provide as some managers support non auth requests.

optionaldebug

debug?: boolean | trace

Enable debug mode. This will log all requests and responses to the console. For more verbose logging, set this to 'trace'.

Page Options