> For the complete documentation index, see [llms.txt](https://2lewds-plugins.gitbook.io/poke/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://2lewds-plugins.gitbook.io/poke/get-started/configuration.md).

# Configuration

```yaml
#   Poke
#
#   [Discord] https://discord.gg/7eYqtWxZtp
#   [GitHub] https://github.com/pxlmo/rfp
#   [Documentation] https://2lewds-plugins.gitbook.io/poke/

# Changing this will result in a database reset!
database:
  username: "pokes"
  password: "default"

# The notification sound which will the target will hear
# for more info see:
# https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Sound.html#enum-constant-summary
pokeSound: "ENTITY_EXPERIENCE_ORB_PICKUP"

# The message which will be sent
messages:
  onJoin: "You have been poked {amount} time(s) while you were gone"
  onPoke:
    sent: "Successfully poked {player}!"
    received: "{player} poked you!"
```

{% hint style="warning" %}
Always change the default database's username and password!
{% endhint %}
