mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-07-27 16:02:32 +00:00
Add tempban limit (with override node) and console override to exempt node.
This commit is contained in:
parent
77df82eaff
commit
ecf5d47e97
17 changed files with 35 additions and 1 deletions
|
@ -982,4 +982,10 @@ public class Settings implements ISettings
|
|||
{
|
||||
return mailsPerMinute;
|
||||
}
|
||||
|
||||
@Override
|
||||
public long getMaxTempban()
|
||||
{
|
||||
return config.getLong("max-tempban-time", -1);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue