# WEBSEND

{% hint style="warning" %}
Websend does not work on server versions 1.16 and above! For newer versions of Minecraft, please use the MINEXON Plugin, WebSender Plugin or RCON.
{% endhint %}

{% hint style="info" %}
Please download the Websend plugin from the link below before starting all the operations.
{% endhint %}

{% embed url="<https://dev.bukkit.org/projects/websend>" %}

Put the downloaded <mark style="color:orange;">jar</mark> file in the <mark style="color:red;">plugins</mark> folder and run the server. After the server is turned on, turn off the server and edit and save the Websend <mark style="color:blue;">config.yml</mark> file according to the example below. Please do not forget to add the port you are using to the firewall.

{% code title="config.yml" lineNumbers="true" %}

```yaml
PASS=PASSWORD
URL=https://example.com
WEBLISTENER_ACTIVE=true
ALTPORT=PORT (10289 RECOMMENDED)
```

{% endcode %}


---

# 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://help.minexon.net/connect-your-game/websend.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.
