> ## Documentation Index
> Fetch the complete documentation index at: https://mintlify.com/BunnyNabbit/voxel-telephone/llms.txt
> Use this file to discover all available pages before exploring further.

# Player Settings: Music, Sounds, and Language

> Customize your Voxel Telephone experience by toggling background music, sound effects, and switching the in-game language with the /setting command.

The `/setting` command lets you adjust personal preferences that persist across sessions. Each setting applies only to your account and does not affect other players on the server.

## Command syntax

```
/setting [setting-name] [value]
```

Run `/setting` with no arguments to open the in-game help for this command.

## Settings

<AccordionGroup>
  <Accordion title="music — toggle background music">
    Controls whether background music plays while you are in a game space.

    **Accepted values:** `on`, `off`, `true`, `false`, `yes`, `no`, `1`, `0`

    ```
    /setting music on
    /setting music off
    ```
  </Accordion>

  <Accordion title="sounds — toggle sound effects">
    Controls whether in-game sound effects play, such as sounds for placing blocks, completing a turn, or using the VCR controls.

    **Accepted values:** `on`, `off`, `true`, `false`, `yes`, `no`, `1`, `0`

    ```
    /setting sounds on
    /setting sounds off
    ```
  </Accordion>

  <Accordion title="language — change in-game language">
    Sets the language used for system messages sent to you by the server.

    **Accepted values:**

    | Code       | Language             |
    | ---------- | -------------------- |
    | `en`       | English              |
    | `en-zhing` | Zhing-like English   |
    | `es`       | Spanish              |
    | `pt-br`    | Brazilian Portuguese |

    ```
    /setting language en
    /setting language es
    /setting language pt-br
    /setting language en-zhing
    ```
  </Accordion>
</AccordionGroup>

<Note>
  Settings are saved to your account and persist when you disconnect and reconnect to the server.
</Note>

## Color codes in chat

ClassiCube supports color codes in chat messages. Prefix a character with `&` to change text color. These work in descriptions and any chat input where the server permits formatting.

| Code | Color               |
| ---- | ------------------- |
| `&0` | Black               |
| `&1` | Navy                |
| `&2` | Green               |
| `&3` | Teal                |
| `&4` | Maroon              |
| `&5` | Purple              |
| `&6` | Gold                |
| `&7` | Silver              |
| `&8` | Gray                |
| `&9` | Blue                |
| `&a` | Lime                |
| `&b` | Aqua                |
| `&c` | Red                 |
| `&d` | Fuchsia             |
| `&e` | Yellow              |
| `&f` | White               |
| `&r` | Reset to base color |
