Skript istek.

OnurCreed

Kömür Madencisi
En iyi cevaplar
0
Beyler Skript veya CC Yani Chestcommandla Yapılabilicek bisey istiyorum 9 uzunlukta bir gui destekli 1vs1 sistemi mesela nasıl
Şimdi elindeki blaze rod'a sag tıklayınca gui sistemi açılıcak ve o gui sisteminde ilk slota mesela yay koyulucak insanlar yaya tıkladıgında 1vs1 yay arenasına sıraya giricekler.
 

ShiodomeMiuna

Nether Yerlisi
En iyi cevaplar
11
PHP:
rightclick with blaze rod:
    open chest with 1 rows named "&a1vs1" to player
    format slot 0 of player with bow named "&cYay" with lore "&bBu esyaya tiklarsaniz yay arenasina girersiniz." to close then run [execute player command "/1vs1 join Yay"]
 

OnurCreed

Kömür Madencisi
En iyi cevaplar
0
PHP:
rightclick with blaze rod:
    open chest with 1 rows named "&a1vs1" to player
    format slot 0 of player with bow named "&cYay" with lore "&bBu esyaya tiklarsaniz yay arenasina girersiniz." to close then run [execute player command "/1vs1 join Yay"]
hmm peki blze rod'un ismini degistirebilirmisin mesela GrasyPvP adlı blaze rod'a Sag tıklayınca açılsın menu?
 

jackopmackop

Kızıltaş Madencisi
En iyi cevaplar
0
Kod:
rightclick with blaze rod:open chest with 1 rows named "&a1vs1" to player
        give a with blaze rod named "&4&lGrasy&6&lPvP" to player
        format slot 0 of player with bow named "&cYay" with lore "&bBu esyaya tiklarsaniz yay arenasina girersiniz." to close then run [execute player command "/1vs1 join Yay"]
Bunu dene.
 

OnurCreed

Kömür Madencisi
En iyi cevaplar
0
Kod:
rightclick with blaze rod:open chest with 1 rows named "&a1vs1" to player
        give a with blaze rod named "&4&lGrasy&6&lPvP" to player
        format slot 0 of player with bow named "&cYay" with lore "&bBu esyaya tiklarsaniz yay arenasina girersiniz." to close then run [execute player command "/1vs1 join Yay"]
