# Player Personal Settings

You can configure these flags inside your `config.yml` file. Options:

* default\_2\_list
* display\_2\_list\`

These flags are applied to new players. Existing players can toggle these flags in their personal settings GUI menu, by executing `/lands menu main` and then navigating to the personal settings menu. They only control bahaviour related to this single player, such as receiving invites.

## Available Personal Flags

Each flag has their own toggle permission, which is required for the player to toggle the flag.

* **RECEIVE\_INVITES**\
  Allow other lands to invite the player to their land?\
  \&#xNAN;*Toggle permission: lands.player.setting.receive\_invites*
* **ENTER\_MESSAGES**\
  Show enter and leave messages when the player enters or leaves a land?\
  \&#xNAN;*Toggle permission: lands.player.setting.enter\_messages*
* **SHOW\_INBOX**\
  Show inbox messages, from lands the player is part of, in chat?\
  \&#xNAN;*Toggle permission: lands.player.setting.show\_inbox*

## Config

Here can configure default flags for new players and decide which flags should be displayed in the GUI menu.

```yaml
# Players can toggle personal flags to customize their experience.
player:
  flags:
    # Configure a default list of flags that is enabled.
    # This only applies to new players, or those who haven't toggeled any flags yet.
    default_2_list:
      - 'receive_invites'
      - 'enter_messages'
      - 'show_inbox'

    # Configure which flags should be displayed in the menu.
    # ALL = all flags are displayed.
    display_2_list:
      - 'all'
```


---

# 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://wiki.incredibleplugins.com/lands/configuration/player-personal-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.
