Minecraft GUI Mute Skript # Artık Mute Atmak Daha Kolay

develnuker

Ağaç Yumruklayıcı
Mesajlar
27
En iyi cevaplar
0
Beğeniler
11
Puanları
110
Herkese Merhaba Değerli Forum Üyleri ;
Bu Konumda Sizlere GUI Mute Türkçe Meali Menü'lü Susturma Skriptini Paylaşacağım.
Forumda Bunun Benzeri Skriptler Dolaşıyor Fakat Buna Benze Göremedim.
Bu Skript V1.0 Yakın Bir Zamanda Güncelleyeceğim Aklımda Güzel Fikirler Var.


Yeni Güncelleme De Eklemeyi Düşündüklerim:
1- Her Farklı Ceza İçin Farklı Miktarda Para Cezası Kesmek
2- Yanlış Atılan Muteler (Banlar) İçin Yeni Bir Mute (Ban) Kaldırma Butonu Eklemek
3- Bazı Cezalar İçin Hapis Butonu !
İşte Video ;
Kod Aşşağıdadır.


(Daha Detaylı Anlatım İçin Video'yu izleyebilirsiniz.)
V1.0 HastBin Kod : https://hastebin.com/esilexebil.pl

Kod:
Options:
   K: Küfür
    Ks: 300 #saniye cinsinden yazınız.
    A: Argo
    As: 120 #saniye cinsinden yazınız.
    Ak: Ailevi Küfür
    Aks: 1800 #saniye cinsinden yazınız.
    S: Spam
    Ss: 60 #saniye cinsinden yazınız.
    Yh: Yetkiliye Hakaret
    Yhs: 600 #saniye cinsinden yazınız.
    R: Reklam
    Rs: 7d #gün cinsinden yazınız.
 
command /sustur [<player>] [<text>] [<text>]:
    permission: sustur.mute
    permission message: &8[&bSustur&8] &eBu Komutu Kullanmak için gerekli yetkiye sahip değilsiniz.
    trigger:
        if arg-1 is set:
            open chest with 3 rows named "&8&l>          &b&lMute GUI         &8&l<" to player
            wait 1 tick
            format slot 1 of player with gray dye named "&8&l> &b&lKüfür " with lore " ||&8&l> &e&l5 Dakika." to close then run [execute player command "essentials:mute %arg 1% {@Ks} {@K}"]
            format slot 3 of player with gray dye named "&8&l> &b&lArgo " with lore " ||&8&l> &e&l2 Dakika." to close then run [execute player command "essentials:mute %arg 1% {@As} {@A}"]
            format slot 5 of player with gray dye named "&8&l> &b&lAilevi Küfür " with lore " ||&8&l> &e&l30 Dakika." to close then run [execute player command "essentials:mute %arg 1% {@Aks} {@Ak}"]
            format slot 7 of player with gray dye named "&8&l> &b&lSpam " with lore " ||&8&l> &e&l1 Dakika." to close then run [execute player command "essentials:mute %arg 1% {@Ss} {@S}"]
            format slot 10 of player with gray dye named "&8&l> &b&lYetkiliye Hakaret " with lore " ||&8&l> &e&l10 Dakika." to close then run [execute player command "essentials:mute %arg 1% {@Ks} {@K}"]
            if player has permission "sustur.ban":
                format slot 12 of player with red dye named "&8&l> &b&lReklam " with lore " ||&8&l> &e&l7 Gün &4&lBan." to close then run [execute player command "tempban %arg 1% {@Rs} {@R}"]
        else:
            send "&8[&bSustur&8] &eOyuncu Ismi Girmeniz Lazım!" to player

V1.1 Güncellemesi
Mute/Jail/Ban Aynı Menüde Birleşti (Jail/Ban Eklendi)
Renk Düzenlemesi Yapıldı.
Yanlış Verilen Karar'dan Geri Dönmek İçin Yeni Bir Menü Oluşturuldu.


















Jail/Hapishane





























V1.1 HasteBin Kod : https://hastebin.com/enunikafad.vbs
Kod:
Options:
    K: Küfür
    Ks: 300 #saniye cinsinden yazınız.
    A: Argo
    As: 120 #saniye cinsinden yazınız.
    Ak: Ailevi Küfür
    Aks: 1800 #saniye cinsinden yazınız.
    S: Spam
    Ss: 60 #saniye cinsinden yazınız.
    Yh: Yetkiliye Hakaret
    Yhs: 600 #saniye cinsinden yazınız.
    R: Reklam
    Rs: 7d #gün cinsinden yazınız.
    B: 1d #gün cinsinden yazınız. (Bug Kullanımı)
    Ka: 1d #gün cinsinden yazınız. (Kill Aura)
    M: 12h #saat cinsinden yazınız. (Makro)
    Dh: 12h #saat cinsinden yazınız. (Diğer Hileler)
    BB: 1d #gün cinsinden yazınız. (Bug Ban)
    BBS: Bug Kullanımı
    H: 3d #gün cinsinden yazınız. (Hile)
    HS: Hile Kullanımı
    Dn: 1d #gün cinsinden  yazınız. (Diğer Nedenler)
command /ceza [<player>] [<text>] [<text>]:
    permission: ceza.mute
    permission message: &8&l[ &bCeza &8&l] &eBu Komutu Kullanmak için gerekli yetkiye sahip değilsiniz.
    trigger:
        if arg-1 is set:
            open chest with 5 rows named "         &e&lCeza &c%arg 1%   " to player
            wait 1 tick
            format slot 0 of player with name tag named "           &bMute     " with lore " ||&eOyuncuya Mute Atabilirsin." to close
            format slot 2 of player with gray dye named "&8&l[ &bKüfür &8&l]" with lore " || &eCeza Süresi :&b&l 5 Dakika." to close then run [execute player command "essentials:mute %arg 1% {@Ks} {@K}"]
            format slot 3 of player with gray dye named "&8&l[ &bArgo &8&l]" with lore " || &eCeza Süresi :&b&l 2 Dakika." to close then run [execute player command "essentials:mute %arg 1% {@As} {@A}"]
            format slot 4 of player with gray dye named "&8&l[ &bAilevi Küfür &8&l]" with lore " || &eCeza Süresi :&b&l 30 Dakika." to close then run [execute player command "essentials:mute %arg 1% {@Aks} {@Ak}"]
            format slot 5 of player with gray dye named "&8&l[ &bSpam &8&l]" with lore " || &eCeza Süresi :&b&l 1 Dakika." to close then run [execute player command "essentials:mute %arg 1% {@Ss} {@S}"]
            format slot 6 of player with gray dye named "&8&l[ &bYetkiliye Hakaret &8&l]" with lore " || &eCeza Süresi :&b&l 10 Dakika." to close then run [execute player command "essentials:mute %arg 1% {@Ks} {@K}"]
            if player has permission "ceza.jail":
                format slot 18 of player with name tag named "           &bHapis    " with lore " ||&eOyuncuyu Hapise Atabilirsin." to close
                format slot 20 of player with gray dye named "&8&l[ &bBug Kullanma &8&l]" with lore " || &eCeza Süresi :&b&l 1 Gün Hapis" to close then run [execute player command "jail %arg 1% hapis {@B}"]
                format slot 21 of player with gray dye named "&8&l[ &bKill Aura &8&l]" with lore " || &eCeza Süresi :&b&l 1 Gün Hapis" to close then run [execute player command "jail %arg 1% hapis {@Ka}"]
                format slot 22 of player with gray dye named "&8&l[ &bMakro &8&l]" with lore " || &eCeza Süresi :&b&l 12 Saat Hapis." to close then run [execute player command "jail %arg 1% hapis {@M}"]
                format slot 23 of player with gray dye named "&8&l[ &bDiğer Hileler &8&l]" with lore " || &eCeza Süresi :&b&l 12 Saat Hapis." to close then run [execute player command "jail %arg 1% hapis {@Dh}"]
                if player has permission "ceza.ban":
                 format slot 36 of player with name tag named "           &bBan    " with lore " ||&eOyuncuyu Banlarsın Atabilirsin." to close
                 format slot 39 of player with gray dye named "&8&l[ &bHile &8&l]" with lore " || &eCeza Süresi :&b&l 3 Gün Ban" to close then run [execute player command "tempban %arg 1% {@H} {@HS}"]
                 format slot 40 of player with gray dye named "&8&l[ &bReklam &8&l]" with lore " || &eCeza Süresi :&b&l Sınırsız Ban." to close then run [execute player command "ban %arg 1% {@R} "]
                 format slot 38 of player with gray dye named "&8&l[ &bBug Kullanma &8&l]" with lore " || &eCeza Süresi :&b&l 1 Gün Ban" to close then run [execute player command "tempban %arg 1% {@BB} {@BBS}"]
                 format slot 41 of player with gray dye named "&8&l[ &bDiğer Nedenler &8&l]" with lore " || &eCeza Süresi :&b&l 1 Gün Ban." to close then run [execute player command "tempban %arg 1% {@Dn}"]
        else:
            send "&8&l[ &bCeza &8&l] &eOyuncu Ismi Girmeniz Lazım!" to player
command /cezakaldır [<offlineplayer>] :
    permission: ceza.kaldır
    permission message: &8&l[ &bCeza &8&l] &eBu Komutu Kullanmak için gerekli yetkiye sahip değilsiniz.
    trigger:
        if arg-1 is set:
            open chest with 3 rows named "    &e&lCeza iptal &c%arg 1%   " to player
            wait 1 tick
            format slot 9 of player with name tag named "           &bCeza Kaldır    " with lore " ||&eOyuncunun Cezasını Kaldırabilirsin." to close
            format slot 11 of player with light green dye named "           &bMute     " with lore " ||&eOyuncunun Mutesini Kaldır." to close then run [execute player command "essentials:mute %arg 1% 0"]
            format slot 13 of player with light green dye named "           &bJail     " with lore " ||&eOyuncuyu Hapisten Çıkarır." to close then run [execute player command "jail %arg 1% hapis 0"]
            format slot 15 of player with light green dye named "           &bBan     " with lore " ||&eOyuncunun Banını Kaldırır." to close then run [execute player command "unban %arg 1% "]
        else:
            send "&8&l[ &bCeza &8&l] &eOyuncu Ismi Girmeniz Lazım!" to player

 


Son düzenleme:

UltraoyunTR

Zombi Katili
Mesajlar
235
En iyi cevaplar
0
Beğeniler
188
Puanları
400
Ruh hali
Bence böyle yapmaktansa şöyle bir şey yapabilirdiniz. Mesela sohbete ''a*k'' yazıyor ve otomatik 15 dakika mute yiyor ama bunun geliştirilmiş sistemini yapabilirsiniz. Mesela 3 kere tekrarlarsa mute atsın 4.kez yapınca 30 dakika atsın vs. gibi. Ama bu skriptte güzel ama essentials'a göre ayarlanması iyi olmamış. /mute, /ban olsaydı daha faydalı olabilirdi.

8/10
 

develnuker

Ağaç Yumruklayıcı
Mesajlar
27
En iyi cevaplar
0
Beğeniler
11
Puanları
110
Bence böyle yapmaktansa şöyle bir şey yapabilirdiniz. Mesela sohbete ''a*k'' yazıyor ve otomatik 15 dakika mute yiyor ama bunun geliştirilmiş sistemini yapabilirsiniz. Mesela 3 kere tekrarlarsa mute atsın 4.kez yapınca 30 dakika atsın vs. gibi. Ama bu skriptte güzel ama essentials'a göre ayarlanması iyi olmamış. /mute, /ban olsaydı daha faydalı olabilirdi.

8/10
şu an GUI'yi Geliştiriyorum Mute/Jail/Ban Bir Arada + Olarak Bunların Cezalarnın Kaldırılmasını'da Yapıyorum. Güncellenecek Yani :)
 

