Minecraft get list of server's playersMC Command blocks - teams!Why is my server's memory usage so high with just 5 players online?Stop Minecraft Ticks when zero players onlineHow can I detect a player's score against other players?How can I enable cheats for the players on a Minecraft Server from the console?Login System on Vanilla ServerHow to find the IP of a Minecraft serverHow can I send a message to all players in the minecraft server?Get plugins (like Multiverse) in a normal Minecraft server?How to teleport players from one radius to the same relative locations in another?
How do these cubesats' whip antennas work?
Does the length of a password for Wi-Fi affect speed?
Does this smartphone photo show Mars just below the Sun?
Where to pee in London?
Is Odin inconsistent about the powers of Mjolnir?
Game schedule where each player meets only once
Validation and verification of mathematical models
What could prevent players from leaving an island?
How do I get the =LEFT function in excel, to also take the number zero as the first number?
Differentiability of operator norm
Is there a difference between 「目を覚ます」 and 「目覚める」
Is DC heating faster than AC heating?
What are these mathematical groups in U.S. universities?
Why can I log in to my Facebook account with a misspelled email/password?
Is the Folding Boat truly seaworthy?
Why ReLU function is not differentiable at 0?
What word best describes someone who likes to do everything on his own?
Repeated! Factorials!
Responding to Plague Engineer
Why don't the open notes matter in guitar chords?
Why does putting a dot after the URL remove login information?
If someone else uploads my GPL'd code to Github without my permission, is that a copyright violation?
How to check a file was encrypted (really & correctly)
Is this cheap "air conditioner" able to cool a room?
Minecraft get list of server's players
MC Command blocks - teams!Why is my server's memory usage so high with just 5 players online?Stop Minecraft Ticks when zero players onlineHow can I detect a player's score against other players?How can I enable cheats for the players on a Minecraft Server from the console?Login System on Vanilla ServerHow to find the IP of a Minecraft serverHow can I send a message to all players in the minecraft server?Get plugins (like Multiverse) in a normal Minecraft server?How to teleport players from one radius to the same relative locations in another?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I want to get list of currently connected Minecraft players on some server, using some sort of API.
E.g: myapi.com/playerlist.php?ip=<SERVER_IP>
Which results something like this:
player1
player2
player3
minecraft minecraft-server
add a comment |
I want to get list of currently connected Minecraft players on some server, using some sort of API.
E.g: myapi.com/playerlist.php?ip=<SERVER_IP>
Which results something like this:
player1
player2
player3
minecraft minecraft-server
Are you looking for getting the player list on a server you control, or any online multiplayer server?
– Malco
Sep 14 '17 at 16:10
If you would just like the total number of players you can easily get that using mcapi.us which will just poll the server for you.
– Jake
Sep 14 '17 at 16:18
1
Have you made any attempt to solve this yourself? Arqade works better when askers show effort to solve their own problems; we see that you have a problem you've worked on, and answerers respond to that. You also get a more specific answer that's tailored exactly to the part you're stuck, and Arqade gets a very specific question. Everybody wins!
– Frank♦
Sep 14 '17 at 17:02
Ok, Frank, usually that comment fits, but really not in this case. It's not a dumb question.
– Fabian Röling
Sep 14 '17 at 21:31
1
@Fabian There is zero effort shown by the asker. Question validity is irrelevant.
– Frank♦
Sep 15 '17 at 1:57
add a comment |
I want to get list of currently connected Minecraft players on some server, using some sort of API.
E.g: myapi.com/playerlist.php?ip=<SERVER_IP>
Which results something like this:
player1
player2
player3
minecraft minecraft-server
I want to get list of currently connected Minecraft players on some server, using some sort of API.
E.g: myapi.com/playerlist.php?ip=<SERVER_IP>
Which results something like this:
player1
player2
player3
minecraft minecraft-server
minecraft minecraft-server
edited 56 mins ago
pppery
1,5081 gold badge8 silver badges20 bronze badges
1,5081 gold badge8 silver badges20 bronze badges
asked Sep 14 '17 at 16:08
s0m30n3s0m30n3
6
6
Are you looking for getting the player list on a server you control, or any online multiplayer server?
– Malco
Sep 14 '17 at 16:10
If you would just like the total number of players you can easily get that using mcapi.us which will just poll the server for you.
– Jake
Sep 14 '17 at 16:18
1
Have you made any attempt to solve this yourself? Arqade works better when askers show effort to solve their own problems; we see that you have a problem you've worked on, and answerers respond to that. You also get a more specific answer that's tailored exactly to the part you're stuck, and Arqade gets a very specific question. Everybody wins!
– Frank♦
Sep 14 '17 at 17:02
Ok, Frank, usually that comment fits, but really not in this case. It's not a dumb question.
– Fabian Röling
Sep 14 '17 at 21:31
1
@Fabian There is zero effort shown by the asker. Question validity is irrelevant.
– Frank♦
Sep 15 '17 at 1:57
add a comment |
Are you looking for getting the player list on a server you control, or any online multiplayer server?
– Malco
Sep 14 '17 at 16:10
If you would just like the total number of players you can easily get that using mcapi.us which will just poll the server for you.
– Jake
Sep 14 '17 at 16:18
1
Have you made any attempt to solve this yourself? Arqade works better when askers show effort to solve their own problems; we see that you have a problem you've worked on, and answerers respond to that. You also get a more specific answer that's tailored exactly to the part you're stuck, and Arqade gets a very specific question. Everybody wins!
– Frank♦
Sep 14 '17 at 17:02
Ok, Frank, usually that comment fits, but really not in this case. It's not a dumb question.
– Fabian Röling
Sep 14 '17 at 21:31
1
@Fabian There is zero effort shown by the asker. Question validity is irrelevant.
– Frank♦
Sep 15 '17 at 1:57
Are you looking for getting the player list on a server you control, or any online multiplayer server?
– Malco
Sep 14 '17 at 16:10
Are you looking for getting the player list on a server you control, or any online multiplayer server?
– Malco
Sep 14 '17 at 16:10
If you would just like the total number of players you can easily get that using mcapi.us which will just poll the server for you.
– Jake
Sep 14 '17 at 16:18
If you would just like the total number of players you can easily get that using mcapi.us which will just poll the server for you.
– Jake
Sep 14 '17 at 16:18
1
1
Have you made any attempt to solve this yourself? Arqade works better when askers show effort to solve their own problems; we see that you have a problem you've worked on, and answerers respond to that. You also get a more specific answer that's tailored exactly to the part you're stuck, and Arqade gets a very specific question. Everybody wins!
– Frank♦
Sep 14 '17 at 17:02
Have you made any attempt to solve this yourself? Arqade works better when askers show effort to solve their own problems; we see that you have a problem you've worked on, and answerers respond to that. You also get a more specific answer that's tailored exactly to the part you're stuck, and Arqade gets a very specific question. Everybody wins!
– Frank♦
Sep 14 '17 at 17:02
Ok, Frank, usually that comment fits, but really not in this case. It's not a dumb question.
– Fabian Röling
Sep 14 '17 at 21:31
Ok, Frank, usually that comment fits, but really not in this case. It's not a dumb question.
– Fabian Röling
Sep 14 '17 at 21:31
1
1
@Fabian There is zero effort shown by the asker. Question validity is irrelevant.
– Frank♦
Sep 15 '17 at 1:57
@Fabian There is zero effort shown by the asker. Question validity is irrelevant.
– Frank♦
Sep 15 '17 at 1:57
add a comment |
2 Answers
2
active
oldest
votes
You can do this by using the Query API documented here: http://wiki.vg/Query
Is this an official wiki?
– esqew
Apr 13 '18 at 16:37
No, it isn't. It's made by the community, but it is accurate.
– Joseph
Apr 14 '18 at 8:29
add a comment |
To see the people playing on a server, click and hold "tab" on your keyboard(while playing in that same server). A list should pop up listing all the current players on the server. Release "tab" to close the list.
The question is asking for using some API, not in-game.
– TheOnlyMrCat
Mar 12 '18 at 5:16
oh...whoops i just probably delete this, shouldn't I?
– AmazingSundae
Mar 13 '18 at 20:21
It is your choice
– TheOnlyMrCat
Mar 13 '18 at 20:22
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "41"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgaming.stackexchange.com%2fquestions%2f318195%2fminecraft-get-list-of-servers-players%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
You can do this by using the Query API documented here: http://wiki.vg/Query
Is this an official wiki?
– esqew
Apr 13 '18 at 16:37
No, it isn't. It's made by the community, but it is accurate.
– Joseph
Apr 14 '18 at 8:29
add a comment |
You can do this by using the Query API documented here: http://wiki.vg/Query
Is this an official wiki?
– esqew
Apr 13 '18 at 16:37
No, it isn't. It's made by the community, but it is accurate.
– Joseph
Apr 14 '18 at 8:29
add a comment |
You can do this by using the Query API documented here: http://wiki.vg/Query
You can do this by using the Query API documented here: http://wiki.vg/Query
answered Mar 11 '18 at 19:15
JosephJoseph
951 silver badge7 bronze badges
951 silver badge7 bronze badges
Is this an official wiki?
– esqew
Apr 13 '18 at 16:37
No, it isn't. It's made by the community, but it is accurate.
– Joseph
Apr 14 '18 at 8:29
add a comment |
Is this an official wiki?
– esqew
Apr 13 '18 at 16:37
No, it isn't. It's made by the community, but it is accurate.
– Joseph
Apr 14 '18 at 8:29
Is this an official wiki?
– esqew
Apr 13 '18 at 16:37
Is this an official wiki?
– esqew
Apr 13 '18 at 16:37
No, it isn't. It's made by the community, but it is accurate.
– Joseph
Apr 14 '18 at 8:29
No, it isn't. It's made by the community, but it is accurate.
– Joseph
Apr 14 '18 at 8:29
add a comment |
To see the people playing on a server, click and hold "tab" on your keyboard(while playing in that same server). A list should pop up listing all the current players on the server. Release "tab" to close the list.
The question is asking for using some API, not in-game.
– TheOnlyMrCat
Mar 12 '18 at 5:16
oh...whoops i just probably delete this, shouldn't I?
– AmazingSundae
Mar 13 '18 at 20:21
It is your choice
– TheOnlyMrCat
Mar 13 '18 at 20:22
add a comment |
To see the people playing on a server, click and hold "tab" on your keyboard(while playing in that same server). A list should pop up listing all the current players on the server. Release "tab" to close the list.
The question is asking for using some API, not in-game.
– TheOnlyMrCat
Mar 12 '18 at 5:16
oh...whoops i just probably delete this, shouldn't I?
– AmazingSundae
Mar 13 '18 at 20:21
It is your choice
– TheOnlyMrCat
Mar 13 '18 at 20:22
add a comment |
To see the people playing on a server, click and hold "tab" on your keyboard(while playing in that same server). A list should pop up listing all the current players on the server. Release "tab" to close the list.
To see the people playing on a server, click and hold "tab" on your keyboard(while playing in that same server). A list should pop up listing all the current players on the server. Release "tab" to close the list.
answered Oct 29 '17 at 17:34
AmazingSundaeAmazingSundae
278 bronze badges
278 bronze badges
The question is asking for using some API, not in-game.
– TheOnlyMrCat
Mar 12 '18 at 5:16
oh...whoops i just probably delete this, shouldn't I?
– AmazingSundae
Mar 13 '18 at 20:21
It is your choice
– TheOnlyMrCat
Mar 13 '18 at 20:22
add a comment |
The question is asking for using some API, not in-game.
– TheOnlyMrCat
Mar 12 '18 at 5:16
oh...whoops i just probably delete this, shouldn't I?
– AmazingSundae
Mar 13 '18 at 20:21
It is your choice
– TheOnlyMrCat
Mar 13 '18 at 20:22
The question is asking for using some API, not in-game.
– TheOnlyMrCat
Mar 12 '18 at 5:16
The question is asking for using some API, not in-game.
– TheOnlyMrCat
Mar 12 '18 at 5:16
oh...whoops i just probably delete this, shouldn't I?
– AmazingSundae
Mar 13 '18 at 20:21
oh...whoops i just probably delete this, shouldn't I?
– AmazingSundae
Mar 13 '18 at 20:21
It is your choice
– TheOnlyMrCat
Mar 13 '18 at 20:22
It is your choice
– TheOnlyMrCat
Mar 13 '18 at 20:22
add a comment |
Thanks for contributing an answer to Arqade!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgaming.stackexchange.com%2fquestions%2f318195%2fminecraft-get-list-of-servers-players%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Are you looking for getting the player list on a server you control, or any online multiplayer server?
– Malco
Sep 14 '17 at 16:10
If you would just like the total number of players you can easily get that using mcapi.us which will just poll the server for you.
– Jake
Sep 14 '17 at 16:18
1
Have you made any attempt to solve this yourself? Arqade works better when askers show effort to solve their own problems; we see that you have a problem you've worked on, and answerers respond to that. You also get a more specific answer that's tailored exactly to the part you're stuck, and Arqade gets a very specific question. Everybody wins!
– Frank♦
Sep 14 '17 at 17:02
Ok, Frank, usually that comment fits, but really not in this case. It's not a dumb question.
– Fabian Röling
Sep 14 '17 at 21:31
1
@Fabian There is zero effort shown by the asker. Question validity is irrelevant.
– Frank♦
Sep 15 '17 at 1:57