[Fix] Add option to not show one time use kits described in #188

* Adds toggleable config option 'skip-used-one-time-kits-from-kit-list' to exclude used kits with delay < 0 from displaying in the /kit list
This commit is contained in:
Matthew Steglinski 2015-10-27 23:20:27 -04:00 committed by vemacs
parent 23f3d69d38
commit 756ea346e6
4 changed files with 15 additions and 1 deletions

View file

@ -58,6 +58,8 @@ public interface ISettings extends IConf {
void addKit(String name, List<String> lines, long delay);
boolean isSkippingUsedOneTimeKitsFromKitList();
String getLocale();
String getNewbieSpawn();