YgtGamingTR

Elmas Madencisi
Mesajlar
804
En iyi cevaplar
0
Beğeniler
482
Puanları
0
kod hata veriyor ;
Kod:
[18:18:17 INFO]: [Skript] Reloading the config and all scripts...
[18:18:17 INFO]: Loaded a total of 11504 english aliases
[18:18:17 WARN]: There are no aliases defined for the following ids: 165, 166, 167, 168, 169, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 409, 410, 411, 412, 413, 414, 415, 416, 423, 424, 425, 427, 428, 429, 430, 431
[18:18:17 WARN]: Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section. (mute.sk, line 27: if player has permission "sustur.ban":')
[18:18:17 WARN]: Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section. (mute.sk, line 27: if player has permission "sustur.ban":')
[18:18:17 ERROR]: Can't understand this condition/effect: open chest with 3 rows named "&8&l╗          &b&lMute GUI         &8&l½" to player (mute.sk, line 20: open chest with 3 rows named "&8&l╗          &b&lMute GUI         &8&l½" to player')
[18:18:17 ERROR]: Can't understand this condition/effect: format slot 1 of player with gray dye named "&8&l╗ &b&lK³f³r " with lore " ||&8&l╗ &e&l5 Dakika." to close then run [execute player command "essentials:mute %arg 1% 300 K³f³r"] (mute.sk, line 22: format slot 1 of player with gray dye named "&8&l╗ &b&lK³f³r " with lore " ||&8&l╗ &e&l5 Dakika." to close then run [execute player command "essentials:mute %arg 1% {@Ks} {@K}"]')
[18:18:17 ERROR]: Can't understand this condition/effect: format slot 3 of player with gray dye named "&8&l╗ &b&lArgo " with lore " ||&8&l╗ &e&l2 Dakika." to close then run [execute player command "essentials:mute %arg 1% 120 Argo"] (mute.sk, line 23: format slot 3 of player with gray dye named "&8&l╗ &b&lArgo " with lore " ||&8&l╗ &e&l2 Dakika." to close then run [execute player command "essentials:mute %arg 1% {@As} {@A}"]')
[18:18:17 ERROR]: Can't understand this condition/effect: format slot 5 of player with gray dye named "&8&l╗ &b&lAilevi K³f³r " with lore " ||&8&l╗ &e&l30 Dakika." to close then run [execute player command "essentials:mute %arg 1% 1800 Ailevi K³f³r"] (mute.sk, line 24: format slot 5 of player with gray dye named "&8&l╗ &b&lAilevi K³f³r " with lore " ||&8&l╗ &e&l30 Dakika." to close then run [execute player command "essentials:mute %arg 1% {@Aks} {@Ak}"]')
[18:18:18 ERROR]: Can't understand this condition/effect: format slot 7 of player with gray dye named "&8&l╗ &b&lSpam " with lore " ||&8&l╗ &e&l1 Dakika." to close then run [execute player command "essentials:mute %arg 1% 60 Spam"] (mute.sk, line 25: format slot 7 of player with gray dye named "&8&l╗ &b&lSpam " with lore " ||&8&l╗ &e&l1 Dakika." to close then run [execute player command "essentials:mute %arg 1% {@Ss} {@S}"]')
[18:18:18 ERROR]: Can't understand this condition/effect: format slot 10 of player with gray dye named "&8&l╗ &b&lYetkiliye Hakaret " with lore " ||&8&l╗ &e&l10 Dakika." to close then run [execute player command "essentials:mute %arg 1% 300 K³f³r"] (mute.sk, line 26: format slot 10 of player with gray dye named "&8&l╗ &b&lYetkiliye Hakaret " with lore " ||&8&l╗ &e&l10 Dakika." to close then run [execute player command "essentials:mute %arg 1% {@Ks} {@K}"]')
[18:18:18 ERROR]: Can't understand this condition/effect: format slot 12 of player with red dye named "&8&l╗ &b&lReklam " with lore " ||&8&l╗ &e&l7 G³n &4&lBan." to close then run [execute player command "tempban %arg 1% 7d Reklam"] (mute.sk, line 28: format slot 12 of player with red dye named "&8&l╗ &b&lReklam " with lore " ||&8&l╗ &e&l7 G³n &4&lBan." to close then run [execute player command "tempban %arg 1% {@Rs} {@R}"]')
[18:18:18 INFO]: Loaded 1 script with a total of 0 triggers and 1 command in 0.11 seconds
[18:18:18 INFO]: [Skript] Encountered 7 errors while reloading the config and all scripts!
 

