> ## Documentation Index
> Fetch the complete documentation index at: https://destek.leaderos.com.tr/llms.txt
> Use this file to discover all available pages before exploring further.

# WebSender

* WebSender kullanarak oyun konsolunuza komutlar gönderebilirsiniz.

### Eklentiyi indirin

[https://www.spigotmc.org/resources/websender-send-command-with-php-bungee-and-bukkit-support.33909](https://www.spigotmc.org/resources/websender-send-command-with-php-bungee-and-bukkit-support.33909)

<Warning>
  WebSender ile kullandığınız portlar hem web hosting hem de oyun sunucusu VPS'inizde açık olmalıdır.
</Warning>

### Video Anlatım

<iframe src="https://www.youtube.com/embed/HKNl7exhtrY" width="100%" height="400px" frameBorder="0" allowFullScreen={true} />

### Kurulum

<Steps>
  <Step title="Eklentiyi sunucunuzun `plugins` klasörüne yükleyin ve sunucunuzu yeniden başlatın." />

  <Step title="plugins/WebSender/config.yml dosyasını yapılandırın.">
    Lütfen `PORT`u başka bir hizmet tarafından kullanılmayan bir port numarası ile değiştirin <u>(Minecraft sunucu portunuzu girmeyin)</u> ve `PASSWORD`u güvenli bir şifre ile değiştirin.

    ```yml config.yml theme={null}
    socketPort: PORT
    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!
    ```
  </Step>

  <Step title="Dosyayı kaydedin ve sunucuyu yeniden başlatın." />

  <Step title="Bu bilgileri web sitenizin Sunucu Ekle/Düzenle bölümüne girin. Çalışıp çalışmadığını kontrol etmek için 'Bağlantıyı Test Et' butonuna basın." />
</Steps>
