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}`); |
When the player logs into hypixel, we get kicked with this message:
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.
node-autotip/index.js
Line 146 in 97b0d66