develnuker

Ağaç Yumruklayıcı
Mesajlar
27
En iyi cevaplar
0
Beğeniler
11
Puanları
110
kod hata veriyor ;
Kod:
[18:18:17 INFO]: [Skript] Reloading the config and all scripts...
[18:18:17 INFO]: Loaded a total of 11504 english aliases
[18:18:17 WARN]: There are no aliases defined for the following ids: 165, 166, 167, 168, 169, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 409, 410, 411, 412, 413, 414, 415, 416, 423, 424, 425, 427, 428, 429, 430, 431
[18:18:17 WARN]: Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section. (mute.sk, line 27: if player has permission "sustur.ban":')
[18:18:17 WARN]: Empty configuration section! You might want to indent one or more of the subsequent lines to make them belong to this section or remove the colon at the end of the line if you don't want this line to start a section. (mute.sk, line 27: if player has permission "sustur.ban":')
[18:18:17 ERROR]: Can't understand this condition/effect: open chest with 3 rows named "&8&l╗          &b&lMute GUI         &8&l½" to player (mute.sk, line 20: open chest with 3 rows named "&8&l╗          &b&lMute GUI         &8&l½" to player')
[18:18:17 ERROR]: Can't understand this condition/effect: format slot 1 of player with gray dye named "&8&l╗ &b&lK³f³r " with lore " ||&8&l╗ &e&l5 Dakika." to close then run [execute player command "essentials:mute %arg 1% 300 K³f³r"] (mute.sk, line 22: format slot 1 of player with gray dye named "&8&l╗ &b&lK³f³r " with lore " ||&8&l╗ &e&l5 Dakika." to close then run [execute player command "essentials:mute %arg 1% {@Ks} {@K}"]')
[18:18:17 ERROR]: Can't understand this condition/effect: format slot 3 of player with gray dye named "&8&l╗ &b&lArgo " with lore " ||&8&l╗ &e&l2 Dakika." to close then run [execute player command "essentials:mute %arg 1% 120 Argo"] (mute.sk, line 23: format slot 3 of player with gray dye named "&8&l╗ &b&lArgo " with lore " ||&8&l╗ &e&l2 Dakika." to close then run [execute player command "essentials:mute %arg 1% {@As} {@A}"]')
[18:18:17 ERROR]: Can't understand this condition/effect: format slot 5 of player with gray dye named "&8&l╗ &b&lAilevi K³f³r " with lore " ||&8&l╗ &e&l30 Dakika." to close then run [execute player command "essentials:mute %arg 1% 1800 Ailevi K³f³r"] (mute.sk, line 24: format slot 5 of player with gray dye named "&8&l╗ &b&lAilevi K³f³r " with lore " ||&8&l╗ &e&l30 Dakika." to close then run [execute player command "essentials:mute %arg 1% {@Aks} {@Ak}"]')
[18:18:18 ERROR]: Can't understand this condition/effect: format slot 7 of player with gray dye named "&8&l╗ &b&lSpam " with lore " ||&8&l╗ &e&l1 Dakika." to close then run [execute player command "essentials:mute %arg 1% 60 Spam"] (mute.sk, line 25: format slot 7 of player with gray dye named "&8&l╗ &b&lSpam " with lore " ||&8&l╗ &e&l1 Dakika." to close then run [execute player command "essentials:mute %arg 1% {@Ss} {@S}"]')
[18:18:18 ERROR]: Can't understand this condition/effect: format slot 10 of player with gray dye named "&8&l╗ &b&lYetkiliye Hakaret " with lore " ||&8&l╗ &e&l10 Dakika." to close then run [execute player command "essentials:mute %arg 1% 300 K³f³r"] (mute.sk, line 26: format slot 10 of player with gray dye named "&8&l╗ &b&lYetkiliye Hakaret " with lore " ||&8&l╗ &e&l10 Dakika." to close then run [execute player command "essentials:mute %arg 1% {@Ks} {@K}"]')
[18:18:18 ERROR]: Can't understand this condition/effect: format slot 12 of player with red dye named "&8&l╗ &b&lReklam " with lore " ||&8&l╗ &e&l7 G³n &4&lBan." to close then run [execute player command "tempban %arg 1% 7d Reklam"] (mute.sk, line 28: format slot 12 of player with red dye named "&8&l╗ &b&lReklam " with lore " ||&8&l╗ &e&l7 G³n &4&lBan." to close then run [execute player command "tempban %arg 1% {@Rs} {@R}"]')
[18:18:18 INFO]: Loaded 1 script with a total of 0 triggers and 1 command in 0.11 seconds
[18:18:18 INFO]: [Skript] Encountered 7 errors while reloading the config and all scripts!
Kod Yenilendi Ve Yeni Güncelleme Yayınlandı.
V1.1 Güncellemesi İçin
Mute/Jail/Ban Aynı Menüde Birleşti (Jail/Ban Eklendi)
Renk Düzenlemesi Yapıldı.
Yanlış Verilen Karar'dan Geri Dönmek İçin Yeni Bir Menü Oluşturuldu.
Güncelleme Yayınlandı.
 

YgtGamingTR

Elmas Madencisi
Mesajlar
804
En iyi cevaplar
0
Beğeniler
482
Puanları
0
hala hata veriyor.
Kod:
[18:52:24 INFO]: [Skript] Reloading mute.sk...
[18:52:24 ERROR]: Can't understand this condition/effect: open chest with 5 rows named "         &e&lCeza &c%arg 1%   " to player (mute.sk, line 28: open chest with 5 rows named "         &e&lCeza &c%arg 1%   " to player')
[18:52:24 ERROR]: Can't understand this condition/effect: format slot 0 of player with name tag named "           &bMute     " with lore " ||&eOyuncuya Mute Atabilirsin." to close (mute.sk, line 30: format slot 0 of player with name tag named "           &bMute     " with lore " ||&eOyuncuya Mute Atabilirsin." to close')
[18:52:24 ERROR]: Can't understand this condition/effect: format slot 2 of player with gray dye named "&8&l[ &bK³f³r &8&l]" with lore " || &eCeza S³resi :&b&l 5 Dakika." to close then run [execute player command "essentials:mute %arg 1% 300 K³f³r"] (mute.sk, line 31: format slot 2 of player with gray dye named "&8&l[ &bK³f³r &8&l]" with lore " || &eCeza S³resi :&b&l 5 Dakika." to close then run [execute player command "essentials:mute %arg 1% {@Ks} {@K}"]')
[18:52:24 ERROR]: Can't understand this condition/effect: format slot 3 of player with gray dye named "&8&l[ &bArgo &8&l]" with lore " || &eCeza S³resi :&b&l 2 Dakika." to close then run [execute player command "essentials:mute %arg 1% 120 Argo"] (mute.sk, line 32: format slot 3 of player with gray dye named "&8&l[ &bArgo &8&l]" with lore " || &eCeza S³resi :&b&l 2 Dakika." to close then run [execute player command "essentials:mute %arg 1% {@As} {@A}"]')
[18:52:24 ERROR]: Can't understand this condition/effect: format slot 4 of player with gray dye named "&8&l[ &bAilevi K³f³r &8&l]" with lore " || &eCeza S³resi :&b&l 30 Dakika." to close then run [execute player command "essentials:mute %arg 1% 1800 Ailevi K³f³r"] (mute.sk, line 33: format slot 4 of player with gray dye named "&8&l[ &bAilevi K³f³r &8&l]" with lore " || &eCeza S³resi :&b&l 30 Dakika." to close then run [execute player command "essentials:mute %arg 1% {@Aks} {@Ak}"]')
[18:52:24 ERROR]: Can't understand this condition/effect: format slot 5 of player with gray dye named "&8&l[ &bSpam &8&l]" with lore " || &eCeza S³resi :&b&l 1 Dakika." to close then run [execute player command "essentials:mute %arg 1% 60 Spam"] (mute.sk, line 34: format slot 5 of player with gray dye named "&8&l[ &bSpam &8&l]" with lore " || &eCeza S³resi :&b&l 1 Dakika." to close then run [execute player command "essentials:mute %arg 1% {@Ss} {@S}"]')
[18:52:24 ERROR]: Can't understand this condition/effect: format slot 6 of player with gray dye named "&8&l[ &bYetkiliye Hakaret &8&l]" with lore " || &eCeza S³resi :&b&l 10 Dakika." to close then run [execute player command "essentials:mute %arg 1% 300 K³f³r"] (mute.sk, line 35: format slot 6 of player with gray dye named "&8&l[ &bYetkiliye Hakaret &8&l]" with lore " || &eCeza S³resi :&b&l 10 Dakika." to close then run [execute player command "essentials:mute %arg 1% {@Ks} {@K}"]')
[18:52:24 ERROR]: Can't understand this condition/effect: format slot 18 of player with name tag named "           &bHapis    " with lore " ||&eOyuncuyu Hapise Atabilirsin." to close (mute.sk, line 37: format slot 18 of player with name tag named "           &bHapis    " with lore " ||&eOyuncuyu Hapise Atabilirsin." to close')
[18:52:24 ERROR]: Can't understand this condition/effect: format slot 20 of player with gray dye named "&8&l[ &bBug Kullanma &8&l]" with lore " || &eCeza S³resi :&b&l 1 G³n Hapis" to close then run [execute player command "jail %arg 1% hapis 1d"] (mute.sk, line 38: format slot 20 of player with gray dye named "&8&l[ &bBug Kullanma &8&l]" with lore " || &eCeza S³resi :&b&l 1 G³n Hapis" to close then run [execute player command "jail %arg 1% hapis {@B}"]')
[18:52:24 ERROR]: Can't understand this condition/effect: format slot 21 of player with gray dye named "&8&l[ &bKill Aura &8&l]" with lore " || &eCeza S³resi :&b&l 1 G³n Hapis" to close then run [execute player command "jail %arg 1% hapis 1d"] (mute.sk, line 39: format slot 21 of player with gray dye named "&8&l[ &bKill Aura &8&l]" with lore " || &eCeza S³resi :&b&l 1 G³n Hapis" to close then run [execute player command "jail %arg 1% hapis {@Ka}"]')
[18:52:24 ERROR]: Can't understand this condition/effect: format slot 22 of player with gray dye named "&8&l[ &bMakro &8&l]" with lore " || &eCeza S³resi :&b&l 12 Saat Hapis." to close then run [execute player command "jail %arg 1% hapis 12h"] (mute.sk, line 40: format slot 22 of player with gray dye named "&8&l[ &bMakro &8&l]" with lore " || &eCeza S³resi :&b&l 12 Saat Hapis." to close then run [execute player command "jail %arg 1% hapis {@M}"]')
[18:52:24 ERROR]: Can't understand this condition/effect: format slot 23 of player with gray dye named "&8&l[ &bDier Hileler &8&l]" with lore " || &eCeza S³resi :&b&l 12 Saat Hapis." to close then run [execute player command "jail %arg 1% hapis 12h"] (mute.sk, line 41: format slot 23 of player with gray dye named "&8&l[ &bDier Hileler &8&l]" with lore " || &eCeza S³resi :&b&l 12 Saat Hapis." to close then run [execute player command "jail %arg 1% hapis {@Dh}"]')
[18:52:24 ERROR]: Can't understand this condition/effect: format slot 36 of player with name tag named "           &bBan    " with lore " ||&eOyuncuyu Banlars²n Atabilirsin." to close (mute.sk, line 43: format slot 36 of player with name tag named "           &bBan    " with lore " ||&eOyuncuyu Banlars²n Atabilirsin." to close')
[18:52:24 ERROR]: Can't understand this condition/effect: format slot 39 of player with gray dye named "&8&l[ &bHile &8&l]" with lore " || &eCeza S³resi :&b&l 3 G³n Ban" to close then run [execute player command "tempban %arg 1% 3d Hile Kullan²m²"] (mute.sk, line 44: format slot 39 of player with gray dye named "&8&l[ &bHile &8&l]" with lore " || &eCeza S³resi :&b&l 3 G³n Ban" to close then run [execute player command "tempban %arg 1% {@H} {@HS}"]')
[18:52:24 ERROR]: Can't understand this condition/effect: format slot 40 of player with gray dye named "&8&l[ &bReklam &8&l]" with lore " || &eCeza S³resi :&b&l S²n²rs²z Ban." to close then run [execute player command "ban %arg 1% Reklam "] (mute.sk, line 45: format slot 40 of player with gray dye named "&8&l[ &bReklam &8&l]" with lore " || &eCeza S³resi :&b&l S²n²rs²z Ban." to close then run [execute player command "ban %arg 1% {@R} "]')
[18:52:24 ERROR]: Can't understand this condition/effect: format slot 38 of player with gray dye named "&8&l[ &bBug Kullanma &8&l]" with lore " || &eCeza S³resi :&b&l 1 G³n Ban" to close then run [execute player command "tempban %arg 1% 1d Bug Kullan²m²"] (mute.sk, line 46: format slot 38 of player with gray dye named "&8&l[ &bBug Kullanma &8&l]" with lore " || &eCeza S³resi :&b&l 1 G³n Ban" to close then run [execute player command "tempban %arg 1% {@BB} {@BBS}"]')
[18:52:24 ERROR]: Can't understand this condition/effect: format slot 41 of player with gray dye named "&8&l[ &bDier Nedenler &8&l]" with lore " || &eCeza S³resi :&b&l 1 G³n Ban." to close then run [execute player command "tempban %arg 1% 1d"] (mute.sk, line 47: format slot 41 of player with gray dye named "&8&l[ &bDier Nedenler &8&l]" with lore " || &eCeza S³resi :&b&l 1 G³n Ban." to close then run [execute player command "tempban %arg 1% {@Dn}"]')
[18:52:24 ERROR]: Can't understand this condition/effect: open chest with 3 rows named "    &e&lCeza iptal &c%arg 1%   " to player (mute.sk, line 55: open chest with 3 rows named "    &e&lCeza iptal &c%arg 1%   " to player')
[18:52:25 ERROR]: Can't understand this condition/effect: format slot 9 of player with name tag named "           &bCeza Kald²r    " with lore " ||&eOyuncunun Cezas²n² Kald²rabilirsin." to close (mute.sk, line 57: format slot 9 of player with name tag named "           &bCeza Kald²r    " with lore " ||&eOyuncunun Cezas²n² Kald²rabilirsin." to close')
[18:52:25 ERROR]: Can't understand this condition/effect: format slot 11 of player with light green dye named "           &bMute     " with lore " ||&eOyuncunun Mutesini Kald²r." to close then run [execute player command "essentials:mute %arg 1% 0"] (mute.sk, line 58: format slot 11 of player with light green dye named "           &bMute     " with lore " ||&eOyuncunun Mutesini Kald²r." to close then run [execute player command "essentials:mute %arg 1% 0"]')
[18:52:25 ERROR]: Can't understand this condition/effect: format slot 13 of player with light green dye named "           &bJail     " with lore " ||&eOyuncuyu Hapisten òkar²r." to close then run [execute player command "jail %arg 1% hapis 0"] (mute.sk, line 59: format slot 13 of player with light green dye named "           &bJail     " with lore " ||&eOyuncuyu Hapisten òkar²r." to close then run [execute player command "jail %arg 1% hapis 0"]')
[18:52:25 ERROR]: Can't understand this condition/effect: format slot 15 of player with light green dye named "           &bBan     " with lore " ||&eOyuncunun Ban²n² Kald²r²r." to close then run [execute player command "unban %arg 1% "] (mute.sk, line 60: format slot 15 of player with light green dye named "           &bBan     " with lore " ||&eOyuncunun Ban²n² Kald²r²r." to close then run [execute player command "unban %arg 1% "]')
[18:52:25 INFO]: [Skript] Encountered 22 errors while reloading mute.sk!
 

