mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2026-06-05 10:56:55 +00:00
Master Builder world
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user