mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-17 09:25:06 +01:00
Refactor Command usage and description strings
This commit is contained in:
@@ -10,8 +10,7 @@ import emu.grasscutter.server.game.GameSession;
|
||||
|
||||
@Command(
|
||||
label = "ban",
|
||||
usage = "ban <@player> [time] [reason]",
|
||||
description = "commands.ban.description",
|
||||
usage = {"[<time> [<reason>]]"},
|
||||
permission = "server.ban",
|
||||
targetRequirement = Command.TargetRequirement.PLAYER
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user