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

# Configuration

{% code title="config.yml" %}

```yaml
## WelcomeRewards | Configuration File ##
## This configuration is default for v1.0 ##

settings:
  max-time: 300 # seconds
  rewards:
    - 'eco give %player% 250'

messages:
  main: "&8[&aWelcomeRewards&8] &7Running on version &a%version% &7by &a%website%&7."
  reload: "&8[&aWelcomeRewards&8] &7Configuration Reloaded."
  permission: "&8[&aWelcomeRewards&8] &7No permission to do that."
  join: "&7The first player to welcome &a%target% &7wins a reward."
```

{% endcode %}
