xPucciGqng

Sudan Çıkmış
Mesajlar
2
En iyi cevaplar
0
Beğeniler
1
Puanları
40
ss1.PNG

ss2.PNG
ss3.PNG
ss4.PNG
ss5.PNG


Kod:
command /puccisetup [<text>]:
    trigger:
        if player does not have permission "luckperm.setup":
            send ""
            send "&7&m---+--- &b&lPUCCI SETUP &7&m---+---"
            send "&cBu komutu kullanamazsın!"
            send "&7&m---+--- &b&lPUCCI SETUP &7&m---+---"
            send ""
        if arg-1 is not set:
            send "&7&m---+---&b&l PUCCI SETUP &7&m---+----"
            send ""
            send "&bBu skripti kurmak için aşağıdaki eklentilere sahip olmalısınız:"
            send ""
            send "&aLuckPerms &8(&c&lGEREKLİ&8/&c&lÖNEMLİ&8)"
            send "&aLuckPerms-Chat &8(&c&lGEREKLİ&8/&c&lÖNEMLİ&8)"
            send ""
            send "&bAşağıdaki eklentilere sahipseniz, lütfen &a/puccisetup kur &byazın."
            send "(&7&oEklentiler sunucunuzda yoksa, skript hatalı çalışacaktır!)"
            send ""
            send "&7&m---+---&b&l PUCCI SETUP &7&m---+----"
        if arg-1 is "kur":
            send "&7[&b&lPUCCI SETUP&7]: &b3 saniye içerisinde başlayacak."
            wait 3 seconds
            execute console command "/lp creategroup kurucu"
            execute console command "/lp creategroup admin"
            execute console command "/lp creategroup moderatör"
            execute console command "/lp creategroup asistan"
            execute console command "/lp creategroup mimar"
            execute console command "/lp creategroup rehber"
            execute console command "/lp creategroup mvip+"
            execute console command "/lp creategroup mvip"
            execute console command "/lp creategroup vip+"
            execute console command "/lp creategroup vip"
            execute console command "/lp creategroup oyuncu"
            wait 3 seconds
            execute console command "/lp group kurucu meta setprefix ""&4&lKURUCU &e"""
            execute console command "/lp group admin meta setprefix ""&c&lADMIN &e"""
            execute console command "/lp group moderatör meta setprefix ""&5&lMOD &e"""
            execute console command "/lp group asistan meta setprefix ""&3&lASISTAN &e"""
            execute console command "/lp group mimar meta setprefix ""&b&lMIMAR &e"""
            execute console command "/lp group rehber meta setprefix ""&2&lREHBER &e"""
            execute console command "/lp group mvip+ meta setprefix ""&3MVIP&c+ &f"""
            execute console command "/lp group mvip meta setprefix ""&3MVIP &f"""
            execute console command "/lp group vip+ meta setprefix ""&6VIP&c+ &f"""
            execute console command "/lp group vip meta setprefix ""&6VIP &f"""
            execute console command "/lp group oyuncu meta setprefix ""&8Oyuncu &7"""
            wait 2 seconds
            send "&7[&b&lPUCCI SETUP&7]: &bKurulum tamamlandı! Bir oyuncu sıralaması belirlemek için &f/yetkiver &byazın."
command /yetkiver [<offline player>] [<text>]:
    trigger:
        if player does not have permission "luckperm.yetki":
            send ""
            send "&7&m---+---&b &b&lPUCCI SETUP &7&m---+---"
            send "&cBu komutu kullanamazsın!"
            send "&7&m---+---&b &b&lPUCCI SETUP &7&m---+---"
            send ""
        if arg-1 is not set:
            if player does not have permission "luckperm.yetki":
                send ""
            else:
                send "&7[&b&lPUCCI SETUP&7]: Kullanım: /yetkiver isim yetki"
        if arg-2 is set:
            execute console command "/lp user %arg-1% group set %arg-2%"
            send "&b%arg-1'in sıralaması %arg-2% olarak ayarlandı!"
 



Üst