IRCTransport icon indicating copy to clipboard operation
IRCTransport copied to clipboard

Add a group "variable"

Open N4th4 opened this issue 14 years ago • 2 comments

With this, you can use %group% in the nickPrefix or in the nickSuffix. %group% will be replaced by the player's group.

N4th4 avatar Jun 03 '11 15:06 N4th4

I appreciate the patch but: I am trying very hard not to rely on external plugins directly. For things like custom message formatting I am working with bukkit's service manager system to support feeding data into iChat.

hef avatar Jun 06 '11 13:06 hef

referencing http://forums.bukkit.org/threads/permissions-faq.25080/:

bukkit now has a built in permissions api. Dinnerbone recommends this method for prefixes.

For example, if you're trying to figure out which group should have which chat prefix, have a config file listing permission nodes -> prefixes. The server owner sets which node you should set on, and if someone has this node give them that prefix.

I plan on implementing this feature using the above method.

hef avatar Sep 12 '11 17:09 hef