# Bungee Announce Setup

## Requirements

{% hint style="warning" %}
To use the Bungee Announce command within the FateUHC plugin, you must have the announce addon installed. You can find the addon at our depend/addon site: <https://depends.bghddevelopment.com>
{% endhint %}

## Install & Setup

Put the addon jar that you obtained from the #depends-addons site into your BungeeCord plugins folder.&#x20;

Open the uhcconfiguration.yml file in the FateUHC plugin folder.

Locate the following configuration:

```
USING-BUNGEE-ANNOUNCE-CHANNELS-ADDON: false
```

Change it to

```
USING-BUNGEE-ANNOUNCE-CHANNELS-ADDON: true
```

You can now use the /announce command to make announcements within the FateUHC plugin. If you encounter "Unknown Server" in the message when running this command, you can change it in the server.properties file of your UHC server. Locate the following line:

```
server-name=Unknown Server
```

Change it to

```
server-name=Your Server Name Here
```


---

# 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://fateuhc.bghddevelopment.com/bungee-announce-setup.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.
