> ## Documentation Index
> Fetch the complete documentation index at: https://docs.macroware.cc/llms.txt
> Use this file to discover all available pages before exploring further.

# Settings Tab

> All features under the settings tab

## Auto Farm Settings

<AccordionGroup>
  <Accordion title="Convert Honey" icon="toggle-large-off">
    This option toggles the script converting honey.
  </Accordion>

  <Accordion title="Convert Honey At" icon="slider">
    This option sets when the player will convert honey. It relates to the player's bag percentage.
  </Accordion>

  <Accordion title="Maintain Cool Breeze When Converting" icon="toggle-large-off">
    This option will have the player use snowflakes while converting.
  </Accordion>

  <Accordion title="Convert Hive Balloon" icon="toggle-large-off">
    This option will have the player convert their hive balloon.
  </Accordion>

  <Accordion title="Convert Balloon At (blessing mins)" icon="slider">
    This option sets the time when the player converts their hive balloon. The value represents minutes remaining. A value of 0 minutes will convert the player's hive balloon every time honey is converted.
  </Accordion>

  <Accordion title="Farm In Field When Full (seconds)" icon="slider">
    This option is how long the player will continue to farm in a field before converting.
  </Accordion>

  <Accordion title="Default Mask" icon="list-dropdown">
    This option is the default mask the player should wear. If masks are switched, this option needs to be set.
  </Accordion>

  <Accordion title="Default Tool" icon="list-dropdown">
    This option is the default tool the player should use. If tools are switched, this option needs to be set.
  </Accordion>

  <Accordion title="Auto Honey Mask" icon="toggle-large-off">
    This option will have the player equip honey mask before converting, then switch back to the default mask after.
  </Accordion>
</AccordionGroup>

## Tokens

<AccordionGroup>
  <Accordion title="Priority Tokens" icon="list-dropdown">
    This option allows the player to prioritize certain tokens. Token list is already prioritized regardless of this option.
  </Accordion>

  <Accordion title="Ignore Tokens" icon="list-dropdown">
    This option allows the player to ignore tokens they find useless.
  </Accordion>
</AccordionGroup>

## Local Player Settings

<AccordionGroup>
  <Accordion title="Walkspeed" icon="slider">
    This option modifies the player's walk speed. Speed Hack needs to be enabled for this to take effect.

    <Warning>
      If you are being kicked due to a behavior related message, decrease this and potentially your tween speed as well.
    </Warning>
  </Accordion>

  <Accordion title="Tween Speed" icon="slider">
    This option modifies the player's tween speed.

    <Warning>
      If you are being kicked due to a behavior related message, decrease this and potentially your walk speed as well.
    </Warning>
  </Accordion>

  <Accordion title="Speed Hack" icon="toggle-large-off">
    This option toggles the player's walkspeed setting.
  </Accordion>
</AccordionGroup>

## Safety Settings

<AccordionGroup>
  <Accordion title="Accessory Equip Method" icon="list-dropdown">
    This option selects the method used to equip accesories.\
    Options:

    * Tween
    * Teleport
    * Remote

    <Warning>
      Tween is the safest method to use. Teleport and remote could potentially flag.
    </Warning>
  </Accordion>

  <Accordion title="Movement Method" icon="sparkles">
    This option sets the movement method used by the script.\
    Options:

    * Tween

    <Note>
      Tween is perfectly safe to use.
    </Note>
  </Accordion>

  <Accordion title="Avoid Mobs When Entering Fields" icon="toggle-large-off">
    This option will allow the player to avoid mobs when entering fields.

    <Warning>
      This feature currently does not work.
    </Warning>
  </Accordion>
</AccordionGroup>

## Anonymous Mode

<Info>
  These features only apply to the local player and do not replicate to others.
</Info>

<AccordionGroup>
  <Accordion title="Anonymous Mode" icon="sparkles">
    This option will hide the player's username on the UI.

    <Warning>
      This feature currently does not work.
    </Warning>
  </Accordion>

  <Accordion title="Hive name on Hive" icon="sparkles">
    This feature will hide the player's name on their hive.
  </Accordion>

  <Accordion title="Name" icon="input-numeric">
    This input allows the player to set the name on their hive.
  </Accordion>
</AccordionGroup>
