# WEBSENDER

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

{% embed url="<https://www.spigotmc.org/resources/websender-send-command-with-php-bungee-and-bukkit-support.33909/?__cf_chl_tk=iYyTWoeJ23x75K0HDIIanvIX3qdg5J8OfPt9IIcSl4U-1653598144-0-gaNycGzNCb0>" %}

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

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

```yaml
socketPort: PORT (10289 RECOMMENDED)
socketPassword: PASSWORD
senderPrefix: '[WebSender]'
wrongPassword: Incorrect password, please enter it carefully.
wrongData: Please check PHP variables.
succesfullyLogin: Login is successful.
consoleInfo: 'true'
commandPermission: websender.admin
nothavePerm: You not have permission!
pluginReloaded: Websender reloaded!
```

{% 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/websender.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.
