Added more details.

This commit is contained in:
Brianna 2020-04-18 15:06:49 -04:00
parent a12ba4e77d
commit 0a5e502d13
1 changed files with 7 additions and 1 deletions

View File

@ -14,7 +14,13 @@ public class Settings {
static final Config config = UltimateKits.getInstance().getCoreConfig();
public static final ConfigSetting ONLY_SHOW_KITS_WITH_PERMS = new ConfigSetting(config, "Main.Only Show Players Kits They Have Permission To Use", false);
public static final ConfigSetting KITS_FREE_WITH_PERMS = new ConfigSetting(config, "Main.Allow Players To Receive Kits For Free If They Have Permission", true);
public static final ConfigSetting KITS_FREE_WITH_PERMS = new ConfigSetting(config, "Main.Allow Players To Receive Kits For Free If They Have Permission", true,
"I'm fully aware that this is a strange setting to have",
"enabled by default. The reason I do this is because a lot of our users",
"come from the plugin essentials where the user having permission to the",
"kit allows them to get the kit for free. So when they come to this plugin",
"they would often report this mechanic as a bug. So enabling this by default",
"king of made sense and we get a lot less tickets about this plugin because of that.");
public static final ConfigSetting DONT_PREVIEW_COMMANDS = new ConfigSetting(config, "Main.Dont Preview Commands In Kits", false);
public static final ConfigSetting HOLOGRAM_LAYOUT = new ConfigSetting(config, "Main.Hologram Layout", Arrays.asList("{TITLE}", "{LEFT-CLICK}", "{RIGHT-CLICK}"));
public static final ConfigSetting SOUNDS_ENABLED = new ConfigSetting(config, "Main.Sounds Enabled", true);