![]() |
ChatColor - Printable Version +- Cuberite Forum (https://forum.cuberite.org) +-- Forum: Plugins (https://forum.cuberite.org/forum-1.html) +--- Forum: Plugin Releases (https://forum.cuberite.org/forum-2.html) +--- Thread: ChatColor (/thread-1166.html) |
ChatColor - NiLSPACE - 06-23-2013 ChatColor Is a plugin that lets you use colors in chat by using a customizable symbol. The Default is '@' You need r1622+ for this plugin to work. Permissions: chatcolor.use If a player has this permission then he can use colors in his chat. If he doesn't have the permission then the message will just be the same as the way he typed it. Configuration: ColorSymbol The symbol you have to use in your chat to make chatcolors work. The default is '@' Examples: if you use: @1Hi @eTh@cis @4is @6A @bTe@2st then you get: Hi This is A Test Bugs: If you have a plugin that shows the messages in console and it is loaded after this plugin then you get weird symbols in the console if the player uses colors. RE: ChatColor - xoft - 06-23-2013 So that's why you needed the message-changing in the OnChat hook ![]() RE: ChatColor - NiLSPACE - 06-23-2013 (06-23-2013, 09:57 PM)xoft Wrote: So that's why you needed the message-changing in the OnChat hook yea ![]() |