ColoredTablist
Very Simple Plugin to color your Playerlist!
Support my Work and visit my Homepage!
French translation 
ColoredTablist for Sponge
FAQ Click me before you ask something!
How it works:
- Install Vault
- Install the Plugin. (Drop the coloredtablist.jar file into your /plugins folder)
- Choose a Permissions Node named by the color.
Example: 'coloredtablist.blue' stands for blue :)
OR set 'UserPermissions' to false in the config and choose a color-code !scroll down! - Give a User (or a Group) the specifc Permissions Node.
OR give a Group the specific Color Code in the Config
Now when the User joins he automatically gets colored in the Playerlist (press Tab).
Commands:
You can use /ctl instead of /coloredtablist
- /coloredtablist help = Shows a help Page with available Commands.
- /coloredtablist reload = Reloads Config and Playerlist
- /coloredtablist colors = View List of Color-Codes.
- /coloredtablist nick <nickname> = Changes your Name in the Tablist until you reconnect or the Server reloads.
Config Commands:
- /coloredtablist set usepermissions <true/false>
- /coloredtablist set usechatnames <true/false>
- /coloredtablist set prefix<1> <colors>
- /coloredtablist set groups <group> <prefix/suffix> <value>
Configuration:
Version: 2.1.0
#Whether or not Permissions should be used instead of Groups: UsePermissions: true #Whether or not Displaynames should be used UseChatNames: false #If it should update a player name every 15 seconds UpdateEvery15Seconds: true #Write the Groups in, like here. Use "" as Prefix to dont have one. You can use Colors in Prefix using & so &4 would be red. Groups: Member: prefix: '&e' suffix: '[M]' Admin: prefix: '&a' suffix: '[A]' #Set text for coloredtablist.prefix1 here: prefix1: '&b' #Set text for coloredtablist.prefix2 here: prefix2: exp #Set text for coloredtablist.prefix3 here: prefix3: mod #Set text for coloredtablist.prefix4 here: prefix4: admin #Set text for coloredtablist.prefix5 here: prefix5: boss #Set text for coloredtablist.prefix6 here: prefix6: idk
Permissions:
Color Codes:
Use them in Config with "&" instead of "#" and as Fullname in Permissions

| Symbol | Effect/Name |
|---|---|
| k | Magic/Random |
| l | Bold |
| m | |
| n | Underlined |
| o | Italic |
Videos:
English
German
French
Known Bugs:
- Max 14 Characters are shown in the Tablist, longer Names are shortened to 14 (Otherwise it would show an Error because 16 Characters is max. (and we are using Colors so its 16 -2 = 14 O.o)
Dont forget to Subscribe for File Updates!
Visit my Homepage!
This Plugin collects anonymous datas about your Server for mcstats.org
-
View User Profile
-
Send Message
Posted Jul 18, 2012So u'll delete this function in a future right? oh... it was really cool :)
-
View User Profile
-
Send Message
Posted Jul 18, 2012@predawnia
@Mayhem777
it's not bugged thats because of the way minecraft arranges the names in the list, I forgot about that :/ and I'm pretty sure its client sided so I can't do anything against it (again x( )
-
View User Profile
-
Send Message
Posted Jul 18, 2012Same problem, if more than 1 player with long name, the names get bugged with each other
-
View User Profile
-
Send Message
Posted Jul 18, 2012If 2 names with long names, the scrolling will jump between the 2
-
View User Profile
-
Send Message
Posted Jul 16, 2012@mcheaven
If so, make it something optional :-)
Awesome update btw, thanks!
-
View User Profile
-
Send Message
Posted Jul 16, 2012"Added "ScrollLongNames" Option, when activated long names (16+) will be scrolled from right to left." AWESOOOOOMMMEEEE!!!
-
View User Profile
-
Send Message
Posted Jul 16, 2012@dropposite
it's possible, I'll think about the best implementation (v1.7+)
-
View User Profile
-
Send Message
Posted Jul 15, 2012i was wondering if there is a way to make it show a player in the tablist, when they really arent on the server at all. For fun, and also, to make it look like the servers admin is signed on when he really isnt.
Then when the admin signs on, the fake name would disappear and be replaced with the real admin....
sometimes griefers sign on and hit tab, and when they see an admin on, they sign off....id like to make it so an admin is always in the list.... follow me?
-
View User Profile
-
Send Message
Posted Jul 10, 2012@charliesuits
its a known bug since version 0.1 and I really can't do anything against it also using the autocomplete thing you'd had to type §2a and hit tab but thats not possible in multiplayer..
-
View User Profile
-
Send Message
Posted Jul 10, 2012love the plugins but my admins dislike not being able to hit tab to get playernames say typing charlie then hitting tab to get the rest (charliesuits)
-
View User Profile
-
Send Message
Posted Jul 9, 2012@Dinastya
its a known bug since version 0.1 and I really can't do anything against it also using the autocomplete thing you'd had to type §2a and hit tab but thats not possible in multiplayer..
-
View User Profile
-
Send Message
Posted Jul 9, 2012Any chance to fix autofill names when using tab?
With colored names it doesn't work.
And when a name is colored dark green and i try do &2a and then hit tab it still doesn't autofill it.
-
View User Profile
-
Send Message
Posted Jul 8, 2012@codydbgt
any errors?
-
View User Profile
-
Send Message
Posted Jul 7, 2012i wish this worked ;\
http://pastebin.com/KezTX9WH < config
http://pastebin.com/iCQcQDT2 < permissions
-
View User Profile
-
Send Message
Posted Jul 6, 2012@Curranmac
its because you are using the * node (pex). That way you have every prefix. Just configurate the plugin!
-
View User Profile
-
Send Message
Posted Jul 6, 2012since i downloaded this plugin and installed it and haven't configed it yet its saying that this "player" idkBOSSadminmode" is online i tryed kicking everyone and he was still online idk if this is part of the plugin or what?am i able to disable it?
please reply
-
View User Profile
-
Send Message
Posted Jul 5, 2012@mcheaven It's Vault. I have a default permissions group.
-
View User Profile
-
Send Message
Posted Jul 4, 2012@Mayhem777
R4 came out a month ago why should coloredtablist just stop working on it? O.o
@RealityIntern
so you have no default group or isn't vault getting the default group correctly?
-
View User Profile
-
Send Message
Posted Jul 3, 2012Line 67 of CT_Listener is giving an NPE when a player without a group triggers a join/chat event. getPrimaryGroup presumably returns null even though you'd expect "default". This is with UsePermissions: false, v1.5.2, PermissionsBukkit v1.6, Vault 1.2.16.
[edit] It looks like a problem with the way Vault uses the PermissionsBukkit API, returning null whenever there is no player data, even though PermissionsBukkit wants to return default if you just look up the groups for a player instead of looking up if there's player info.
It seems other people brought it up but they closed the ticket. https://github.com/MilkBowl/Vault/issues/193
-
View User Profile
-
Send Message
Posted Jul 3, 2012@Mayhem777
It still is :D