Skip to content
Glazelf edited this page Aug 4, 2020 · 29 revisions

Discord Commands:

The following commands are used by the bot. The commands below assume that you have not changed the default prefix from $:

Control Module:

  • $detatch: Detatches the virtual controller so the operator can use their own handheld controller temporarily.
  • $setcode <code>: Sets a string to the Dodo Code property for users to call via the associated command.
  • $togglerequests: Toggles accepting drop requests.

Drop Module:

  • $clean: Picks up items around the bot.
    • This command won't work if the configuration AllowClean is set to false.
    • This command may cause the bot to pick up furniture if they are alone on the island.
  • $code: Prints the Dodo Code for the island that was set using $setcode.
  • $dropitem <request>: Drops a custom item (or items).
    • Request should be provided as the hexid of the item you want. You can use $lookup to find this using the name of the item.
    • A maximum of 7 items can be requested per message.
  • $dropdiy <request>: Drops a DIY recipe with the requested recipe ID(s).
    • A maximum of 7 DIYs can be requested per message.

Help Module:

  • $help: Lists available commands.
  • $help <command>: Lists information about a specific command.

Info Module:

  • $info: Displays general information about the bot.

Item Module:

  • $lookup <itemName>: Gets a list of items that contain the request string in English.
    • A list of items with hexes and DIY IDs can also be found here.
  • $lookuplang <language>: : Gets a list of items that contain the request string in a specified language.
  • $item <itemHex>: Shows information about an item, including customization options.
  • $customize <itemHex> <sum>: Customizes the given item with the customization option provided.
    • If an item has multiple fields to customize, for example beds with differently colored frame and bedding, sum the numbers of each customization option you chose.
Clone this wiki locally