Based on an older project, I created AvatarQuery.
It queries your server and displays avatars of online players. It also updates automatically and shows player joins using javascript.
Installation:
1. Set enable-query to true in your server.properties file.
2. Add as many servers as you want in the avatarquery.php file.
Example:
Where port is the query-port from your server.properties.Code (Text):$servers = array(
'Skyblock' => array(
'ip' => '127.0.0.1',
'port' => '25555'
),
'Survival' => array(
'ip' => '127.0.0.1',
'port' => '25566'
)
);
Demo: http://www.mclive.eu/avatarquery-demo/avatarquery.php?server=Skyblock
Github: https://github.com/McLive/AvatarQuery

AvatarQuery 1.2.3
Queries your server and displays online users avatar.
-
File14 likes this.
Recent Updates
- Version 1.2.3 Mar 25, 2017
- Version 1.2.2 Jan 28, 2017
- Version 1.2.1 Jan 19, 2017
Recent Reviews
-
MajorLOLGaming
- 5/5,
Extremely good way to make something quite boring, look really good. Thanks for creating this!
-
NightYuki
- 5/5,
*-* thank you
------------------------------------------------------------------------ -
madwolfpack
- 5/5,
Works great with a few minor tweeks it fits into my forums perfect https://www.thekrypticmc.com/pages/status/
-
KaasEigenaar
- 4/5,
Nice plugin, but i cant install... the error is: Forbidden
You don't have permission to access /AvatarQuery-master/ on this server.
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
-----
please help -
TheProMike
- 5/5,
Have been looking for something like this for a while now, and it is absolutely amazing, thank you so much!
I just have one request for the future though, some server owners like myself use a different query port to server port to stop automatic querying. This means with the current config you can either use the server query port and get the player information to show, but it shows the server offline, or you can get it to show the amount of players that are on but not the player heads! Is it possible to add in an option to check both the port and query port?
Thank you again for an amazing website feature though!-
Author's Response
Sure! I'll add a feature to use different query ports in the next update. :)
-
Mr_Urfaneck
- 5/5,
Good stuff here ! Does what is said without any problem. Code easy to use. I make something nice on fr-minecraft.org. Thank you :)
-
Author's Response
Cool! I'm glad you like it :)
-
ProxCode
- 5/5,
A question for what does this serve for which page
Reply please..................................................-
Author's Response
Sorry I don't understand your question. You can add this script to your servers website.
If you have more questions, please post them at the discussion page for this resource.
-
ProxCode
- 5/5,
EZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ
-
Elioz
- 5/5,
Great system! but I have a question, I would like to implement this system in my website, I did this with the version 1 but this version is a little bit diffcult since it support hub.
-
Author's Response
It shoud be similar to 1.1. Where exactly do you have problems?
-
kiwibg
- 5/5,
Working perfectly. I was searching for something like this ! Thanks dude for making this awesome Query!