Add npcs-in-balance-ranking configurable option. Resolves #716.

This commit is contained in:
Ali Moghnieh 2016-07-06 19:34:25 +01:00
parent d75e0ce26e
commit 992ef5dc91
4 changed files with 23 additions and 1 deletions

View file

@ -257,4 +257,6 @@ public interface ISettings extends IConf {
Entry<Pattern, Long> getCommandCooldownEntry(String label);
boolean isCommandCooldownPersistent(String label);
boolean isNpcsInBalanceRanking();
}