Simple Player List

Main | Installation | Configuration
Description
Simple Player List is the successor to OnlinePlayers. It is a plugin which collects the currently active members on your server and sends the information to a webpage that can be viewed by the public.
It displays whether or not the server is online, the users who are currently online (if any) and the number of users online out of the total that can be online.
There are two configuration files. One for the Bukkit plugin, so that it can connect to the PHP script. The other is to configure the functionality of the actual list display.
Permissions support (which is entirely optional), to enable the creation of custom ranks. You can create as many ranks as you want, and call them whatever you like. The purpose is to add a little tag, or prefix before the user's name in the player list.
Features
- Automatically updating active player list, viewable as a webpage.
- Permissions support for custom ranks. (Optional)
- Easy to configure with simple and explained config files.
- Status of the server is displayed as offline or online.
- Run on ANY Server. The server can send the list to any website or computer that has the correct php files. This means if the physical Minecraft server is off, the scripts can still run and display that the server is offline.
- Compact display. No confusing extra crap around the page to distract from the real purpose of the list.
- The ability to display a users skin face next to their name.
- The format of the list can be altered and parts removed to get exactly what you want.
- Give your users ranks with the config.yml file and simple permission nodes.
- Simple Prefix (link) integration. If you are running Simple Prefix, users prefixes will be used as ranks.
Preview

To Do's
- Order the players in the list by their ranks.
-
View User Profile
-
Send Message
Posted Jul 21, 2014@Schneidertm
This a message is from bukkit! Bukkit dont recommend "spaces" or character called 0x20 on plugin folders(and plugin names)
-
View User Profile
-
Send Message
Posted Apr 29, 2014For me this is one of my favorite plugins. Its very harm that its abandoned. Yeah I know it still works, but what when there is a basic change in the bukkit api.. I cant find this on github, to update this for myself.
Atm just someone have to change the name ..
Someone find this on github? please let me know.
-
View User Profile
-
Send Message
Posted Mar 13, 2014@WhyIsItReal
Make sure in both plugin config.yml AND website config.php the passcodes are the same! If you change one and not the other, it will will error like that.
-
View User Profile
-
Send Message
Posted Mar 12, 2014It just says
When I go to the editor, it says wrong passcode. I know that the project is inactive, but can anyone help me?
-
View User Profile
-
Send Message
Posted Feb 16, 2014Hello!
I use "Spigot 1.7.2" works perfectly for me. I had to make some modifications. You can see the result here: http://www.reinosolvidados.net/
Greetings and thanks for the plugin, but it is idle.
-
View User Profile
-
Send Message
Posted Feb 10, 2014Please Update with the new Bukkit Beta it shows nothing on my website :(
-
View User Profile
-
Send Message
Posted Feb 10, 2014@Fodermester
You must go in the file "data.txt" and delete the second line, then it should work full and correctly! :D
-
View User Profile
-
Send Message
Posted Jan 16, 2014It works for me with no problems at all.
-
View User Profile
-
Send Message
Posted Dec 29, 2013@NoHoPeLess
I got the same problem !
-
View User Profile
-
Send Message
Posted Dec 21, 2013Please, PLEASE Update this awesomeness!
[Simple Player List] Can not connect to:
-
View User Profile
-
Send Message
Posted Dec 16, 2013@Willbbz
Its old but still working! But... at laste week this is happening with me, can not connect to: How you solved?
-
View User Profile
-
Send Message
Posted Nov 26, 2013Why do I get two identical lists right beside each other???
http://creepysuperzombie.com/simpleplayerlist/
-
View User Profile
-
Send Message
Posted Nov 14, 2013Thanks, it does work and i succsefully got it to work :) Thanks! Love the plugin!.
-
View User Profile
-
Send Message
Posted Nov 10, 2013@toguno
Yesss! Fine!! See http://areaz12server.tk/
-
View User Profile
-
Send Message
Posted Nov 6, 2013@toguno
Did for me :3
-
View User Profile
-
Send Message
Posted Nov 5, 2013Will the plugin work with 1.6.4?
-
View User Profile
-
Send Message
Posted Nov 3, 2013@codydbgt
Thanks!
How could you put the board on the right side? I managed to get it in the center by using <center></center>. But I want it to be on the right side :3
-
View User Profile
-
Send Message
Posted Nov 1, 2013Usualy the plugin cannot comunicate whit webserver... Fix please
-
View User Profile
-
Send Message
Posted Oct 25, 2013@codydbgt
That's a great piece of code....now do you know how to make it return the number 0 when no players are on instead of nothing?
Also here to report an error because it is telling me my server is offline but still showing 3/12 slots filled and showing the users online since it's really online
-
View User Profile
-
Send Message
Posted Oct 24, 2013add this to the receiver.php if you don't want duplicate of the same server name
find it in line 155
For full code see the pastbin link
http://pastebin.com/JRnNyPJp
EDIT: also never put a - or spaces in your server name or your config.php will end up like this you might find that when this does happens nothing works at all.
i added this on the printname() function around line 225
$name = str_replace("_"," ",$serverName);
and replaced all the $serverName with $name
this will hide underscores with a space :)