AdminFun

FatalCoder

Altın Madencisi
Mesajlar
366
En iyi cevaplar
0
Beğeniler
111
Puanları
390

Kod:
#Coded By FatalCoder
options:
    banmesaj: &4Banned:|&fThe Ban Hammer has spoken!
    mutemesaj: &6Susturuldun!
    opmesaj: &7&o[Console: Opped %arg-1%]
    adminmesaj: &eYou were moved to the group Admin in world.
    flymesaj: &6Fly mode is on!
    ateşsüre: 5
    zehirsüre: 5


command /AdminFun <player>:
    aliases: AF
    usage: &f&l[&3&lAdminFun&f&l] &2&lKullanım: &6&o/AdminFun <oyuncu>
    permission: Admin.Fun
    permission message: &b&lBu Komutu Kullanabilmek İçin &4&lAdmin.Fun &b&lYetkisine Sahip Olmalısın.
    trigger:
        open chest with 1 rows named "               &3&l&nAdminFun" to player
        format slot 0 of player with music disc named "&3&oMüzik" to run [execute player command "Müzik %arg-1%"]
        format slot 1 of player with barrier named "&3&oBan" with lore "&a&lOyuncuyu Oyundan Atar ve Ban Mesajını Gönderir." to close then run "kick %arg-1% {@banmesaj}"
        format slot 2 of player with book named "&3&oMute" with lore "&a&lOyuncuya Mute Mesajını Gönderir." to close then run [execute player command "FakeMute %arg-1%"]
        format slot 3 of player with command block named "&3&oOP" with lore "&a&lOyuncuya Op Mesajı Gönderir." to close then run [execute player command "FakeOP %arg-1%"]
        format slot 4 of player with skull of arg-1 named "&a&l%arg-1%" to be unstealable
        format slot 5 of player with quartz stairs named "&3&oYetki" with lore "&a&oOyuncuya Admin Olduğu Mesajını Gönderir." to close then run [execute player command "FakeAdmin %arg-1%"]
        format slot 6 of player with feather named "&3&oUç" with lore "&a&oOyuncuya Uçma Modunun Aktif Olduğu Mesajını Gönderir." to close then run [execute player command "FakeFly %arg-1%"]
        format slot 7 of player with lava bucket named "&3&oAteş" with lore "&a&oOyuncuyu Yakar. ||&6Süre : &b{@ateşsüre} Saniye" to close then run [execute player command "FakeBurn %arg-1%"]
        format slot 8 of player with dye:12 named "&3&oZehir" with lore "&a&oOyuncuyu Zehirler. ||&6Süre : &b{@zehirsüre} saniye" to close then run [execute player command "FakePoison %arg-1%"]
command /Müzik <player>:
    permission: Admin.Fun.Müzik
    permission message: &b&lBu Komutu Kullanabilmek İçin &4&lAdmin.Fun.Müzik &b&lYetkisine Sahip Olmalısın.
    usage: &f&l[&3&lAdminFun&f&l] &2&lKullanım: &6&o/Müzik <oyuncu>
    trigger:
        wait 1 seconds
        open chest with 1 rows named "                 &b&lMüzik" to player
        format slot 0 of player with music disc named "&a&lMellohi" with lore "&6AdminFun" to close then run [execute console command "playsound records.mellohi %arg-1% - - - 1000 1 1"]
        format slot 4 of player with music disc named "&f&lMüziği Kapat &a(1.9.3 Sürümü ve Üzerinde Çalışır.)" with lore "&6AdminFun" to close then run [execute console command "stopsound %arg-1%"]
        format slot 2 of player with music disc named "&a&lWard" with lore "&6AdminFun" to close then run [execute console command "playsound records.ward %arg-1% - - - 1000 1 1"]
        format slot 3 of player with music disc named "&a&lWait" with lore "&6AdminFun" to close then run [execute console command "playsound records.wait %arg-1% - - - 1000 1 1"]
        format slot 5 of player with music disc named "&a&lMall" with lore "&6AdminFun" to close then run [execute console command "playsound records.mall %arg-1% - - - 1000 1 1"]
        format slot 6 of player with music disc named "&a&lCat" with lore "&6AdminFun" to close then run [execute console command "playsound records.cat %arg-1% - - - 1000 1 1"]
        format slot 7 of player with music disc named "&a&lBlocks" with lore "&6AdminFun" to close then run [execute console command "playsound records.blocks %arg-1% - - - 1000 1 1"]
        format slot 8 of player with music disc named "&a&lStal" with lore "&6AdminFun" to close then run [execute console command "playsound records.stal %arg-1% - - - 1000 1 1"]
        format slot 1 of player with music disc named "&a&lStrad" with lore "&6AdminFun" to close then run [execute console command "playsound records.strad %arg-1% - - - 1000 1 1"]
command /FakeMute <player>:
    permission: Admin.Fun.FakeMute
    permission message: &b&lBu Komutu Kullanabilmek İçin &4&lAdmin.Fun.FakeMute &b&lYetkisine Sahip Olmalısın.
    usage: &f&l[&3&lAdminFun&f&l] &2&lKullanım: &6&o/FakeMute <oyuncu>
    trigger:
        send "{@mutemesaj}" to arg-1
       
command /FakeOP <player>:
    permission: Admin.Fun.FakeOP
    permission message: &b&lBu Komutu Kullanabilmek İçin &4&lAdmin.Fun.FakeOP &b&lYetkisine Sahip Olmalısın.
    usage: &f&l[&3&lAdminFun&f&l] &2&lKullanım: &6&o/FakeOP <oyuncu>
    trigger:
        send "{@opmesaj}" to arg-1
       
command /FakeAdmin <player>:
    permission: Admin.Fun.FakeAdmin
    permission message: &b&lBu Komutu Kullanabilmek İçin &4&lAdmin.Fun.FakeAdmin &b&lYetkisine Sahip Olmalısın.
    usage: &f&l[&3&lAdminFun&f&l] &2&lKullanım: &6&o/FakeAdmin <oyuncu>
    trigger:
        send "{@adminmesaj}" to arg-1
command /FakeFly <player>:
    permission: Admin.Fun.FakeFly
    permission message: &b&lBu Komutu Kullanabilmek İçin &4&lAdmin.Fun.FakeFly &b&lYetkisine Sahip Olmalısın.
    usage: &f&l[&3&lAdminFun&f&l] &2&lKullanım: &6&o/FakeFly <oyuncu>
    trigger:
        send "{@flymesaj}" to arg-1
command /FakeBurn <player>:
    permission: Admin.Fun.FakeBurn
    permission message: &b&lBu Komutu Kullanabilmek İçin &4&lAdmin.Fun.FakeBurn &b&lYetkisine Sahip Olmalısın.
    usage: &f&l[&3&lAdminFun&f&l] &2&lKullanım: &6&o/FakeBurn <oyuncu>
    trigger:
        ignite arg-1 for {@ateşsüre} second
command /FakePoison <player>:
    permission: Admin.Fun.FakePoison
    permission message: &b&lBu Komutu Kullanabilmek İçin &4&lAdmin.Fun.FakePoison &b&lYetkisine Sahip Olmalısın.
    usage: &f&l[&3&lAdminFun&f&l] &2&lKullanım: &6&o/FakePoison <oyuncu>
    trigger:
        apply poison to arg-1 for {@zehirsüre} second
 


Atabeyi

¤ DP Grafik ¤
Mesajlar
342
En iyi cevaplar
0
Beğeniler
256
Puanları
0
Gerçekten işsizlikten yapılmış ancak uğraşılmış bir skript , ellerine , emeğine sağlık.
 

FatalCoder

Altın Madencisi
Mesajlar
366
En iyi cevaplar
0
Beğeniler
111
Puanları
390
Hepinize teşekkür ederim :)
@Personinblack Teşekkürler önerileriniz için. options bölümü yaptım bu gibi yanlışlıklar için isteğinize göre düzenleyebilirsiniz.
 

Üst