[SK] Mask

HEXAGON73

Kızıltaş Madencisi
En iyi cevaplar
0
Arkadaşlar bu skript NickNamer plugini ile uyumludur.

Kod:
command /maske [<text>]:
    permission: donor.maske
    trigger:
        if arg 1 is not set:
            send "&f&l&m====================" to player
            send " &eKullanilabilir maskler:" to player
            send " &2Oyuncu" to player
            send " &8Iron" to player
            send " &6Gold" to player
            send " &bDiamond" to player
            send "&f&l&m====================" to player
        if arg 1 is "oyuncu":
            execute console command "/nick &2%player% %player%"
            wait 1 ticks
            send " &9> &eBasari ile &2Oyuncu &emask oldunuz!"
        if arg 1 is "Iron":
            execute console command "/nick &8%player% %player%"
            wait 1 ticks
            send " &9> &eBasari ile &8Iron &emask oldunuz!"
        if arg 1 is "Gold":
            execute console command "/nick &6%player% %player%"
            wait 1 ticks
            send " &9> &eBasari ile &6Gold &emask oldunuz!"
        if arg 1 is "Diamond":
            execute console command "/nick &b%player% %player%"
            wait 1 ticks
            send " &9> &eBasari ile &bDiamond &emask oldunuz!"

command /maskecik:
    aliases: /unmask, /unmaske
    permission: donor.maskecik
    trigger:
        execute console command "/nick clear %player%"
        wait 1 ticks
        send " &9> &eBasari ile masktan ciktiniz!"
 

TheBlueDeath

Nether Yerlisi
En iyi cevaplar
0
Sadece ismi değilde prefix'i de gizleseydi güzel olurdu
Kod:
 if arg 1 is "oyuncu":
 execute console command "/nick &2%player% %player%"
 execute console command "manuaddv %player% prefix &7[&8Oyuncu]"
 wait 1 ticks
Gibi...
 
Üst