Renk Skripti

xDonsuzEmirTR_V2

Kömür madencisi
Katılım
30 May 2019
Mesajlar
16
Beğeni
3
Puanları
30
Merhaba. Bir sürü sunucuda olan renk komutları kafa karıştırdığı için bu skript'i paylaşmak istedim.

KOD:

JavaScript:
options:
    p: &3R&ae&en&ck &8»
    
command /renk:
    permission: sohbet.renk
    permission message: &cHata &7» &fBilinmeyen bir komut girdin, tekrar dene.
    trigger:
        open virtual chest with size 3 named "Sohbet rengi seçimi" to player
        make gui slot 19 of player with lime dye named "&a█" to run:
            set {sohbetrengi::%player%} to "&a"
            play "LEVEL_UP" to player
            message "{@p} &7Sohbet rengi ayarlandı: %{sohbetrengi::%player%}%Deneme"
        make gui slot 20 of player with red dye named "&c█" to run:
            set {sohbetrengi::%player%} to "&c"
            play "LEVEL_UP" to player
            message "{@p} &7Sohbet rengi ayarlandı: %{sohbetrengi::%player%}%Deneme"
        make gui slot 21 of player with yellow dye named "&e█" to run:
            set {sohbetrengi::%player%} to "&e"
            play "LEVEL_UP" to player
            message "{@p} &7Sohbet rengi ayarlandı: %{sohbetrengi::%player%}%Deneme"
        make gui slot 22 of player with magenta dye named "&d█" to run:
            set {sohbetrengi::%player%} to "&d"
            play "LEVEL_UP" to player
            message "{@p} &7Sohbet rengi ayarlandı: %{sohbetrengi::%player%}%Deneme"
        make gui slot 23 of player with bone meal named "&f█" to run:
            set {sohbetrengi::%player%} to "&f"
            play "LEVEL_UP" to player
            message "{@p} &7Sohbet rengi ayarlandı: %{sohbetrengi::%player%}%Deneme"
        make gui slot 24 of player with cyan dye named "&3█" to run:
            set {sohbetrengi::%player%} to "&3"
            play "LEVEL_UP" to player
            message "{@p} &7Sohbet rengi ayarlandı: %{sohbetrengi::%player%}%Deneme"
        make gui slot 25 of player with light blue dye named "&b█" to run:
            set {sohbetrengi::%player%} to "&b"
            play "LEVEL_UP" to player
            message "{@p} &7Sohbet rengi ayarlandı: %{sohbetrengi::%player%}%Deneme"
        make gui slot 3 of player with stick named "&cSıfırla" to close then run console command "arenksifirla %player%"
        make gui slot 5 of player with barrier named "&eÇık" to close
            
on chat:
    if {sohbetrengi::%player%} is set:
        set message to "%{sohbetrengi::%player%}%%message%"
        
command /arenksifirla [<player>]:
    permission: op
    permission message: &cHata &7» &fBilinmeyen bir komut girdin, tekrar dene.
    trigger:
        arg 1 is set:
            send "{@p} &7Sohbet rengi sıfırlandı!" to arg 1
            play "LEVEL_UP" to arg 1
            delete {sohbetrengi::%arg 1%}
 

Mlynstax

Zümrüt madencisi
Katılım
30 May 2019
Mesajlar
203
Beğeni
77
Puanları
450
Tanıttığın skript ile birlikte 'aliases-english.sk' adlı defteri de paylaşmalısın ki bu tarz hatalar oluşmasın; http://prntscr.com/nvgcfb Herkesin aliases dosyalarında aynı bilgiler yazmıyor ki. Ayrıca bu kadar uzun bir skripte de ihtiyaç yok daha kısa şekilde de halledebilirsin.
 

Birkan

Elmas madencisi
Katılım
30 May 2019
Mesajlar
177
Beğeni
78
Puanları
450
Konu Tasarımı güzel olabilirmiş ancak skript güzelmiş VIP oyuncular ek özellik olarak kullanabilir
 

Castrum

Kömür madencisi
Katılım
25 Ocak 2021
Mesajlar
14
Beğeni
0
Puanları
10
garip bi fikir ama başarılı bi skript eline sağlık
 

bucksh0t

YASAKLI ÜYE
YASAKLI ÜYE
Katılım
4 Kas 2020
Mesajlar
110
Beğeni
5
Puanları
280
Bence sıkıntılı. on chat kullanırsanız örneğin -> gibi şeyler Ada seviyeleri bulunduğu konum gibi şeyleri alamazsınız. Ek kod gerektirir. Bunun yerine essentials.group.role gibi şeylerle format belirlerseniz daha iyi olur gibi
 
Üst