# Config Settings

| CONFIG SETTING    | POSSIBLE VALUES                                                                                       | EXPLANATION                                                                                                                                            |
| ----------------- | ----------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------ |
| modVersion        | <mark style="color:red;">DO NOT TOUCH</mark>                                                          | This setting will be adjusted with each update of the mod. It makes sure to keep the config up to date if something is added or changed in the config. |
| configWiki        | <mark style="color:red;">DO NOT TOUCH</mark>                                                          | The link to this wiki page.                                                                                                                            |
| chatMessageOnJoin | <p>Default: true</p><p>Values:  true  / false</p>                                                     | If set to true the join message will be displayed in the players chat.                                                                                 |
| chatMessageOnce   | <p>Default: true</p><p>Values:  true / false</p>                                                      | If set to true the chat message will be only displayed once and per world and than will automatically set chatMessageOnJoin to false.                  |
| itemGUIPos        | <p>Default: "BOTTOM\_LEFT"<br>Values:  "TOP\_LEFT", "TOP\_RIGHT", "BOTTOM\_LEFT", "BOTTOM\_RIGHT"</p> | All possible GUI screen locations when holding the Protractor, Magnifying Glass or Ruler. Can be cycled through button press ingame.                   |


---

# 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://fetzis-orga.gitbook.io/fetzis-displays/config-settings.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.