Breakthrough

Obsidyen Madencisi
Mesajlar
1,333
En iyi cevaplar
0
Beğeniler
1,098
Puanları
3,060
hala hata veriyor.
Kod:
[18:52:24 INFO]: [Skript] Reloading mute.sk...
[18:52:24 ERROR]: Can't understand this condition/effect: open chest with 5 rows named "         &e&lCeza &c%arg 1%   " to player (mute.sk, line 28: open chest with 5 rows named "         &e&lCeza &c%arg 1%   " to player')
[18:52:24 ERROR]: Can't understand this condition/effect: format slot 0 of player with name tag named "           &bMute     " with lore " ||&eOyuncuya Mute Atabilirsin." to close (mute.sk, line 30: format slot 0 of player with name tag named "           &bMute     " with lore " ||&eOyuncuya Mute Atabilirsin." to close')
[18:52:24 ERROR]: Can't understand this condition/effect: format slot 2 of player with gray dye named "&8&l[ &bK³f³r &8&l]" with lore " || &eCeza S³resi :&b&l 5 Dakika." to close then run [execute player command "essentials:mute %arg 1% 300 K³f³r"] (mute.sk, line 31: format slot 2 of player with gray dye named "&8&l[ &bK³f³r &8&l]" with lore " || &eCeza S³resi :&b&l 5 Dakika." to close then run [execute player command "essentials:mute %arg 1% {@Ks} {@K}"]')
[18:52:24 ERROR]: Can't understand this condition/effect: format slot 3 of player with gray dye named "&8&l[ &bArgo &8&l]" with lore " || &eCeza S³resi :&b&l 2 Dakika." to close then run [execute player command "essentials:mute %arg 1% 120 Argo"] (mute.sk, line 32: format slot 3 of player with gray dye named "&8&l[ &bArgo &8&l]" with lore " || &eCeza S³resi :&b&l 2 Dakika." to close then run [execute player command "essentials:mute %arg 1% {@As} {@A}"]')
[18:52:24 ERROR]: Can't understand this condition/effect: format slot 4 of player with gray dye named "&8&l[ &bAilevi K³f³r &8&l]" with lore " || &eCeza S³resi :&b&l 30 Dakika." to close then run [execute player command "essentials:mute %arg 1% 1800 Ailevi K³f³r"] (mute.sk, line 33: format slot 4 of player with gray dye named "&8&l[ &bAilevi K³f³r &8&l]" with lore " || &eCeza S³resi :&b&l 30 Dakika." to close then run [execute player command "essentials:mute %arg 1% {@Aks} {@Ak}"]')
[18:52:24 ERROR]: Can't understand this condition/effect: format slot 5 of player with gray dye named "&8&l[ &bSpam &8&l]" with lore " || &eCeza S³resi :&b&l 1 Dakika." to close then run [execute player command "essentials:mute %arg 1% 60 Spam"] (mute.sk, line 34: format slot 5 of player with gray dye named "&8&l[ &bSpam &8&l]" with lore " || &eCeza S³resi :&b&l 1 Dakika." to close then run [execute player command "essentials:mute %arg 1% {@Ss} {@S}"]')
[18:52:24 ERROR]: Can't understand this condition/effect: format slot 6 of player with gray dye named "&8&l[ &bYetkiliye Hakaret &8&l]" with lore " || &eCeza S³resi :&b&l 10 Dakika." to close then run [execute player command "essentials:mute %arg 1% 300 K³f³r"] (mute.sk, line 35: format slot 6 of player with gray dye named "&8&l[ &bYetkiliye Hakaret &8&l]" with lore " || &eCeza S³resi :&b&l 10 Dakika." to close then run [execute player command "essentials:mute %arg 1% {@Ks} {@K}"]')
[18:52:24 ERROR]: Can't understand this condition/effect: format slot 18 of player with name tag named "           &bHapis    " with lore " ||&eOyuncuyu Hapise Atabilirsin." to close (mute.sk, line 37: format slot 18 of player with name tag named "           &bHapis    " with lore " ||&eOyuncuyu Hapise Atabilirsin." to close')
[18:52:24 ERROR]: Can't understand this condition/effect: format slot 20 of player with gray dye named "&8&l[ &bBug Kullanma &8&l]" with lore " || &eCeza S³resi :&b&l 1 G³n Hapis" to close then run [execute player command "jail %arg 1% hapis 1d"] (mute.sk, line 38: format slot 20 of player with gray dye named "&8&l[ &bBug Kullanma &8&l]" with lore " || &eCeza S³resi :&b&l 1 G³n Hapis" to close then run [execute player command "jail %arg 1% hapis {@B}"]')
[18:52:24 ERROR]: Can't understand this condition/effect: format slot 21 of player with gray dye named "&8&l[ &bKill Aura &8&l]" with lore " || &eCeza S³resi :&b&l 1 G³n Hapis" to close then run [execute player command "jail %arg 1% hapis 1d"] (mute.sk, line 39: format slot 21 of player with gray dye named "&8&l[ &bKill Aura &8&l]" with lore " || &eCeza S³resi :&b&l 1 G³n Hapis" to close then run [execute player command "jail %arg 1% hapis {@Ka}"]')
[18:52:24 ERROR]: Can't understand this condition/effect: format slot 22 of player with gray dye named "&8&l[ &bMakro &8&l]" with lore " || &eCeza S³resi :&b&l 12 Saat Hapis." to close then run [execute player command "jail %arg 1% hapis 12h"] (mute.sk, line 40: format slot 22 of player with gray dye named "&8&l[ &bMakro &8&l]" with lore " || &eCeza S³resi :&b&l 12 Saat Hapis." to close then run [execute player command "jail %arg 1% hapis {@M}"]')
[18:52:24 ERROR]: Can't understand this condition/effect: format slot 23 of player with gray dye named "&8&l[ &bDier Hileler &8&l]" with lore " || &eCeza S³resi :&b&l 12 Saat Hapis." to close then run [execute player command "jail %arg 1% hapis 12h"] (mute.sk, line 41: format slot 23 of player with gray dye named "&8&l[ &bDier Hileler &8&l]" with lore " || &eCeza S³resi :&b&l 12 Saat Hapis." to close then run [execute player command "jail %arg 1% hapis {@Dh}"]')
[18:52:24 ERROR]: Can't understand this condition/effect: format slot 36 of player with name tag named "           &bBan    " with lore " ||&eOyuncuyu Banlars²n Atabilirsin." to close (mute.sk, line 43: format slot 36 of player with name tag named "           &bBan    " with lore " ||&eOyuncuyu Banlars²n Atabilirsin." to close')
[18:52:24 ERROR]: Can't understand this condition/effect: format slot 39 of player with gray dye named "&8&l[ &bHile &8&l]" with lore " || &eCeza S³resi :&b&l 3 G³n Ban" to close then run [execute player command "tempban %arg 1% 3d Hile Kullan²m²"] (mute.sk, line 44: format slot 39 of player with gray dye named "&8&l[ &bHile &8&l]" with lore " || &eCeza S³resi :&b&l 3 G³n Ban" to close then run [execute player command "tempban %arg 1% {@H} {@HS}"]')
[18:52:24 ERROR]: Can't understand this condition/effect: format slot 40 of player with gray dye named "&8&l[ &bReklam &8&l]" with lore " || &eCeza S³resi :&b&l S²n²rs²z Ban." to close then run [execute player command "ban %arg 1% Reklam "] (mute.sk, line 45: format slot 40 of player with gray dye named "&8&l[ &bReklam &8&l]" with lore " || &eCeza S³resi :&b&l S²n²rs²z Ban." to close then run [execute player command "ban %arg 1% {@R} "]')
[18:52:24 ERROR]: Can't understand this condition/effect: format slot 38 of player with gray dye named "&8&l[ &bBug Kullanma &8&l]" with lore " || &eCeza S³resi :&b&l 1 G³n Ban" to close then run [execute player command "tempban %arg 1% 1d Bug Kullan²m²"] (mute.sk, line 46: format slot 38 of player with gray dye named "&8&l[ &bBug Kullanma &8&l]" with lore " || &eCeza S³resi :&b&l 1 G³n Ban" to close then run [execute player command "tempban %arg 1% {@BB} {@BBS}"]')
[18:52:24 ERROR]: Can't understand this condition/effect: format slot 41 of player with gray dye named "&8&l[ &bDier Nedenler &8&l]" with lore " || &eCeza S³resi :&b&l 1 G³n Ban." to close then run [execute player command "tempban %arg 1% 1d"] (mute.sk, line 47: format slot 41 of player with gray dye named "&8&l[ &bDier Nedenler &8&l]" with lore " || &eCeza S³resi :&b&l 1 G³n Ban." to close then run [execute player command "tempban %arg 1% {@Dn}"]')
[18:52:24 ERROR]: Can't understand this condition/effect: open chest with 3 rows named "    &e&lCeza iptal &c%arg 1%   " to player (mute.sk, line 55: open chest with 3 rows named "    &e&lCeza iptal &c%arg 1%   " to player')
[18:52:25 ERROR]: Can't understand this condition/effect: format slot 9 of player with name tag named "           &bCeza Kald²r    " with lore " ||&eOyuncunun Cezas²n² Kald²rabilirsin." to close (mute.sk, line 57: format slot 9 of player with name tag named "           &bCeza Kald²r    " with lore " ||&eOyuncunun Cezas²n² Kald²rabilirsin." to close')
[18:52:25 ERROR]: Can't understand this condition/effect: format slot 11 of player with light green dye named "           &bMute     " with lore " ||&eOyuncunun Mutesini Kald²r." to close then run [execute player command "essentials:mute %arg 1% 0"] (mute.sk, line 58: format slot 11 of player with light green dye named "           &bMute     " with lore " ||&eOyuncunun Mutesini Kald²r." to close then run [execute player command "essentials:mute %arg 1% 0"]')
[18:52:25 ERROR]: Can't understand this condition/effect: format slot 13 of player with light green dye named "           &bJail     " with lore " ||&eOyuncuyu Hapisten òkar²r." to close then run [execute player command "jail %arg 1% hapis 0"] (mute.sk, line 59: format slot 13 of player with light green dye named "           &bJail     " with lore " ||&eOyuncuyu Hapisten òkar²r." to close then run [execute player command "jail %arg 1% hapis 0"]')
[18:52:25 ERROR]: Can't understand this condition/effect: format slot 15 of player with light green dye named "           &bBan     " with lore " ||&eOyuncunun Ban²n² Kald²r²r." to close then run [execute player command "unban %arg 1% "] (mute.sk, line 60: format slot 15 of player with light green dye named "           &bBan     " with lore " ||&eOyuncunun Ban²n² Kald²r²r." to close then run [execute player command "unban %arg 1% "]')
[18:52:25 INFO]: [Skript] Encountered 22 errors while reloading mute.sk!
SkQuery kur.
SkQuery kullandığın sürece iğrenç bir skript :(.
 

YgtGamingTR

Elmas Madencisi
Mesajlar
804
En iyi cevaplar
0
Beğeniler
482
Puanları
0
SkQuery kur.
SkQuery kullandığın sürece iğrenç bir skript :(.
kurulu,acaba sürümmü düşük ya ? :(

kurulu,acaba sürümmü düşük ya ? :(
tekrar kurdum fakat hala aynı hata @Breakthrough skriptte hatamı var acaba diye düşünüyorumda sende varsa 1.8 skript atarmısın onunla deneyeyim bide.
SkQuery kur.
SkQuery kullandığın sürece iğrenç bir skript :(.
 

YgtGamingTR

Elmas Madencisi
Mesajlar
804
En iyi cevaplar
0
Beğeniler
482
Puanları
0
:/ver sk yazıp ss atar mısın?
burada ;
@Breakthrough
Kod:
>ver sk
[19:07:29 INFO]: SkQuery version 4.0
[19:07:29 INFO]: Your premier Skript addon.
[19:07:29 INFO]: Website: http://skquery.net
[19:07:29 INFO]: Author: w00tmast3r
[19:07:29 INFO]: Skript version 2.2-dev23
[19:07:29 INFO]: Customize Minecraft's mechanics with simple scripts written in plain English sentences.
[19:07:29 INFO]: Website: http://njol.ch/projects/skript
[19:07:29 INFO]: Authors: Njol, Mirreski, bensku, nfell2009, joeuguce99, RealGatt, RoyCurtis and tim740
[19:07:29 INFO]: WildSkript version 1.8
[19:07:29 INFO]: Website: http://www.dzikoysk.net/
[19:07:29 INFO]: Author: Dzikoysk
[19:07:29 INFO]: skRayFall version 1.8
[19:07:29 INFO]: An addon for skript that adds Citizens support, EffectLib support and other features.
[19:07:29 INFO]: Website: http://rayfall.net/
[19:07:29 INFO]: Author: eyesniper2
 
Son düzenleme:

YgtGamingTR

Elmas Madencisi
Mesajlar
804
En iyi cevaplar
0
Beğeniler
482
Puanları
0
teşekkürler.

dün tam o mesajı attığım zaman saçma bir nedenden dolayı susturma yedim,hala çalışmıyor.
@Breakthrough
 

VanloTR

YASAKLANDI
Mesajlar
9
En iyi cevaplar
0
Beğeniler
4
Puanları
0
Gereksiz Skript
Puan 3/10
3 Puanda Emeğe Saygıdan.
 

Agony

veliongelen.com.tr
Mesajlar
8
En iyi cevaplar
0
Beğeniler
5
Puanları
60
Ruh hali
Teşekkürler güzel skript işime yaradı.
 

Üst