Paylaşım Essentials Mail Türkçe Skripti

Erhan

www.Rabisu.com
Yönetici
Katılım
27 Haz 2020
Mesajlar
410
En iyi cevaplar
20
Puanları
2,140
Ödüller
10
Merhaba bu konumda sizlere Essentials plugininin mail sistemini türkçe haliyle posta'ya çevirebilmeniz için skript paylaşacağım.

Kod:
command /posta [<text>] [<player>] [<text>]:
    trigger:
        if arg 1 is set:
            if arg 1 is "gönder" or "gonder":
                if arg 2 is set:
                    if arg 3 is set:
                        execute player command "mail send %arg 2% %arg 3%"
                    else:
                        send "&f/posta <gönder/oku/sil> [oyuncu] [mesaj]" to player
                else:
                    send "&f/posta <gönder/oku/sil> [oyuncu] [mesaj]" to player
            if arg 1 is "oku":
                execute player command "mail read"
            if arg 1 is "sil":
                execute player command "mail read"
        else:
            send "&f/posta <gönder/oku/sil> [oyuncu] [mesaj]" to player
 

Ekli dosyalar

  • posta.zip
    321 bayt · Görüntüleme: 154
Üst