Allow players to set titles with colors. Adds #1036.
factions.title.color permission which is included in factions.fullplayer permission subset.
This commit is contained in:
@@ -42,7 +42,7 @@ public class CmdTitle extends FCommand {
|
||||
return;
|
||||
}
|
||||
|
||||
you.setTitle(title);
|
||||
you.setTitle(sender, title);
|
||||
|
||||
// Inform
|
||||
myFaction.msg(TL.COMMAND_TITLE_CHANGED, fme.describeTo(myFaction, true), you.describeTo(myFaction, true));
|
||||
|
||||
Reference in New Issue
Block a user