mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-07-01 20:46:41 +00:00
Login messages for players. Still need to come up with login messaghes
This commit is contained in:
@ -5,6 +5,8 @@ import net.md_5.bungee.api.ChatColor;
|
||||
public interface Displayable
|
||||
{
|
||||
|
||||
public String getDeterminer();
|
||||
|
||||
public String getName();
|
||||
|
||||
public String getTag();
|
||||
@ -21,7 +23,8 @@ public interface Displayable
|
||||
|
||||
public String getColoredLoginMessage();
|
||||
|
||||
|
||||
public boolean hasTeam();
|
||||
|
||||
public boolean hasDefaultLoginMessage();
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user