grandwazir / jChat

Bukkit plugin to give chat titles to players
grandwazir.github.io/jChat
GNU General Public License v2.0
1 stars 0 forks source link

jchat not displaying prefixes correctly #6

Closed Vinomadd closed 11 years ago

Vinomadd commented 12 years ago

I am using the newest recommended build of Craftbukkit.

PermissionsBukkit

And Jchat 1.4.4 (also tried with 1.4.3)

What I am getting is, instead of a color and the prefix, I'm getting the color code in white. Like, for my Administrator class, it's supposed to be '&PURPLE[ADMIN]'. But it's showing that instead of just a purple admin prefix. Worst off, everyone seems to be set to guest which is displaying as &DARK_GREY[GUEST]'.

The problem persists when the server is restarted, and both jchat and permissionsbukkit are reloaded.

Here is my permissions config, followed by my jchat config.

PermissionsBukkit Config: users: Gullgutt00: groups:


Jchat Config:

debugging: false surpress-list-name-too-long-warning: false colour-messages: death: true join: true list: true quit: true prefix: Default: '&DARK_GREY[GUEST]' Everyone: '&WHITE' Regulars: '&BRIGHT_GREEN[REG.]' Citizen: '&DARK_GREEN[CIT.]' Merchant: '&YELLOW[MERCH.]' Banker: '&GOLD[BANK.]' Moderators: '&RED[MOD]' Administrators: '&PURPLE[ADMIN]' suffix: default: ''

Vinomadd commented 12 years ago

My apologies, I see that it didn't include the formatting.

http://www.scribd.com/The_Strange_Remain has only two documents, my jchat and permissionsbukkit configs

grandwazir commented 11 years ago

This is most likely fixed now with the new weight system.

Vinomadd commented 11 years ago

You're seriously replying to my problem a year later?

Never using this plugin again.