Minor patch for Bedrock support

This commit is contained in:
HaHaWTH
2023-12-11 22:11:21 +08:00
parent 14e5b7d5a7
commit 32939b1383
2 changed files with 7 additions and 2 deletions
@@ -19,7 +19,9 @@ public final class HooksSettings implements SettingsHolder {
public static final Property<Boolean> BUNGEECORD =
newProperty("Hooks.bungeecord", false);
@Comment("Allow FloodGatePlayer Join Without checkIsValidName()")
@Comment({"Allow FloodGatePlayer Join Without checkIsValidName()",
"This must be true if you want to use other bedrock features."
})
public static final Property<Boolean> HOOK_FLOODGATE_PLAYER =
newProperty("Hooks.floodgate", false);