1
0
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:
snowleo
2011-11-30 02:51:02 +01:00
parent b8d60674cb
commit 35f5578436
6 changed files with 57 additions and 0 deletions

View File

@@ -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()