Yeni Skriptim Acemiyim :D

afesraca

Obsidyen Madencisi
En iyi cevaplar
0
Arkadaşlar @ZeYus0308 arkadaşımızın isteği üzerine bir sript yazdım denemedim hata olabilir ve yazdığım gibi daha acemiyim lütfen hataları ve yorumlarınızı yazarsanız sevinirim. Baya bi işsizlik oldu :D
PHP:
command /uzay:
    trigger:
        push the players upwards at speed 100:
            execute console command "nick %player% &8&lUzayMekiği"
            wait 6 second
            set leggings of player to iron_leggings
            set chestplate of player to iron_chestplate
            set boots of player to iron_boots
            execute console command "mvtp %player% world_the_end"
                        execute console command "nick %player% &6&lUzaylı"
            give 1 glass named "kask" to player
        on rightclick with glass:
            set helmet of player to glass
            set player's tool to air
                if player's helmet is not any glass:
                    execute console command "effect %player% 9 10 10"
                    execute console command "effect %player% 19 10 10"
                    wait 5 second
                    execute console command "kill %player%"
                else:
                    apply potion of jump_boost 3 to player for 99999 seconds
                    apply potion of speed 1 to player for 99999 seconds
        on drop:
            dropped item is glass:
                loop entities in radius 1 of dropped item:
                    loop-entity is iron ore:
                        spawn minecart at event-location
            dropped item is iron ore:
                loop entities in radius 1 of dropped item:
                    loop-entity is iron ore:
                        on any move:
                            set {kordinat} to 1 block below of player
                            set block at {kordinat} to minecart
                            wait 1 second
                            set block at {koordinat} to air
                        on jump:
                            execute console command "fly %player%"
                        on any move:
                            drop 5 potato at player
        on sneak toggle:
            execute console command "fly %player%"
            wait 4 second
            say "üzgünüm tüm skript bilgim bitti bir daha ki sefere daha gelişmişini atarım" to player
            execute console command "kill %player%"
                           
command /gemi:
    trigger:
        give 1 iron ore named "gemi_parçası" to player
        give 1 glass named "gemi_parçası" to player
 
Son düzenleme:

ZeYus0308

Kızıltaş Madencisi
En iyi cevaplar
0
hatayı solesen ?
İtemlerde bloklarda filan _ koymana gerek yok :) Hata değil öneri :D

Ahan buldum. Bu tarz bir şeyle yapabilirsin. @Neutrally sağolsun :D
Kod:
command /atessil:
    permission : skript.ateslerisil
    permission message: &4Yetkiniz Yok!
    trigger:
        broadcast "&4Tum Atesler Silindi"
        loop blocks in radius 100 of player's location:
            loop-block is fire:
                set loop-block to air
 
Üst