mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-13 07:25:08 +01:00
Add alias troubleshoot to info
This commit is contained in:
@@ -9,7 +9,7 @@ import emu.grasscutter.tools.Tools;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
@Command(label = "info", aliases = {"info", "helpme"},
|
||||
@Command(label = "info", aliases = {"troubleshoot", "helpme"},
|
||||
usage = "/info", targetRequirement = Command.TargetRequirement.NONE)
|
||||
public final class InfoCommand implements CommandHandler {
|
||||
// This command can use the 'grasscutter.command.troubleshoot' permission to show sensitive information.
|
||||
|
||||
Reference in New Issue
Block a user