Çözüldü Skripti Temiz Kısaltacak Arkadaş Varmı

Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

BerkaySahin

Birisi mi Spawnlandı?
Katılım
25 Mayıs 2019
Mesajlar
2
Elmaslar
0
Puan
0
Yaş
35
Minecraft
BercayShn

Discord:

BercayShn

Arkadaşlar Merhaba. Size bir skript vereceğim, lütfen kısaltırmısınız gereksiz komutları. Teşekkür ederim..

Kod:
# #############################################################
# Bu skript, Sadece youtube kanalında ve İndir beyi sitesinde yayınlanacaktır.  # V4 te gelecek isteklerinizi bildirin.
# Bu skript, MrBerkayWinner tarafından yapılmıştır. Paylaşılmaya izin yoktur.
# V2 MrBerkayWinner
# MrBerkayWinner Tarafından yapılmıştır.   # Forum McTr : MrBerkayWinner
# V2 MrBerkayWinner                             # Minecraft: MrBerkayWinner       
#                    #Skript İsteğiniz varsa McTr MrBerkayWinner                   
# #############################################################
# Kağıtlar Kalıcıdır istek üzerine v4 te Kalıcıyı silerim. ####
# Bu skript, Kesinlikle MrBerkayWinner'a aittir. İzinsiz başka forumlarda paylaşmak yasaktır.
# MrBerkayWinner İyi oyunlar diler...
# ###############################################################

Options:                                                   
    p: &3»Zıpla                                                       
                                                                    
command /zipla [<text>]:                                                                 
    permission: sk.zipla
    permission message:&6» &4Yetkin yok!
    aliases: /zp
    trigger:
        if arg-1 is "az":                   
            push the player upward at speed 2
            send "&8» &6 Az zıpladın."
            stop
        if arg-1 is "cok":
            push the player upward at speed 5
            send "&8» &6 Çok zıpladın."       
            stop
        if arg-1 is "ver":
            loop all players:
                give 1 paper named "&5Zıplama Kağıdı" to loop-player
                broadcast "&8» &a&m-------------------------------------"           
                broadcast "&8» &6Herkese &6Zıplama Kağıdı verilmiştir."
                broadcast "&8» &6MrBerkayWinner İyi oyunlar diler.."
                broadcast "&8» &a&m-------------------------------------"
                stop
        if arg-1 is "help" or "bilgi":
            send "&6&m------------------------------------------------"
            send "&c/zipla az - &7Az Zıplatır."
            send "&c/zipla cok - &7Çok Zıplatır."                                   
            send "&c/zipla ver - &7Zıplama Kağıdı verir."
            send "&c/ziplat oyuncu - &7Belirli Oyuncuyu Zıplatır."
            send "&c/zipla bilgi - &7Zıplama hakkında bilgi verir."
            send "&c/ziplaver az - cok&8- Zıplamak için bleyz çubuğu verir." to player
            send "&c/zipla duyuru &8- Jsonlu Duyuru yapar." to player
            send "&6&m------------------------------------------------"
            stop
        else:
            send "&6&m---------------------------------------------------------------------------------------"
            send "&c/zipla az &8- &7Az Zıplatır." to player
            send "&c/zipla cok &8- &7Çok Zıplatır." to player
            send "&c/zipla ver &8- &7Zıplama Kağıdı verir." to player
            send "&c/ziplat oyuncu &8- &7Belirli Oyuncuyu Zıplatır." to player
            send "&c/zipla bilgi &8- &7Zıplama hakkında bilgi verir." to player
            send "&c/zipla duyuru &8- Jsonlu Duyuru yapar." to player
            send "&c/zipla menü &8- Zıpla Menüsü açılır." to player
            send "&c/ziplaver az &8- /ziplaver cok - Oyunculara zıplamak için blaze çubuğu verir." to player
            send "&c/zipla max &8- /zipla max - Oynculara Çok Fazla Havaya atar." to player
            send "&6&m---------------------------------------------------------------------------------------"
on right click with paper:
    if name of the player's tool is "&5Zıplama Kağıdı":
        push the player upward at speed 10                        # zıplama kağıdı max
        send "&8» &cAşırı fazla zıpladın. Yavaş ol !"
        stop
command /ziplat [<player>]:
    permission: sk.zipla
    permission message: &cYetkin Yok!
    aliases: /zplat
    trigger:
        if arg-1 is set:
            push the arg-1 upwards at speed 5
            send "&bYetkili tarafından zıplatıldın!"
        else:
            send "Bir oyuncu adı girmelisiniz!"
command /zipla [<text>]:
    permission: sk.ziplady
    permission message: &cYetkin yok!
    trigger:
        if arg-1 is "duyuru":
            send "&a&m------------------------------------------------------" to player
            send json of "&aZıplama Duyurusu Geldi ! &8- &3İlk Olarak sen zıpla !" tooltip "&6Zıplamak için tıkla!" run "/zipla cok" to player
            send "&a&m------------------------------------------------------" to player
command /zipla [<text>]:
    trigger:
        if arg-1 is "menü":
            send "&aZıplama Menüsü açıldı!"
            open chest with 1 rows named "&bZıplat Menüsü" to player
            wait 3 tick
            format slot 1 of player with dispenser named "&6Zıplat Az" with lore "&b»&4Az" to close then run [execute player command "zipla az"]
            format slot 5 of player with dispenser named "&6Zıplat Çok" with lore "&b»&4Çok" to close then run [execute player command "zipla cok"]
            stop
        
command /ziplaver [<text>]:
    permission: sk.ziplaver
    permission: Yetkin yok!
    trigger:
        if arg-1 is "az":
            give 1 blaze of unbreaking 10 named "&4Az Zıplatıcı" to player
        
on rightclick with blaze:
    if display name of tool is "&4Az Zıplatıcı":
        push the player upwards at speed 2       
        stop
        if arg-1 is "cok":
            give 1 blaze of unbreaking 10 named "&4Çok Zıplatıcı" to player
        
on rightclick with blaze:
    if display name of tool is "&4Çok Zıplatıcı":
        push the player upwards at speed 5       
        stop

command /zipla [<text>]:
    trigger:
        if arg-1 is "max":
            push the player upwards at speed 15
            send "&5Fena zıpladın Yavaş ol!"
        
on rightclick with blaze:                             # blaze çubuğu ile max zıplatıcı exmax
    if display name of tool is "&4Max Zıplatıcı":
        push the player upwards at speed 15
        stop
    
command /ziplat [<text>]:
    permission: sk.ziplathrks
    permission message: Yetkin yok!
    trigger:
        if arg-1 is "herkes":
            push the loop all players upwards at speed 5
            send "&1Yetkili Herkesi Zıplatıyor.."
            stop
    
command /zipla [<text>]:
    trigger:
        if arg-1 is "yenilikler":
            open chest with 1 rows named "&bYenilikler" to players
            wait 2 tick
            format slot 1 of player with bow named "&4Zıpla Bilgi" with lore "&b»&a/ziplaver az-cok||&6/zipla duyuru||&1/zipla menü||&3/zipla max||&4Yazı renkleri dğeiştirildi.||&5Buglar çözüldü.||&b/zipla yenilikler" to close
 
bence gereksiz bir komut yok
 
Bende gereksiz yer bulunuyor onun için kısaltmak mümkün değil gibi gözüküyor . ama bende yeni olduğum için tam olarak bilmiyorum.
 
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

Hala Discord sunucumuza katılmadın mı?

Büyük bir topluluğun parçası ol, etkinliklere katıl ve özel hediyeler kazanma şansı yakala!

Şimdi Katıl