mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-07-10 07:44:24 +00:00
Add option to hide balances <=0 from baltop (#4226)
Co-authored-by: Josh Roy <10731363+JRoy@users.noreply.github.com>
This commit is contained in:
parent
fa87c74b56
commit
6e5a41a880
4 changed files with 16 additions and 1 deletions
|
@ -1858,4 +1858,9 @@ public class Settings implements net.ess3.api.ISettings {
|
|||
public boolean isUpdateCheckEnabled() {
|
||||
return config.getBoolean("update-check", true);
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean showZeroBaltop() {
|
||||
return config.getBoolean("show-zero-baltop", true);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue