# Discord Support

### Discord Synchronization

The [DiscordSRV](https://www.spigotmc.org/resources/discordsrv.18494/) plugin is used to synchronize the player with the discord server. This feature can also be used to eliminate the use of multiaccount to claim rewards. You can then specify with the <mark style="color:blue;">`require-discord-sync: true`</mark> (add this property to the .yml reward file) attribute whether an individual reward can only be claimed if the player has this synchronization enabled

### Discord Boosting

If you want to make the reward only for discord boosters, just mark the reward (add this property to the .yml reward file) as <mark style="color:blue;">`require-boosting-discord: true`</mark> and only those who boost your discord server will be able to claim it.

### Discord Logging

Logging of claiming rewards, discord channel where logs will be sent can be found in config.yml <mark style="color:blue;">`discord-log-channel: "<channelID>"`</mark>


---

# 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://ultimaterewards.athelion.eu/configuration/rewards/reward-features/discord-support.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.
