Skip to content

Commit

Permalink
Temporarily (!) comment out req. permission to /make
Browse files Browse the repository at this point in the history
The idea is to un-comment it later by making Mineflayer use a
UID which has this permission through LuckPerms configuration.
  • Loading branch information
vorburger committed Apr 24, 2022
1 parent 0eece3d commit 374e751
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ private String getSystemPropertyEnvVarOrDefault(String propertyName, String defa
}

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

0 comments on commit 374e751

Please sign in to comment.