Skip to content

Temporarily disable on player join #41

@SeasonalFerret

Description

@SeasonalFerret

When the player logs into hypixel, we get kicked with this message:

info:  Kicked for {"extra":[{"color":"red","text":"You logged in from another location!"}],"text":""}

When that happens, wait 5 minutes and check hypixel API for player online status.
https://api.hypixel.net/#tag/Player-Data/paths/~1status/get

If the user is online, just wait another 5 minutes.
If it says the user is offline, we can reconnect and continue.

logger.info(`Kicked for ${reason}`);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions