> For the complete documentation index, see [llms.txt](https://docs.mongenscave.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mongenscave.com/premium-products/discordlink/supported-plugins/discordlinkproxy.md).

# DiscordLinkProxy

### How can i download the addon?

* Currently only available on the BuiltByBit [**DiscordLink**](https://builtbybit.com/resources/discordlink-all-in-one-discord-sync.38922/) page and [SpigotMC](https://www.spigotmc.org/resources/discordlinkproxy-discordlink-free-proxy-addon.120786/).

### What does this addon do?

* **The Answer Is:** This addon helps the plugin to burn out, fix and help in spaces where the plugin itself is unable to reach. The addon currently handles and disables the use of bungee/velocity commands before 2FA confirmation!

#### Default Configuration

```yaml
prefix: "<b><gradient:#6C78F6:#A7AFFF>DISCOR</gradient><gradient:#A7AFFF:#6C78F6>DLINK</gradient></b> <dark_gray>»</dark_gray>"

auth-server:
  - auth

whitelisted-commands:
  # Kick player when try to use not whitelisted command
  player-kick:
    enabled: true
    message:
      - "<b><gradient:#B50404:#FF0000>YOU HAVE BEEN KICKED</gradient></b>"
      - ""
      - "<gray>You have been kicked from the server.</gray>"
      - "<yellow>Reason:</yellow> <white>Use command without 2FA confirm</white>"
      - ""
      - "<gold>Feel free to contact with us.</gold>"
      - "<dark_gray>ᴅɪꜱᴄᴏʀᴅ @ ᴅᴄ.ᴍᴏɴɢᴇɴꜱᴄᴀᴠᴇ.ᴄᴏᴍ</dark_gray>"
  allowed-commands: # []
    - 'glist'


version: '1'
```

### mc-DiscordLinkProxy Addon

* This addon support Velocity and Bungeecord.
* Available from DiscordLink 2.2.0 version only.
* Only MiniMessage format available!


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.mongenscave.com/premium-products/discordlink/supported-plugins/discordlinkproxy.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
