mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-06 04:23:02 +00:00
Add npcs-in-balance-ranking
configurable option. Resolves #716.
This commit is contained in:
parent
d75e0ce26e
commit
992ef5dc91
4 changed files with 23 additions and 1 deletions
|
@ -257,4 +257,6 @@ public interface ISettings extends IConf {
|
|||
Entry<Pattern, Long> getCommandCooldownEntry(String label);
|
||||
|
||||
boolean isCommandCooldownPersistent(String label);
|
||||
|
||||
boolean isNpcsInBalanceRanking();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue