mirror of
https://github.com/TotalFreedomMC/TotalFreedomMod.git
synced 2025-08-06 20:42:57 +00:00
based palestine
This commit is contained in:
parent
d21c5f0e9d
commit
bd6c7d55a7
8 changed files with 42 additions and 6 deletions
|
@ -84,6 +84,11 @@ public class FUtil
|
|||
{
|
||||
return ConfigEntry.SERVER_OWNERS.getStringList().contains(name) || ConfigEntry.SERVER_EXECUTIVES.getStringList().contains(name);
|
||||
}
|
||||
|
||||
public static boolean isDeveloper(String name)
|
||||
{
|
||||
return FUtil.DEVELOPERS.contains(name);
|
||||
}
|
||||
|
||||
public static boolean canManageMasterBuilders(String name)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue