# MOTD

{% hint style="info" %}
Since earlydev-0.2.0
{% endhint %}

**Incompatible with MiniMOTD, AdvancedNMOTD, ColorMOTD, CleanMOTD**

### Configuration

```yaml
motd:
  enabled: false
  # Put icons in "/General/customization/icons"
  edit-icon: false
  icons: []
  display-max-players: 20  # Displayed to player, not affect to server
  motds:
    1:
      l1: MOTD-1-1
      l2: MOTD-2-2
    2:
      l1: MOTD-2-1
      l2: MOTD-2-2

  maintain-motd:
    l1: MAINTAIN MODE
    l2: Please contact the operator
    join-kick-message: "Maintain Mode"  # Kick message when player join while maintain mode
```


---

# 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://afternode.gitbook.io/general/customization/motd.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.
