Add afk-list-name config property for changing the player list name of AFK players.

This commit is contained in:
Ali Moghnieh 2016-01-20 14:15:53 +00:00
parent c6d2746959
commit bbf657e251
4 changed files with 36 additions and 0 deletions

View file

@ -160,6 +160,10 @@ public interface ISettings extends IConf {
boolean cancelAfkOnInteract();
boolean isAfkListName();
String getAfkListName();
boolean areDeathMessagesEnabled();
void setDebug(boolean debug);