Bunu dene.
bir şey daha isteyebilirmiyim
Şu kodu düzenlermisiniz konsolda şu hatayi veriyor:[14:18:05 ERROR]: 'if' is not a boolean (yes/no) (sandiksk.sk, line 41: if:')
Kod:
command /lapisandigi <player>:
    permission: lapis.sandigi
    permission message: &cHoop bilader dur!
    trigger:
        give 1 chest named "&8&lLapis Sandigi" to player
        give 1 tripwire hook named "&8&Lapis Sandigi Anahtari" to player
        send "&8&lLapis Sandigi ve Anahtari &d&oalindi!" to playercommand /lapisandigi <player>:
    permission: lapis.sandigi
    permission message: &cHoop bilader dur!
    trigger:
        give 1 chest named "&8&lLapis Sandigi" to player
        give 1 tripwire hook named "&8&lLapis Sandigi Anahtari" to player
        send "&8&lLapis Sandigi ve Anahtari &d&oalindi!" to player
       
on rightclick holding a chest:
    if tool's name is "&8&lLapis Sandigi":
        if player have 1 tripwire hook named "&8&lLapis Sandigi Anahtari":
            cancel event
            apply slowness 999 to player for 3 seconds
            apply jump 999 to player for 3 seconds
            send "&4&l[&f&lSandik&4&l] &8&lLapis Sandigi aciliyor..." to player
            wait 3 second
            remove 1 chest named "&8&lLapis Sandigi" from player
            remove 1 tripwire hook named "&8&lLapis Sandigi Anahtari" from player
            chance of 50%:
                give 10 iron ingot to player
                send "&4&l[&f&lSandik&4&l] &710 demir kulcesi kazanildi!" to player
            else:
                chance of 25%:
                    give 2 diamond to player
                    send "&4&l[&f&lSandik&4&l] &b2 elmas kazandiniz!" to player
                else:
                    chance of 20%:
                        give 10 emerald to player
                        send "&4&l[&f&lSandik&4&l] &b10 Zumrut kazandiniz!" to player
                    else:
                        chance of 5%:
                            give 1 diamond block to player
                        else:
                            send "&4&l[&f&lSandik&4&l] &b1 elmas block kazandiniz!" to player
                        if:
                            send "&4&l[&f&lSandik&4&l] &cUzgunum birsey kazanamadiniz." to player
                           
on break lapis lazuli ore:
    chance of 1%
    send "&8&l> &eLapis kazarken 1 &9Lapis Sandigi &7buldun!" to player
    execute console command "lapisandigi %player%"
 

jackopmackop

Kızıltaş Madencisi
En iyi cevaplar
0
Kod:
command /komursandasdfasdfasdfasdfasfasfasfasfhgfgigi:
    permission: komur.sandigi
    permission message: &cHoop bilader dur!
    trigger:
        give 1 chest named "&8&lKomur Sandigi" to player
        give 1 tripwire hook named "&8&lKomur Sandigi Anahtari" to player
        send "&8&lKomur Sandigi ve Anahtari &d&oalindi!" to player

command /kiziltassandidafasdfsadfasfdgi:
    permission: kiziltas.sandigi
    permission message: &cHoop bilader dur!
    trigger:
        give 1 chest named "&4&lKiziltas Sandigi" to player
        give 1 tripwire hook named "&8&lKiziltas Sandigi Anahtari" to player
        send "&4&lKiziltas Sandigi ve Anahtari &d&oalindi!" to player

command /kutual:
    permission: demir.sandigi
    permission message: &cYetkiniz Yok!
    trigger:
        give 1 chest named "&7&lSansli Kutu" to player
        give 1 tripwire hook named "&7&lSansli Anahtar" to player
        send "&7&lSanli Kutu ve Anahtari &d&oalindi!" to player


on rightclick holding a chest:
    if tool's name is "&8&lKomur Sandigi":
        if player have 1 tripwire hook named "&8&lKomur Sandigi Anahtari":
            cancel event
            apply slowness 999 to player for 3 seconds
            apply jump 999 to player for 3 seconds
            send "&4&l[&f&lSandik&4&l] &8&lKomur Sandigi aciliyor..." to player
            wait 3 second
            remove 1 chest named "&8&lKomur Sandigi" from player
            remove 1 tripwire hook named "&8&lKomur Sandigi Anahtari" from player
            chance of 50%:
                give 10 iron ingot to player
                send "&4&l[&f&lSandik&4&l] &710 demir kulcesi kazanildi!" to player
            else:
                chance of 25%:
                    give 2 diamond to player
                    send "&4&l[&f&lSandik&4&l] &b2 elmas kazandiniz!" to player
                else:
                    chance of 20%:
                        give 1 diamond helmet to player
                        send "&4&l[&f&lSandik&4&l] &bElmas Kask kazandiniz!" to player
                    else:
                        chance of 5%:
                            give 1 diamond block to player
                            send "&4&l[&f&lSandik&4&l] &b1 elmas block kazandiniz!" to player
                        else:
                            send "&4&l[&f&lSandik&4&l] &cUzgunum birsey kazanamadiniz." to player
    else:
        if tool's name is "&4&lKiziltas Sandigi":
            if player have 1 tripwire hook named "&4&lKiziltas Sandigi Anahtari":
                cancel event
                apply slowness 999 to player for 3 seconds
                apply jump 999 to player for 3 seconds
                send "&4&l[&f&lSandik&4&l] &4&lKiziltas Sandigi aciliyor..." to player
                wait 3 second
                remove 1 chest named "&4&lKiziltas Sandigi" from player
                remove 1 tripwire hook named "&4&lKiziltas Sandigi Anahtari" from player
                chance of 75%:
                    give 30 coal to player
                    send "&4&l[&f&lSandik&4&l] &830 komur kazanildi!" to player
                else:
                    chance of 80%:
                        give 5 iron ingot to player
                        send "&4&l[&f&lSandik&4&l] &75 demir kazandiniz!" to player
                    else:
                        chance of 50%:
                            give 16 redstone to player
                            send "&4&l[&f&lSandik&4&l] &416 redstone kazandiniz!" to player
                        else:
                            chance of 40%:
                                give 3 diamond to player
                                send "&4&l[&f&lSandik&4&l] &b3 elmas kazandiniz!" to player
                            else:
                                send "&4&l[&f&lSandik&4&l] &cUzgunum birsey kazanamadiniz." to player
        else:
            if tool's name is "&7&lSansli Kutu":
                if player have 1 tripwire hook named "&7&lSansli Anahtar":
                    cancel event
                    apply slowness 999 to player for 1 seconds
                    apply jump 999 to player for 1 seconds
                    send "&4&l[&f&lSandik&4&l] &7&lSansli Kutu aciliyor..." to player
                    wait now second
                    remove 1 chest named "&7&lSansli Kutu" from player
                    remove 1 tripwire hook named "&7&lSansli Anahtar" from player
                    chance of 30%:
                        give 32 diamond to player
                        send "&4&l[&f&lSandik&4&l] &b32 diamond kazanildi!" to player
                    else:
                        chance of 20%:
                            give diamond sword of sharpness 5 to player
                            send "&4&l[&f&lSandik&4&l] &bKeskinlik 5 Elmas Kilic kazandiniz!" to player
                        else:
                            chance of 20%:
                                give diamond helmet of protection 5 to player
                                send "&4&l[&f&lSandik&4&l] &bKoruma 5 Elmas Kask kazandiniz!" to player
                            else:
                                chance of 20%:
                                    give diamond chestplate of protection 5 to player
                                    send "&4&l[&f&lSandik&4&l] &bKoruma 5 Elmas Zirh kazandiniz!" to player
                                else:  
                                    chance of 20%:
                                        give diamond leggings of protection 5 to player
                                        send "&4&l[&f&lSandik&4&l] &bKoruma 5 Elmas Paltolon kazandiniz!" to player
                                    else:
                                        chance of 20%:
                                            give diamond boots of protection 5 to player
                                            send "&4&l[&f&lSandik&4&l] &bKoruma 5 Elmas Bot kazandiniz!" to player
                                        else:
                                            chance of 5%:
                                                give diamond chestplate of protection 6 to player
                                                send "&4&l[&f&lSandik&4&l] &bKoruma 6 Elmas Zirh kazandiniz!" to player
                                            else:
                                                chance of 10%:
                                                    execute console command "money give %player% 1000000"
                                                    send "&4&l[&f&lSandik&4&l] &b1000000 para kazandiniz!" to player
                                                else:
                                                    send "&4&l[&f&lSandik&4&l] &cUzgunum birsey kazanamadiniz." to player
Buyrun Aynısı Bu Çalışıyo Ayarlarını Değiştirip Bozmadan Kullanabilirsin :)
 
Üst