mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-07-27 07:52:06 +00:00
Bukkit Permission system
New config setting: use-bukkit-permissions
This commit is contained in:
parent
29a15dfe18
commit
cc31fbed8e
6 changed files with 65 additions and 9 deletions
|
@ -463,5 +463,9 @@ public class Settings implements ISettings
|
|||
{
|
||||
return config.getBoolean("change-displayname", true);
|
||||
}
|
||||
|
||||
|
||||
public boolean useBukkitPermissions()
|
||||
{
|
||||
return config.getBoolean("use-bukkit-permissions", false);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue