Skip to content

Commit c3f4f11

Browse files
authored
Merge pull request #3293 from Multiverse/fix/delete-tab-complete
Tab complete to include unloaded worlds for delete command
2 parents 814901b + 2db9ae7 commit c3f4f11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/mvplugins/multiverse/core/commands/DeleteCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class DeleteCommand extends CoreCommand {
5757

5858
@Subcommand("delete")
5959
@CommandPermission("multiverse.core.delete")
60-
@CommandCompletion("@mvworlds:scope=loaded @flags:groupName=" + RemovePlayerFlags.NAME)
60+
@CommandCompletion("@mvworlds:scope=both @flags:groupName=" + RemovePlayerFlags.NAME)
6161
@Syntax("<world>")
6262
@Description("{@@mv-core.delete.description}")
6363
void onDeleteCommand(

0 commit comments

Comments
 (0)