mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-07-02 04:56:40 +00:00
Login messages
Last commit from me. Don't have the power but to me Packs is the new Lead Developer
This commit is contained in:
@ -271,7 +271,7 @@ public class RankManager extends FreedomService
|
||||
{
|
||||
if (display.hasDefaultLoginMessage())
|
||||
{
|
||||
message = "%name% is %det% %coloredrank%";
|
||||
message = "%name% is %art% %coloredrank%";
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -281,7 +281,7 @@ public class RankManager extends FreedomService
|
||||
+ FUtil.colorize(message).replace("%name%", player.getName())
|
||||
.replace("%rank%", display.getName())
|
||||
.replace("%coloredrank%", display.getColoredName())
|
||||
.replace("%det%", display.getDeterminer()));
|
||||
.replace("%art%", display.getDeterminer()));
|
||||
return loginMessage;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user