Skip to content

Commit e31699e

Browse files
committed
Temporarily (!) comment out req. permission to /make
The idea is to un-comment it later by making Mineflayer use a UID which has this permission through LuckPerms configuration.
1 parent b7a98e6 commit e31699e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/main/java/ch/vorburger/minecraft/storeys/web/LoginCommand.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ private String getSystemPropertyEnvVarOrDefault(String propertyName, String defa
7474
}
7575

7676
@Override public CommandCallable callable() {
77-
return CommandSpec.builder().description(Text.of("Login into ScratchX web interface")).permission("storeys.command.make")
77+
return CommandSpec.builder().description(Text.of("Login into ScratchX web interface")) // .permission("storeys.command.make")
7878
.arguments(GenericArguments.flags().permissionFlag("storeys.command.make.beta", "b").buildWith(GenericArguments.none()))
7979
.executor(this).build();
8080
}

0 commit comments

Comments
 (0)