mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-07-02 04:56:40 +00:00
Changes with chat, add some commands
This commit is contained in:
@ -61,6 +61,12 @@ public class RankManager extends FreedomService
|
||||
{
|
||||
return Title.DEVELOPER;
|
||||
}
|
||||
|
||||
// Contributors always show up
|
||||
if (FUtil.CONTRIBUTORS.contains(player.getName()))
|
||||
{
|
||||
return Title.CONTRIBUTOR;
|
||||
}
|
||||
|
||||
if (ConfigEntry.SERVER_EXECUTIVES.getList().contains(player.getName()) && plugin.al.isAdmin(player))
|
||||
{
|
||||
|
Reference in New Issue
Block a user