> For the complete documentation index, see [llms.txt](https://symbiote-development.gitbook.io/symbiote-development-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://symbiote-development.gitbook.io/symbiote-development-docs/plugins/cwelcomer/messages.md).

# Messages

#### Description

All messages in PlayerWelcomer support full color customization using hex color codes and legacy Minecraft color codes.

**Color Code Support**

1. #### Hex Color Codes

   Use `#RRGGBB` format for 16.7 million color options (Minecraft 1.16+)
2. #### Legacy Color Codes

   Use `&` followed by a character for traditional Minecraft colors

#### First-Join Messages

```yaml
first-join:
  enabled: true
  line_count: 5
  message:
    line1: "#808080&m===================="
    line2: ""
    line3: "#00FF00&lWelcome #FFFF00%player_name% #808080to the server! #808080[&f#%unique_join_count%#808080]"
    line4: ""
    line5: "#808080&m===================="
```

#### Other Messages

<pre class="language-yaml"><code class="lang-yaml"><strong>welcome-message: "#00FF00Welcome to the server, #FFFF00%target_name%#00FF00! Welcomed by #FFFF00%player_name%"
</strong><strong>success-message: "#00FF00You welcomed a new player and received #ADD8E6%reward_amount% %reward_display%!"
</strong><strong>no-new-players: "#FF0000That player has already been welcomed!"
</strong><strong>cooldown-message: "#FF0000Please wait %seconds% seconds before using this command again!"
</strong></code></pre>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://symbiote-development.gitbook.io/symbiote-development-docs/plugins/cwelcomer/messages.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.
