mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-07 04:53:11 +00:00
Add config option to respawn at respawn anchors (#3498)
This commit is contained in:
parent
cedd42f411
commit
e34984513d
4 changed files with 15 additions and 0 deletions
|
@ -61,6 +61,11 @@ public class Settings implements net.ess3.api.ISettings {
|
|||
return config.getBoolean("respawn-at-home", false);
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isRespawnAtAnchor() {
|
||||
return config.getBoolean("respawn-at-anchor", false);
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean getUpdateBedAtDaytime() {
|
||||
return config.getBoolean("update-bed-at-daytime", true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue