mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-07 04:53:11 +00:00
Added real name boolean option for the /list command (#3117)
This commit is contained in:
parent
ad98fc4121
commit
b08d380643
4 changed files with 14 additions and 0 deletions
|
@ -791,6 +791,11 @@ public class Settings implements net.ess3.api.ISettings {
|
|||
return economyLogUpdate;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean realNamesOnList() {
|
||||
return config.getBoolean("real-names-on-list", false);
|
||||
}
|
||||
|
||||
public boolean _isEcoLogUpdateEnabled() {
|
||||
return config.getBoolean("economy-log-update-enabled", false);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue