Skip to content

Commit

Permalink
misc(InfoCommand.java): Update credits
Browse files Browse the repository at this point in the history
KingRainbow44 committed Sep 28, 2024
1 parent 0999038 commit 5bdfc87
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@

import java.util.List;

@Command(label = "info", aliases = {"troubleshoot", "helpme"},
@Command(label = "info", aliases = {"about", "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.
@@ -34,7 +34,7 @@ public void execute(Player sender, Player targetPlayer, List<String> args) {
- formerly maintained by Birdulon
Other Credits
- Slushy Team (akio, azzu, Areha11Fz, tamil; protocol)
- Kei-Luna (compiled protocol defs.)
- Yuki (resource minifying & packaging)
- Dimbreath (dumping most resources)""");
// TODO: Send to remote server (Grasscutter API) and send dump link.

0 comments on commit 5bdfc87

Please sign in to comment.