mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-07-27 16:02:32 +00:00
[trunk] adding new setting to send a person to spawn if /home is used with no home set
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1187 e251c2fe-e539-e718-e476-b85c1f46cddb
This commit is contained in:
parent
b3d6c32b71
commit
dd164d2e38
3 changed files with 200 additions and 47 deletions
|
@ -435,4 +435,9 @@ public class Settings implements IConf
|
|||
}
|
||||
return epBreakList;
|
||||
}
|
||||
|
||||
public Boolean spawnIfNoHome()
|
||||
{
|
||||
return config.getBoolean("spawn-if-no-home", true);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue