mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-07-26 15:33:56 +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
|
@ -379,6 +379,8 @@ public interface ISettings extends IConf {
|
|||
|
||||
boolean isUpdateCheckEnabled();
|
||||
|
||||
boolean showZeroBaltop();
|
||||
|
||||
enum KeepInvPolicy {
|
||||
KEEP,
|
||||
DELETE,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue