mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-07-27 16:02:32 +00:00
Adding permission node to speak, with config option to enable the node
This commit is contained in:
parent
99c750d18b
commit
6b18259af6
17 changed files with 30 additions and 0 deletions
|
@ -1014,4 +1014,10 @@ public class Settings implements ISettings
|
|||
{
|
||||
return config.getLong("max-tempban-time", -1);
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isChatPermEnabled()
|
||||
{
|
||||
return config.getBoolean("enable-chat-perm", false);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue