Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
ziqian zhang
Grasscutter
Commits
7d1a7b50
Commit
7d1a7b50
authored
Oct 24, 2022
by
AnimeGitB
Browse files
Added "s" alias to SpawnCommand (closes #1840)
parent
8b520b38
Changes
1
Show whitespace changes
Inline
Side-by-side
src/main/java/emu/grasscutter/command/commands/SpawnCommand.java
View file @
7d1a7b50
...
...
@@ -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>"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment