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

# Commands

> Player commands for the Masks resource

## Commands

<AccordionGroup>
  <Accordion title="removegasmask" icon="terminal">
    **Usage**: `/removegasmask`

    **Description**: Removes the equipped gas mask and returns the item to the player.

    **Example**:

    ```
    /removegasmask
    ```
  </Accordion>

  <Accordion title="removenightvision" icon="terminal">
    **Usage**: `/removenightvision`

    **Description**: Removes the equipped night vision goggles and returns the item. You must turn night vision and thermal vision off first (using `/togglenightvision` or `/togglethermalvision`).

    **Example**:

    ```
    /removenightvision
    ```

    <Warning>
      If night vision or thermal vision is still active, the command will fail and show a turn-off message.
    </Warning>
  </Accordion>

  <Accordion title="togglenightvision" icon="terminal">
    **Usage**: `/togglenightvision`

    **Description**: Toggles night vision while the goggles are worn. Night vision and thermal vision are mutually exclusive.

    **Example**:

    ```
    /togglenightvision
    ```
  </Accordion>

  <Accordion title="togglethermalvision" icon="terminal">
    **Usage**: `/togglethermalvision`

    **Description**: Toggles thermal vision (`SetSeethrough`) while the goggles are worn. Night vision and thermal vision are mutually exclusive.

    **Example**:

    ```
    /togglethermalvision
    ```
  </Accordion>
</AccordionGroup>
