We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71dab58 commit 212a001Copy full SHA for 212a001
1 file changed
Plan/common/src/main/java/com/djrapitops/plan/commands/PlanCommand.java
@@ -440,7 +440,7 @@ private Subcommand moveCommand() {
440
private Subcommand mergeCommand() {
441
return Subcommand.builder()
442
.aliases("merge")
443
- .requirePermission(Permissions.DATA_MOVE)
+ .requirePermission(Permissions.DATA_MERGE)
444
.requiredArgument(DB_ARG_OPTIONS, locale.getString(HelpLang.DESC_ARG_DB_MOVE_FROM))
445
.requiredArgument(DB_ARG_OPTIONS, locale.getString(HelpLang.DESC_ARG_DB_MOVE_TO))
446
.optionalArgument("--on-conflict-delete", locale.getString(HelpLang.DESC_ARG_DB_MERGE_DELETE))
0 commit comments