From 1af30582d628a5d8948f75e9ebfff639c4939213 Mon Sep 17 00:00:00 2001 From: ErrorNoInternet Date: Fri, 13 Jan 2023 22:45:37 +0800 Subject: [PATCH] Update example commands --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 504c90d..7f3fe0e 100644 --- a/README.md +++ b/README.md @@ -38,16 +38,16 @@ alert_command = [ ] ``` ### Example commands -- `/msg ErrorNoWatcher help 1` - list the first page of commands -- `/msg ErrorNoWatcher bot_status` - display the bot's health, food/saturation, etc -- `/msg ErrorNoWatcher goto 20 64 10` - go to x: 20, y: 64, z: 10 (using the pathfinder) +- `/msg ErrorNoWatcher help 1` - list the first page of usable commands +- `/msg ErrorNoWatcher bot_status` - display the bot's health, food & saturation levels, etc +- `/msg ErrorNoWatcher goto 20 64 10` - go to X20 Y64 Z10 (using the pathfinder) - `/msg ErrorNoWatcher script sleep.txt` - run all commands in the file `sleep.txt` - `/msg ErrorNoWatcher attack ErrorNoInternet` - attack the player named ErrorNoInternet -- `/msg ErrorNoWatcher look 180 0` - look at 180 0 (rotation values) +- `/msg ErrorNoWatcher look 180 0` - rotate the bot's head to 180 (yaw) 0 (pitch) - `/msg ErrorNoWatcher whitelist_add Notch` - temporarily add Notch to the whitelist - `/msg ErrorNoWatcher sprint forward 5000` - sprint forward for 5 seconds -- `/msg ErrorNoWatcher drop_item` - drop the current held item (or `drop_stack`) +- `/msg ErrorNoWatcher drop_item` - drop the currently held item (or `drop_stack`) - `/msg ErrorNoWatcher last_location 1` - show the first page of players sorted by join time - `/msg ErrorNoWatcher last_location ErrorNoInternet` - display the last seen location - `/msg ErrorNoWatcher follow_player ErrorNoInternet` - start following ErrorNoInternet -- `/msg ErrorNoWatcher slot 0` - switch to the first slot (0 - 8 = slots 1 - 9) +- `/msg ErrorNoWatcher slot 0` - switch to the first inventory slot (0 - 8 = slots 1 - 9)