The most reliable way to tell whether we're in Skyblock or not is via /locraw. We have been advised to use it by Hypixel admins, and no one has any qualms as long as it is implemented properly.
This issue details an implementation of /locraw handling, sending, parsing, and storing.
Tasks
Considerations for discussion
- Maximum threshold (ms) for hiding a locraw response from user chat? (balance possible lag vs accidentally showing locraw)
- Maximum threshold (ms) for re-sending /locraw if another mod sent it?
The most reliable way to tell whether we're in Skyblock or not is via
/locraw. We have been advised to use it by Hypixel admins, and no one has any qualms as long as it is implemented properly.This issue details an implementation of
/locrawhandling, sending, parsing, and storing.Tasks
Considerations for discussion