mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-07-27 16:02:32 +00:00
Add option to disable jails entirely.
This commit is contained in:
parent
602bd5b0d4
commit
34f5c19f99
6 changed files with 30 additions and 6 deletions
|
@ -780,4 +780,10 @@ public class Settings implements ISettings
|
|||
{
|
||||
return teleportInvulnerability;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isJailsEnabled()
|
||||
{
|
||||
return config.getBoolean("enable-jails", true);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue