GroupManager tamamen Türkçe /yetki skripti.

UmutGE

Ağaç Yumruklayıcı
En iyi cevaplar
0
Öncelikle selam, Bu skript'te GroupManager'de pek'de lazım olmayan fakat yeni başlayanlar için örnek veya GroupManager'den anlamayanlar için yapmış olduğum bir Skript'tir,

Gereken Pluginler:
GroupManager
SkQuery
Skript
SkRayFall

Özellikleri:
/yetki - Bu komut ile kendinize veya başka birine yetki verebilirsiniz.
/ayardene - Hata yapıp yapmadığınızı bu komutu kullanarak bulabilirsiniz. (Options kısmında)
/yetkiprefix - İstediğiniz gibi tag yapabilirsiniz. (/yetkiprefix kurucu &4&l&nKURUCU&8>)
/yetkibilgi - Yapımcı ismini yazar.

Kod:
#Alttaki ayarlarin sol kismina sakin ellemeyin, sagdaki yere groupmanagerdeki grup ismini yaziniz.
#Bu skript TheGereksiz (GereksizEv) tarafindan yapilmistir.

options:
    kurucu: kurucu
    admin: admin
    moderator: mod
    rehber: rehber
    megavip: mvip
    ultravip: uvip
    vip: vip
    bos: bos
    bos2: bos2
    bos3: bos3
    bos4: bos4
    bos5: bos5
    bos6: bos6
    yetkiyok: &8> &cBu komutu kullanmak sizin icin yasaktir. &8(&bGereken yetki 'op'&8)
    prefix: &eSUNUCU&8> &f
    
command /yetki [<offlineplayer>] [<text>]:
    permission: op
    permission message: {@yetkiyok}
    aliases: yetkiver
    trigger:
        if arg 1 is not set:
            send "{@prefix} &6/yetki <isim> Kurucu - Bu komut, yazdiginiz isme Kurucu verir."
            send "{@prefix} &6/yetki <isim> Admin - Bu komut, yazdiginiz isme Admin verir."
            send "{@prefix} &6/yetki <isim> Moderator - Bu komut, yazdiginiz isme Moderator verir."
            send "{@prefix} &6/yetki <isim> Rehber - Bu komut, yazdiginiz isme Rehber verir."
            send "{@prefix} &6/yetki <isim> MegaVip - Bu komut, yazdiginiz isme MegaVip verir."
            send "{@prefix} &6/yetki <isim> UltraVip - Bu komut, yazdiginiz isme UltraVip verir."
            send "{@prefix} &6/yetki <isim> Vip - Bu komut, yazdiginiz isme Vip verir."
        if arg 1 is set:
            arg 1 is "kurucu"
            execute console command "/manuadd %arg 1% {@kurucu}"
        if arg 1 is set:
            arg 1 is "admin"
            execute console command "/manuadd %arg 1% {@admin}"
        if arg 1 is set:
            arg 1 is "moderator"
            execute console command "/manuadd %arg 1% {@moderator}"
        if arg 1 is set:
            arg 1 is "rehber"
            execute console command "/manuadd %arg 1% {@rehber}"
        if arg 1 is set:
            arg 1 is "megavip"
            execute console command "/manuadd %arg 1% {@megavip]"
        if arg 1 is set:
            arg 1 is "ultravip"
            execute console command "/manuadd %arg 1% {@ultravip}"
        if arg 1 is set:
            arg 1 is "vip"
            execute console command "/manuadd %arg 1% {@vip}"
        if arg 1 is set:
            arg 1 is "bos"
            execute console command "/manuadd %arg 1% {@bos}"
        if arg 1 is set:
            arg 1 is "bos2"
            execute console command "/manuadd %arg 1% {@bos2}"
        if arg 1 is set:
            arg 1 is "bos3"
            execute console command "/manuadd %arg 1% {@bos3}"
        if arg 1 is set:
            arg 1 is "bos4"
            execute console command "/manuadd %arg 1% {@bos4}"
        if arg 1 is set:
            arg 1 is "bos5"
            execute console command "/manuadd %arg 1% {@bos5}"
        if arg 1 is set:
            arg 1 is "bos6"
            execute console command "/manuadd %arg 1% {@bos6}"
            
command /ayardene [<text>]:
    permission: admin
    trigger:
        if arg 1 is not set:
            send "Have tags (14): &akurucu,admin,moderator,rehber,megavip,ultravip,vip,bos,bos2,bos3,bos4,bos5,bos6,yetkiyok,prefix"
        if arg 1 is set:
            arg 1 is "kurucu"
            send "{@kurucu}"
        if arg 1 is set:
            arg 1 is "admin"
            send "{@admin}"
        if arg 1 is set:
            arg 1 is "moderator"
            send "{@moderator}"
        if arg 1 is set:
            arg 1 is "rehber"
            send "{@rehber}"
        if arg 1 is set:
            arg 1 is "megavip"
            send "{@megavip}"
        if arg 1 is set:
            arg 1 is "ultravip"
            send "{@ultravip}"
        if arg 1 is set:
            arg 1 is "vip"
            send "{@vip}"
        if arg 1 is set:
            arg 1 is "yetkiyok"
            send "{@yetkiyok}"
        if arg 1 is set:
            arg 1 is "prefix"
            send "{@prefix}"
        
command /yetkibilgi:
    trigger:
        send "&8[&bYapimci&7: &9&lTheGereksiz(GereksizEv)&8]"
        
command /yetkiprefix [<text>] [<text>]:
    permission: op
    trigger:
        if arg 1 is set:
            execute console command "/mangaddv %arg 1% prefix %arg 2%"
        if arg 1 is not set:
            send "&6/yetkiprefix [grupismi] [prefix]"
            send "&aOrnek: &6/yetkiprefix kurucu &8[&cKurucu&8]&7>&6&l"

Sevgiler saygılar!

Bu arada bir hata yapmısım, Have tags kısmı ingilizce.
 

Xosmuits

Kızıltaş Madencisi
En iyi cevaplar
5
no good, fazla gereksiz bir skript olmuş, bunun yerine sunucu yönetimine yeni başlayanlar için detaylı ve temel bir anlatım yapsaydınız daha fazla yararlı olabilirdi.
 

EylexLive

bunu gördüğünüzde özel üyem bitmiş olacak :(
En iyi cevaplar
0
LuckPerms varken groupmanager kullanmakta ayrı saçmalık,böyle bir skriptte ayrı saçmalık.
 

UmutGE

Ağaç Yumruklayıcı
En iyi cevaplar
0
Amacım şu; manglist yazmadan kendileri skripte ekleyip kullanabilsinler diye, prefix değiştirmede cabası.
 
Üst