Chat listener

onChatReceived

Given that BapUtils relies on numerous (Hypixel) chat messages, it is advisable to keep the chat enabled at all times, with particular emphasis on ensuring the visibility of the party chat.

Features implementing chat events

BapUtils listens for the frequently sent message "going in 5s" as a cue to prepare teammates before entering a dungeon run.

Utilizing this message, BapUtils will seamlessly join the latest entered floor after a designated delay. In cases where no recent floor is detected, an additional argument can be provided (e.g., "going in 5s f7"). The delay, measured in seconds, must fall within the range of 0 to 127 (byte).

Last updated