Add option to ignore vanished players from sleeping (#4200)

This commit is contained in:
Josh Roy 2021-06-06 17:05:16 -04:00 committed by GitHub
parent a4fbfbef02
commit fed26071ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 18 additions and 0 deletions

View file

@ -209,6 +209,8 @@ public interface ISettings extends IConf {
boolean sleepIgnoresAfkPlayers();
boolean sleepIgnoresVanishedPlayers();
boolean isAfkListName();
String getAfkListName();