mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-05 12:02:53 +00:00
Add afk-list-name config property for changing the player list name of AFK players.
This commit is contained in:
parent
c6d2746959
commit
bbf657e251
4 changed files with 36 additions and 0 deletions
|
@ -160,6 +160,10 @@ public interface ISettings extends IConf {
|
|||
|
||||
boolean cancelAfkOnInteract();
|
||||
|
||||
boolean isAfkListName();
|
||||
|
||||
String getAfkListName();
|
||||
|
||||
boolean areDeathMessagesEnabled();
|
||||
|
||||
void setDebug(boolean debug);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue