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.
2 parents 814901b + 2db9ae7 commit c3f4f11Copy full SHA for c3f4f11
src/main/java/org/mvplugins/multiverse/core/commands/DeleteCommand.java
@@ -57,7 +57,7 @@ class DeleteCommand extends CoreCommand {
57
58
@Subcommand("delete")
59
@CommandPermission("multiverse.core.delete")
60
- @CommandCompletion("@mvworlds:scope=loaded @flags:groupName=" + RemovePlayerFlags.NAME)
+ @CommandCompletion("@mvworlds:scope=both @flags:groupName=" + RemovePlayerFlags.NAME)
61
@Syntax("<world>")
62
@Description("{@@mv-core.delete.description}")
63
void onDeleteCommand(
0 commit comments