Skip to content

Commit

Permalink
whitelist /log command
Browse files Browse the repository at this point in the history
  • Loading branch information
Troughy committed Aug 29, 2022
1 parent b701633 commit 094d0c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public class BungeeConfigProperties implements SettingsHolder {
newProperty("commands.requireAuth", true);
@Comment("List of commands allowed to be perform without being authenticated")
public static final Property<List<String>> COMMANDS_WHITELIST =
newListProperty("commands.whitelist", "/login", "/register", "/l", "/reg", "/email", "/captcha", "/2fa", "/totp");
newListProperty("commands.whitelist", "/login", "/register", "/l", "/reg", "/email", "/captcha", "/2fa", "/totp", "/log");
@Comment("Allows or not user to talk in chat if he is not logged in")
public static final Property<Boolean> CHAT_REQUIRES_AUTH =
newProperty("chatRequiresAuth", true);
Expand Down

0 comments on commit 094d0c7

Please sign in to comment.