mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-05 03:53:41 +00:00
Merge pull request #2329 from triagonal/issue-2311
Implement config option for sleep ignoring AFK players
This commit is contained in:
commit
25ddaef423
4 changed files with 20 additions and 1 deletions
|
@ -185,6 +185,8 @@ public interface ISettings extends IConf {
|
|||
|
||||
boolean cancelAfkOnInteract();
|
||||
|
||||
boolean sleepIgnoresAfkPlayers();
|
||||
|
||||
boolean isAfkListName();
|
||||
|
||||
String getAfkListName();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue