mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-07-08 06:48:07 +00:00
Add option to ignore vanished players from sleeping (#4200)
This commit is contained in:
parent
a4fbfbef02
commit
fed26071ac
4 changed files with 18 additions and 0 deletions
|
@ -209,6 +209,8 @@ public interface ISettings extends IConf {
|
|||
|
||||
boolean sleepIgnoresAfkPlayers();
|
||||
|
||||
boolean sleepIgnoresVanishedPlayers();
|
||||
|
||||
boolean isAfkListName();
|
||||
|
||||
String getAfkListName();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue