mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-07-02 04:56:40 +00:00
staff -> admins
* rename everything containing staff back to admin (as requested by ryan i've renamed commands like slconfig to saconfig but left "slconfig" as an alias) * format almost every file correctly * a few other improvements
This commit is contained in:
@ -5,26 +5,26 @@ import net.md_5.bungee.api.ChatColor;
|
||||
public interface Displayable
|
||||
{
|
||||
|
||||
public String getArticle();
|
||||
String getArticle();
|
||||
|
||||
public String getName();
|
||||
String getName();
|
||||
|
||||
public String getTag();
|
||||
String getTag();
|
||||
|
||||
public String getAbbr();
|
||||
String getAbbr();
|
||||
|
||||
public ChatColor getColor();
|
||||
ChatColor getColor();
|
||||
|
||||
public org.bukkit.ChatColor getTeamColor();
|
||||
org.bukkit.ChatColor getTeamColor();
|
||||
|
||||
public String getColoredName();
|
||||
String getColoredName();
|
||||
|
||||
public String getColoredTag();
|
||||
String getColoredTag();
|
||||
|
||||
public String getColoredLoginMessage();
|
||||
String getColoredLoginMessage();
|
||||
|
||||
public boolean hasTeam();
|
||||
boolean hasTeam();
|
||||
|
||||
public boolean hasDefaultLoginMessage();
|
||||
boolean hasDefaultLoginMessage();
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user