Add alias troubleshoot to info

This commit is contained in:
KingRainbow44 2023-08-27 00:03:03 -04:00
parent f660a7b8a4
commit 82bc2f0733
No known key found for this signature in database
GPG Key ID: FC2CB64B00D257BE

View File

@ -9,7 +9,7 @@ import emu.grasscutter.tools.Tools;
import java.util.List; import java.util.List;
@Command(label = "info", aliases = {"info", "helpme"}, @Command(label = "info", aliases = {"troubleshoot", "helpme"},
usage = "/info", targetRequirement = Command.TargetRequirement.NONE) usage = "/info", targetRequirement = Command.TargetRequirement.NONE)
public final class InfoCommand implements CommandHandler { public final class InfoCommand implements CommandHandler {
// This command can use the 'grasscutter.command.troubleshoot' permission to show sensitive information. // This command can use the 'grasscutter.command.troubleshoot' permission to show sensitive information.