mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-01-07 00:42:57 +08:00
misc(InfoCommand.java): Update credits
This commit is contained in:
parent
0999038e33
commit
5bdfc8770b
@ -7,7 +7,7 @@ import emu.grasscutter.tools.Tools;
|
|||||||
|
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
@Command(label = "info", aliases = {"troubleshoot", "helpme"},
|
@Command(label = "info", aliases = {"about", "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.
|
||||||
@ -34,7 +34,7 @@ public final class InfoCommand implements CommandHandler {
|
|||||||
- formerly maintained by Birdulon
|
- formerly maintained by Birdulon
|
||||||
|
|
||||||
Other Credits
|
Other Credits
|
||||||
- Slushy Team (akio, azzu, Areha11Fz, tamil; protocol)
|
- Kei-Luna (compiled protocol defs.)
|
||||||
- Yuki (resource minifying & packaging)
|
- Yuki (resource minifying & packaging)
|
||||||
- Dimbreath (dumping most resources)""");
|
- Dimbreath (dumping most resources)""");
|
||||||
// TODO: Send to remote server (Grasscutter API) and send dump link.
|
// TODO: Send to remote server (Grasscutter API) and send dump link.
|
||||||
|
Loading…
Reference in New Issue
Block a user