Skip to content

Commit

Permalink
Fix completion for /mvremove <world> [flags]
Browse files Browse the repository at this point in the history
  • Loading branch information
zax71 committed Feb 16, 2025
1 parent 3160ac3 commit 99e4499
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ final class RemoveCommand extends CoreCommand {
@CommandAlias("mvremove")
@Subcommand("remove")
@CommandPermission("multiverse.core.remove")
@CommandCompletion("@mvworlds:scope=both")
@CommandCompletion("@mvworlds:scope=loaded @flags:groupName=mvremovecommand")
@Syntax("<world>")
@Description("{@@mv-core.remove.description}")
void onRemoveCommand(
Expand Down

0 comments on commit 99e4499

Please sign in to comment.