Fix some formatting issues.

This commit is contained in:
Ben Woo 2024-08-30 12:25:50 +08:00
parent 949ba46a16
commit d530c2aa4d
3 changed files with 1 additions and 2 deletions

View File

@ -6,7 +6,6 @@ import co.aikar.commands.annotation.CommandPermission;
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;

View File

@ -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|*")

View File

@ -68,6 +68,7 @@ class GeneratorsCommand extends MultiverseCommand {
super(commandManager);
this.generatorProvider = generatorProvider;
}
@CommandAlias("mvgenerators|mvgens")
@Subcommand("generators|gens")
@CommandPermission("multiverse.core.generator")