Add more aliases
This commit is contained in:
parent
9a26f43148
commit
7461347d38
@ -99,8 +99,8 @@ pub async fn process_command(
|
||||
"jump" => command = Command::Jump,
|
||||
"walk" => command = Command::Walk,
|
||||
"sprint" => command = Command::Sprint,
|
||||
"drop_item" => command = Command::DropItem,
|
||||
"drop_stack" => command = Command::DropStack,
|
||||
"drop_item" | "throw_item" => command = Command::DropItem,
|
||||
"drop_stack" | "throw_stack" => command = Command::DropStack,
|
||||
"leave_bed" => command = Command::LeaveBed,
|
||||
"script" | "run" => command = Command::Script,
|
||||
"latency" | "ping" => command = Command::Latency,
|
||||
|
Loading…
x
Reference in New Issue
Block a user