Skip to content

Commit

Permalink
Change setup to setup create for creating setups to make other se…
Browse files Browse the repository at this point in the history
…tup-related commands usable
  • Loading branch information
Tofpu committed Jun 1, 2024
1 parent 140bb1f commit d078594
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ private Optional<Island> getRandomIsland() {
return Optional.ofNullable(filteredIslands.get(ThreadLocalRandom.current().nextInt(filteredIslands.size())));
}

@Subcommand("setup")
@Subcommand("setup create")
@Description("Create an island setup")
@CommandPermission("speedbridge.setup.admin")
@RestrictDummyModel
Expand Down

0 comments on commit d078594

Please sign in to comment.