Change default settings
This commit is contained in:
parent
e2c848a737
commit
e8d74f559d
@ -27,7 +27,8 @@ public final class SecuritySettings implements SettingsHolder {
|
|||||||
newListProperty("3rdPartyFeature.features.captcha.whiteList");
|
newListProperty("3rdPartyFeature.features.captcha.whiteList");
|
||||||
|
|
||||||
@Comment({"Should we let Bedrock players login automatically?",
|
@Comment({"Should we let Bedrock players login automatically?",
|
||||||
"(Requires hookFloodgate to be true & floodgate loaded)"})
|
"(Requires hookFloodgate to be true & floodgate loaded)",
|
||||||
|
"(**THIS IS SAFE DO NOT WORRY**)"})
|
||||||
public static final Property<Boolean> FORCE_LOGIN_BEDROCK =
|
public static final Property<Boolean> FORCE_LOGIN_BEDROCK =
|
||||||
newProperty("3rdPartyFeature.features.bedrockAutoLogin", false);
|
newProperty("3rdPartyFeature.features.bedrockAutoLogin", false);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user