Skip to content

Commit

Permalink
Fix some formatting issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
benwoo1110 committed Aug 30, 2024
1 parent 949ba46 commit d530c2a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
import co.aikar.commands.annotation.Description;
import co.aikar.commands.annotation.Subcommand;
import jakarta.inject.Inject;
import org.checkerframework.checker.units.qual.C;
import org.jetbrains.annotations.NotNull;
import org.jvnet.hk2.annotations.Service;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ class GameruleCommand extends MultiverseCommand {
super(commandManager);
}


@Subcommand("set")
@CommandPermission("multiverse.core.gamerule.set")
@CommandCompletion("@gamerules true|false|@range:1-10 @mvworlds:multiple|*")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ class GeneratorsCommand extends MultiverseCommand {
super(commandManager);
this.generatorProvider = generatorProvider;
}

@CommandAlias("mvgenerators|mvgens")
@Subcommand("generators|gens")
@CommandPermission("multiverse.core.generator")
Expand Down

0 comments on commit d530c2a

Please sign in to comment.