> For the complete documentation index, see [llms.txt](https://wiki.staffplusplus.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.staffplusplus.org/features/join-messages.md).

# Join messages

### Configuration

```yaml
joinmessages-module:
  enabled: true
  messages:
      - permission: 'staff.joinmessages.staff'
        message: '&6[Staff] &4%player% &7joined the server'
        weight: 1
```

You can configure different messages based on the permission a player has.\
The weight determines which message get's priority should a player have multiple join messages permissions. A higher weight will get priority.
