Skip to content
MrKinau edited this page Nov 22, 2022 · 8 revisions

List of all commands

You can use commands in the console with /<command> or as another player on the server writing "<bot username>, <command>" (replace <bot username> with the account username of your bot).

  • /help displays the help message
  • /bye let the bot disconnect and shutdown
  • /empty [DIRECTION] empties the complete inventory of the bot (except its fishing rod)
  • /level displays the current bots level
  • /stuck casts the fishing line again (basically performs a right-click)
  • /droprods drops either your current selected rod, all but your selected rod, or all of your rods (can be changed in Config)
  • /look <YAW> <PITCH> [SPEED] Changes the direction the bot looks to
  • /summary [clear] dislays a summary of the caught items in the current session and sends it as Discord Embed if Webhook is enabled. If clear is attached, the loot history will get cleared after the command execution.
  • /clickinv <SLOT> <left/right> If an inventory is opened (e.g. sever selection) the bot clicks in this inventory on the given slot with the given mouse button
  • /rightclick [SLOT] The bot performs a rightclick with it's selected hotbar slot item or with a given one in the hotbar (1-9)
  • /swap <SLOT 1> <SLOT 2> Swaps two items in the bot's inventory
  • /wait [TIME IN SECONDS] Let the bot wait some time before executing the next command (e.g. can be used in start-actions to have a delay between commands)

Description of placeholders

  • DIRECTION The Direction the bot should look while executing a command. Possible values: NORTH, EAST, SOUTH, WEST
  • YAW, PITCH The specific direction in Minecraft is calculated of two values: Yaw and pitch. Google it if you don't know what these values are
  • SPEED Speed is calculated as: How many steps should be done in one tick (50ms)
Clone this wiki locally