Unverified Commit f6ce7e34 authored by Luke H-W's avatar Luke H-W Committed by GitHub
Browse files

Add `shutdown` alias to StopCommand

parent 96031865
......@@ -9,7 +9,7 @@ import java.util.List;
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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment