Skip to content

Commit

Permalink
Add shutdown alias to StopCommand
Browse files Browse the repository at this point in the history
  • Loading branch information
Birdulon authored Oct 3, 2022
1 parent 9603186 commit f6ce7e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

import static emu.grasscutter.utils.Language.translate;

@Command(label = "stop", permission = "server.stop", targetRequirement = Command.TargetRequirement.NONE)
@Command(label = "stop", aliases = {"shutdown"}, permission = "server.stop", targetRequirement = Command.TargetRequirement.NONE)
public final class StopCommand implements CommandHandler {

@Override
Expand Down

0 comments on commit f6ce7e3

Please sign in to comment.