# Options Menu

### The options menu (/ads options) allows players to customize their ad settings in-game

## Possible settings

* Activating/deactivating teleportation in ads
* Activating/deactivating line breats in ads
* Activating/deactivating previews

The name of the options menu can be changed in the currently used language file.

## Additional settings

You can edit other settings for the options menu in the `./extras/` folder, specifically within the `options_items.yml` file. Here, you can customize various items:

```
item_teleport:
  Order-DoNotChange: '0'
  Material: 'CLOCK'
  CustomModelData: 'none'
item_break:
  Order-DoNotChange: '1'
  Material: 'REDSTONE'
  CustomModelData: 'none'
item_preview:
  Order-DoNotChange: '2'
  Material: 'PAPER'
  CustomModelData: 'none'
```

> Please keep the Order unchanged, as this is a crucial part for the plugin's functionality.

### With this configuration, it will look like this:

<figure><img src="https://3425716989-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8jCsd7WgqcPtUvFZxvjO%2Fuploads%2FKJH7Ukx7B1H8kjC3fXkV%2Foptions.png?alt=media&#x26;token=0faabadf-b1de-4800-bd42-603d3796f668" alt=""><figcaption></figcaption></figure>

### CustomModelData

You can also change the `CustomModelData` from `none` to any number (no text), if you want to use a custom model / texture.

### This is an example of how it could look:

<figure><img src="https://3425716989-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F8jCsd7WgqcPtUvFZxvjO%2Fuploads%2FACNjW8mzU6c7hrT3D0z2%2Foptions_cmd.png?alt=media&#x26;token=481e2fcf-29b9-406a-b3df-5d80e7fb5e07" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ads.darkplugins.de/plugin-settings/features/options-menu.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
