mirror of
https://github.com/essentials/Essentials.git
synced 2025-09-25 21:59:08 +02:00
New config option update-bed-at-daytime that allows players to always set their bed location
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user