Add option to force using the generic Vault permission handler hook

Requested in #1350
This commit is contained in:
Gabriele C
2017-10-29 11:47:38 +01:00
parent e3dd719b0e
commit d8d87c8b67
2 changed files with 31 additions and 8 deletions
@@ -63,6 +63,10 @@ public final class PluginSettings implements SettingsHolder {
public static final Property<String> UNREGISTERED_GROUP =
newProperty("GroupOptions.unregisteredPlayerGroup", "");
@Comment("Forces authme to hook into Vault instead of a specific permission handler system.")
public static final Property<Boolean> FORCE_VAULT_HOOK =
newProperty("settings.forceVaultHook", false);
@Comment({
"Log level: INFO, FINE, DEBUG. Use INFO for general messages,",
"FINE for some additional detailed ones (like password failed),",