Added "s" alias to SpawnCommand (closes #1840)

This commit is contained in:
AnimeGitB 2022-10-24 10:32:10 +10:30
parent 8b520b3883
commit 7d1a7b501b

View File

@ -25,7 +25,7 @@ import static emu.grasscutter.utils.Language.translate;
@Command(
label = "spawn",
aliases = {"drop"},
aliases = {"drop", "s"},
usage = {
"<itemId> [x<amount>] [blk<blockId>] [grp<groupId>] [cfg<configId>] <x> <y> <z>",
"<gadgetId> [x<amount>] [state<state>] [maxhp<maxhp>] [hp<hp>(0 for infinite)] [atk<atk>] [def<def>] [blk<blockId>] [grp<groupId>] [cfg<configId>] <x> <y> <z>",