Make a function to see if someone is on hypixel #435
LunarMinus
started this conversation in
Ideas
Replies: 2 comments 2 replies
-
Is there a reason you're not using the Java API wrapper (found in this repo)? If you were, you could simplify it down to just boolean isOnline = api.getStatus(playerUUID).get().getSession().isOnline(); |
Beta Was this translation helpful? Give feedback.
2 replies
-
You can already check if someone is online, the URL: https://api.hypixel.net/status |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was thought that maybe there could be a function that returns a boolean that checks if someone is on hypixel. For example:
(This is really bad code but I made it really quick with a video and could definitely be improved, but it works)
Beta Was this translation helpful? Give feedback.
All reactions