> For the complete documentation index, see [llms.txt](https://afternode.gitbook.io/general/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://afternode.gitbook.io/general/customization/motd.md).

# 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
```
