mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-04 19:46:27 +00:00
New config option update-bed-at-daytime that allows players to always set their bed location
This commit is contained in:
parent
b8d60674cb
commit
35f5578436
6 changed files with 57 additions and 0 deletions
|
@ -35,6 +35,12 @@ public class Settings implements ISettings
|
|||
{
|
||||
return config.getBoolean("respawn-at-home", false);
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean getUpdateBedAtDaytime()
|
||||
{
|
||||
return config.getBoolean("update-bed-at-daytime", true);
|
||||
}
|
||||
|
||||
@Override
|
||||
public List<String> getMultipleHomes()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue