mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-05 03:53:41 +00:00
[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:
parent
23f3d69d38
commit
756ea346e6
4 changed files with 15 additions and 1 deletions
|
@ -58,6 +58,8 @@ public interface ISettings extends IConf {
|
|||
|
||||
void addKit(String name, List<String> lines, long delay);
|
||||
|
||||
boolean isSkippingUsedOneTimeKitsFromKitList();
|
||||
|
||||
String getLocale();
|
||||
|
||||
String getNewbieSpawn();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue