# Bungeecord

{% hint style="info" %}
The BungeeCord plugin is a licensed plugin only available after purchasing a PlayerPoof subscription.
{% endhint %}

## Step 1 - Install the plugin

Our bungeecord plugin is similar to any other plugin.&#x20;

First of all, you need an already setup bungeecord server which already has a folder called <mark style="background-color:red;">**plugins**</mark> in it.&#x20;

Now it is as simple as dragging and dropping the plugin jar file into this folder.

Then restart your server and you are good to go to the next section.

## Step 2 - License

Once you restarted your server, you will notice an error saying <mark style="background-color:red;">"Your license is not valid!"</mark>, which is perfectly normal at this point.

```yaml
# +-------------------------------------------------------------------------+ #
# |                     ╔═╗┬  ┌─┐┬ ┬┌─┐┬─┐  ╔═╗┌─┐┌─┐┌─┐                    | #
# |                     ╠═╝│  ├─┤└┬┘├┤ ├┬┘  ╠═╝│ ││ │├┤                     | #
# |                     ╩  ┴─┘┴ ┴ ┴ └─┘┴└─  ╩  └─┘└─┘└                      | #
# |                                                                         | #
# |                         Developed by StellarDev                         | #
# |                            www.stellardev.org                           | #
# |                                                                         | #
# |                         ------------------------                        | #
# |                                                                         | #
# |                              LICENSE FILE                               | #
# |                                                                         | #
# |              Type your license key in the following field.              | #
# |                                                                         | #
# +-------------------------------------------------------------------------+ #

key: "YOUR LICENSE KEY HERE"
```

You will need to enter your license key in the <mark style="background-color:red;">**plugins/PlayerPoof/license.yml**</mark> file and restart your server again.&#x20;

In case your server still doesn't start, feel free to join [our discord](https://discord.gg/stellarmc) and open a ticket, we'll do our best to help you out.

## Step 3 - Configuration

Please refer to the following page to learn and understand how to configure messaging services:

{% content-ref url="/pages/VSz9Ij10inyGp5OVPmXM" %}
[Messaging services](/playerpoof/installation/messaging-services.md)
{% endcontent-ref %}

## Step 4 - Sit back

Simple, isn't it? Now you can sit back and relax while our software cares about the rest!


---

# 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://docs.playerpoof.com/playerpoof/installation/bungeecord.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.
