Master Builder world

This commit is contained in:
ZeroEpoch1969
2018-05-13 12:49:13 -07:00
parent 1371e23d59
commit 6853baebdd
17 changed files with 1148 additions and 17 deletions

View File

@ -79,6 +79,11 @@ public class FUtil
}
}
public static boolean isExecutive(String name)
{
return (ConfigEntry.SERVER_OWNERS.getList().contains(name) || ConfigEntry.SERVER_EXECUTIVES.getList().contains(name));
}
public static void bcastMsg(String message, ChatColor color)
{
FLog.info(message, true);