add description and permission to setstats command

This commit is contained in:
fengyuecanzhu 2022-04-21 11:43:31 +08:00
parent 1be01b5263
commit 4ab12f418e

View File

@ -10,7 +10,7 @@ import emu.grasscutter.server.packet.send.PacketEntityFightPropUpdateNotify;
import java.util.List;
@Command(label = "setstats", usage = "setstats|stats <stat> <value>",
aliases = {"stats"})
description = "Set fight property for the specific player", aliases = {"stats"}, permission = "player.setstats")
public final class SetStatsCommand implements CommandHandler {
@Override