SimpleTabColors
SimpleTabColors
A lightweight that adds permission-based colors to your tab list.
To have a player or group get a special color in the list, simply give them a permission that looks something like simpletabcolors.[color code]. For example, the permission simpletabcolors.4 applied to your admins group would give them a dark red name in the tab list.
This was designed to be a lightweight, permission-based plugin. It's less than 30 lines of code, and will remain working with future Bukkit/Minecraft updates for the foreseeable future with no updates required. Don't be worried if it hasn't been updated for 6 months!
Permissions
- simpletabcolors.[color code]: Gives the player with the permission a name in the tab list that is colored with the given color code.
The * Node Issue/Solution
If you have a permissions plugin that allows you to have a * node permission, this will give you all permissions, including the permissions for all the colors in the tab list. The first permission it finds will be used, which means if you have the star node, you'll usually have black.
When using the * node, you'll want to negate the permissions for all the colors you don't want until you get to the color you want. For example, in bPermissions, you negate permissions by using a minus sign in front of the permission. That might make your permissions look something like this:
- * - -simpletabcolors.1 # Negate every color you don't want. - -simpletabcolors.2 - -simpletabcolors.3 - simpletabcolors.4 # This one isn't negated because you want the dark red color (4).
You only have to negate permissions if you have or inherit the * node. The plugin should work fine under all other circumstances.
Screenshot

-
View User Profile
-
Send Message
Posted Aug 4, 2013with group manager owners or black in default and i cant change it
-
View User Profile
-
Send Message
Posted Jul 15, 2013@KevinEssence
You'd need a chat formatting plugin for that.
-
View User Profile
-
Send Message
Posted Jul 11, 2013@chaseoes
Can you make it so their name is colored in chat as well?
-
View User Profile
-
Send Message
Posted Jul 7, 2013@Avontiz
Negate the permissions they shouldn't have.
-
View User Profile
-
Send Message
Posted Jul 7, 2013It's so frustrating how this dosen't work with Inherited Groups, like I want my Mods to have aqua but they have Gold due to the fact they inherit from Members which are Gold. What can I do? Also Owners which have - * are default black... I want them red?
-
View User Profile
-
Send Message
Posted Jul 5, 2013This is still a problem.
Causes the server to crash and restart.
-
View User Profile
-
Send Message
Posted Jun 29, 2013The only way to remove the shortening of names is to use the scoreboard to give the colors. But i know that only works if you can see the name in-game and not in the tab list, I do not know if it will work with tablist
-
View User Profile
-
Send Message
Posted Jun 28, 2013@AlexHH1997
It does not need to be updated.
-
View User Profile
-
Send Message
Posted Jun 28, 2013@chaseoes Chase any chance of updating it to 1.5.2? Just to be on the safe side?
-
View User Profile
-
Send Message
Posted Jun 18, 2013@bmproductions67
No.
-
View User Profile
-
Send Message
Posted Jun 18, 2013Can you make it so you can make your name bold with a color? For example Ben2552 is the color red and it is bold.
-
View User Profile
-
Send Message
Posted Jun 10, 2013Ah ok.
-
View User Profile
-
Send Message
Posted Jun 9, 2013@RobinHood999
Minecraft has a 16 character limit on names and the colors add 2 characters, so the name needs to be shortened by 2-4 characters.
-
View User Profile
-
Send Message
Posted Jun 9, 2013Why not?
-
View User Profile
-
Send Message
Posted Jun 9, 2013Does the Owner have a spazzing Colors?
-
View User Profile
-
Send Message
Posted Jun 6, 2013@RobinHood999
Not possible.
@rangewonk
Not possible to fix.
-
View User Profile
-
Send Message
Posted Jun 6, 2013Very nice! Although it NEEDS to not shorten names.
-
View User Profile
-
Send Message
Posted May 31, 2013Hey, could you add support for Magic Codes too? like l m n o k? and like you said below, get rid of the shortening of names.
If you cant find the time to do it, or what ever reason, Could you provide the source? This is littealrly the only one of your plugins I couldent find the source for.
-
View User Profile
-
Send Message
Posted May 20, 2013The plugin worked, although it shortened the names of some of my players so i had to remove it.
-
View User Profile
-
Send Message
Posted May 17, 2013@zyxep
negate nodes, like:
- simpletabcolors.8
- -simpletabcolors.*
If you can't do like this you should think about changing permission plugin