-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get offline players #145
Comments
Hi, actually there is no method {
"link": "string",
"name": "string",
"online": true,
"uuid": "string"
} |
Thanks, but I wouldn't have asked for this if the GET |
Hi, getting the offline players proved to be pretty hard the last time I tried. But it was quite a while ago when I last tried. |
Wouldn't it be possible to loop over those data files ? |
Theoretically yes, I'm not sure if Sponge has a built-in way to do this. I'm currently rewriting this plugin from scratch to include support for other minecraft API (such as spigot/paper and forge) and I hope to have first draft version out sometime soon. I'll see if I can include an option to list offline players, and add that to the Sponge version as well. |
Actually, please prioritize Spigot support 😉
…________________________________
From: Marco <[email protected]>
Sent: Monday, February 22, 2021 2:27:42 PM
To: Valandur/Web-API <[email protected]>
Cc: KaKi87 <[email protected]>; Author <[email protected]>
Subject: Re: [Valandur/Web-API] Get offline players (#145)
Theoretically yes, I'm not sure if Sponge has a built-in way to do this. I'm currently rewriting this plugin from scratch to include support for other minecraft API (such as spigot/paper and forge) and I hope to have first draft version out sometime soon. I'll see if I can include an option to list offline players, and add that to the Sponge version as well.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#145 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AFCMJ6LNZBTL6AYF5FWYBRDTAJLU5ANCNFSM4XSIKOFQ>.
|
Hello,
How can I list offline players ?
Thanks
The text was updated successfully, but these errors were encountered: