# config.yml

```yaml
Settings:

  # If set to true, messages won't be displayed for players in vanish mode (supports most vanish plugins).
  Support_Vanish: true

  # Should the default join message sent by Bukkit be hidden?
  Hide_Join_Message: true

  # Should the default quit message sent by Bukkit be hidden?
  Hide_Quit_Message: true

  # Disable the entire `Message_Join` section.
  Disable_Join_Section: false

  # Disable the entire `Message_Quit` section.
  Disable_Quit_Section: false

  # Notify in the console when a new version of the plugin is available.
  Check_updates: true

  # Inform players about new versions of the plugin when they join the server.
  # Permission rankjoin.update
  Check_updated_on_join: true

  # Supported vanish plugins. If a specific plugin is enabled and a player goes into vanish/unvanish mode,
  # this plugin will send join and quit messages.
  VanishTypeSupport:
    PremiumVanish: false
    SuperVanish: false
    Essentials: false
    CMI: false



```


---

# 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://starozytny.gitbook.io/rankjoinmessages/files/config.yml.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.
