mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-02-13 17:25:36 +08:00
Add alias troubleshoot
to info
This commit is contained in:
parent
f660a7b8a4
commit
82bc2f0733
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user