Commit 4ab12f41 authored by fengyuecanzhu's avatar fengyuecanzhu
Browse files

add description and permission to setstats command

parent 1be01b52
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment