# 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
```
