Colored Tags
Warning
This plugin is no longer maintained. While it may currently work, there no guarantees it will in the future. If you're looking for alternatives, try NametagEdit.
Requirements
- Vault
- A permissions plugin (PermissionsEx, bPermissions, GroupManager, ...)
Commands and permissions
Command | Permission | Information |
---|---|---|
/ctags, /coloredtags | - | Some info about the plugin and the author. |
/ctags reload | coloredtags.reload | Reloads the plugin. |
/ctags update | coloredtags.update | Permission to execute the command and receive an update notofication on join. |
Conflicts with other plugins
This plugin will probably conflict with any other plugin using scoreboard (most notably sidebars and colored tag names). It should work with HealthBar.
Metrics
This plugin uses Metrics-Lite, to track anonymous data about servers using this plugin. It will help the future developement, and has no impact on your server's performance. If you really want to disable it, go to the folder /plugins/PluginMetrics and set opt-out: true.
@McSmite Update HealthBar
@MagicXinventor This is not a ColoredTags error
@monstercat101 No, at the moment
@therealspoljo I will try to fix this asap
@therealspoljo
sorreh, it was actually an issue with tab deco :3
@monstercat101
How many characters does your prefix have?
I have players with long names that can't join, error message is 'Received string length longer than maximum allowed.' Is there anyway to fix this?
Could you somehow disable this in DeathMessages?
This is how it shows when I kill someone: Picture
@PreHunters
You are not supposed to have '*'.
Setup your permissions properly and stop being lazy lol.
Hey, I'm using this on my server, so I'm op and have the '*' permissions, but when I'm using this plugin, the color of my nametag changes all the time, once it is black, then it was orange after restarting the server, could you make as it ignored operators?
Support for suffixes?
@MagicXinventor
Well, you messed up something in globalgroups.yml.
EDIT: "Caused by: while scanning for the next token found character '\t' that cannot start any token in "<reader>", line 199, column 1: - coloredtags.user ^ at " That is your problem, could you paste your globalgroups.yml file to http://hastebin.com/?
19/06/2013 20:25:10 [SEVERE] GroupManager - SEVERE - =================================================== 19/06/2013 20:25:10 [SEVERE] GroupManager - SEVERE - = ERROR REPORT START - 2.0 (Pre2.11.1.4) (Phoenix) = 19/06/2013 20:25:10 [SEVERE] GroupManager - SEVERE - =================================================== 19/06/2013 20:25:10 [SEVERE] GroupManager - SEVERE - === PLEASE COPY AND PASTE THE ERROR.LOG FROM THE == 19/06/2013 20:25:10 [SEVERE] GroupManager - SEVERE - = GROUPMANAGER FOLDER TO AN ESSENTIALS DEVELOPER = 19/06/2013 20:25:10 [SEVERE] GroupManager - SEVERE - =================================================== 19/06/2013 20:25:10 [SEVERE] GroupManager - SEVERE - The following file couldn't pass on Parser. plugins\GroupManager\globalgroups.yml 19/06/2013 20:25:10 [SEVERE] GroupManager - SEVERE - =================================================== 19/06/2013 20:25:10 [SEVERE] GroupManager - SEVERE - = ERROR REPORT ENDED = 19/06/2013 20:25:10 [SEVERE] GroupManager - SEVERE - =================================================== 19/06/2013 20:25:10 [SEVERE] Error occurred while enabling GroupManager v2.0 (Pre2.11.1.4) (Phoenix) (Is it up to date?) java.lang.IllegalArgumentException: The following file couldn't pass on Parser. plugins\GroupManager\globalgroups.yml at org.anjocaido.groupmanager.GroupManager.onEnable(GroupManager.java:238) at org.anjocaido.groupmanager.GroupManager.onEnable(GroupManager.java:93) at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217) at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:457) at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381) at org.bukkit.craftbukkit.v1_5_R3.CraftServer.loadPlugin(CraftServer.java:282) at org.bukkit.craftbukkit.v1_5_R3.CraftServer.enablePlugins(CraftServer.java:264) at net.minecraft.server.v1_5_R3.MinecraftServer.j(MinecraftServer.java:304) at net.minecraft.server.v1_5_R3.MinecraftServer.e(MinecraftServer.java:283) at net.minecraft.server.v1_5_R3.MinecraftServer.a(MinecraftServer.java:243) at net.minecraft.server.v1_5_R3.DedicatedServer.init(DedicatedServer.java:151) at net.minecraft.server.v1_5_R3.MinecraftServer.run(MinecraftServer.java:382) at net.minecraft.server.v1_5_R3.ThreadServerApplication.run(SourceFile:573) Caused by: java.lang.IllegalArgumentException: The following file couldn't pass on Parser. plugins\GroupManager\globalgroups.yml at org.anjocaido.groupmanager.GlobalGroups.load(GlobalGroups.java:119) at org.anjocaido.groupmanager.GlobalGroups.<init>(GlobalGroups.java:44) at org.anjocaido.groupmanager.GroupManager.onEnable(GroupManager.java:163) ... 12 more Caused by: while scanning for the next token found character '\t' that cannot start any token in "<reader>", line 199, column 1: - coloredtags.user ^ at org.yaml.snakeyaml.scanner.ScannerImpl.fetchMoreTokens(ScannerImpl.java:358) at org.yaml.snakeyaml.scanner.ScannerImpl.checkToken(ScannerImpl.java:179) at org.yaml.snakeyaml.parser.ParserImpl$ParseIndentlessSequenceEntry.produce(ParserImpl.java:535) at org.yaml.snakeyaml.parser.ParserImpl.peekEvent(ParserImpl.java:161) at org.yaml.snakeyaml.parser.ParserImpl.checkEvent(ParserImpl.java:146) at org.yaml.snakeyaml.composer.Composer.composeSequenceNode(Composer.java:203) at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:158) at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:237) at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160) at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:237) at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160) at org.yaml.snakeyaml.composer.Composer.composeMappingNode(Composer.java:237) at org.yaml.snakeyaml.composer.Composer.composeNode(Composer.java:160) at org.yaml.snakeyaml.composer.Composer.composeDocument(Composer.java:123) at org.yaml.snakeyaml.composer.Composer.getSingleNode(Composer.java:106) at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:121) at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:480) at org.yaml.snakeyaml.Yaml.load(Yaml.java:423) at org.anjocaido.groupmanager.GlobalGroups.load(GlobalGroups.java:116) ... 14 more
Whats wrong?
[SEVERE] [ColoredTags] Plugin ColoredTags v1.0 has failed to register events for class com.gmail.filoghost.coloredtags.HealthBarListener because com/gmail/filoghost/healthbar/api/BarHideEvent does not exist.
I cannot get the name tags to work, or even the tab list.
I deleted TagAPI to see if it was that, and I have no idea why it isn't working.
pleas add function chat tags
whenever i do /pex user name add "group with a coloredtag" this happens:
http://pastebin.com/0YQcY5SF
@monstercat101
If you give them 'coloredtags.*', it will randomly scroll through all colors and custom tags to give them a random one every time they login.
Is there a permission for all perms like coloredtags.*? Also, can we get some support for scoreboardstats?
Coutd you add softdependency from Factions and Essentials? So could use color depend from group, world or faction??
I seem to be having problems when adding colors to admins (people with the '*' node). Even if I negate the all nodes seperately for the admin group or just negate coloredtags.* every time I reload the plugin, they have a random name color. It seems as though the star node overrides the negations. Which shouldn't be true.
EDIT: Nevermind. That was just my derping with permissions.
EDIT: Those only show up in the tab if the player has a long name!
For some reason, even when I disable the tab names, it still shows up in tab!
EDIT: It only shows up on tab with really long names!