Add more aliases

This commit is contained in:
ErrorNoInternet 2023-01-30 18:03:16 +08:00
parent 9a26f43148
commit 7461347d38
Signed by untrusted user who does not match committer: ErrorNoInternet
GPG Key ID: 2486BFB7B1E6A4A3

View File

@ -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,