[SK] Skript İsteklerinizi Yazın!

RapsyBaraRS

Zombi Katili
En iyi cevaplar
0
Buyur

Kod:
Options:
    1: 0.05 to 0.1
    2: 0.05 to 0.07

on shoot:
    shooter is a player
    projectile is a snowball
    loop entities in radius 1 of projectile:
        loop-entity is a snowball
        add 1 to {_random}
        if {_random} is 1:
            ignite the loop-entity
            push loop-entity to the right at speed random number from {@1}-0.1
            push loop-entity upwards at speed random number from {@2}
        if {_random} is 2:
            ignite the loop-entity
            push loop-entity to the left at speed random number from {@1}-0.1
            push loop-entity upwards at speed random number from {@2}
        if {_random} is 3:
            ignite the loop-entity
            push loop-entity forwards at speed random number from {@1}
            push loop-entity upwards at speed random number from {@2}
        if {_random} is 4:
            ignite the loop-entity
            push loop-entity backwards at speed random number from {@1}
            push loop-entity to the left at speed random number from {@1}
            push loop-entity upwards at speed random number from {@2}
        if {_random} is 5:
            ignite the loop-entity
            push loop-entity backwards at speed random number from {@1}
            push loop-entity to the right at speed random number from {@1}
            push loop-entity upwards at speed random number from {@2}
        if {_random} is 6:
            ignite the loop-entity
            push loop-entity forwards at speed random number from {@1}
            push loop-entity to the left at speed random number from {@1}
            push loop-entity upwards at speed random number from {@2}
        if {_random} is 7:
            ignite the loop-entity
            push loop-entity forwards at speed random number from {@1}
            push loop-entity to the right at speed random number from {@1}
            push loop-entity upwards at speed random number from {@2}   
        trail projectile with particle lava

on rightclick with stone hoe:
    player has 1 snowball:
        loop 7 times:
            shoot an snowball at speed 2
            remove 1 snowball from player
    else:
        send "&4Mermin Yok!"
on damage:
    projectile is a snowball:
        damage the victim by 1 hearts
 

KatilKorsanlar

Demir Madencisi
En iyi cevaplar
0
abb block komutu antiblockbreaker adlı plugin komutu
on break:
if player's tool is not flint and steel:
cancel event

on place:
if player's tool is not flint and steel:
cancel event

Cakmak Yakılabilir Fakat Oplar Bile Kırıp Koyamıyor Block

Bütün İstekleri Yapmaya Çalışacağım Arkadaşlar!


Buyur

Kod:
on rightclick with stone hoe:
    player has 1 snowball:
        shoot an snowball
        remove 1 snowball from player
    else:
        send "&4Mermin Yok!"
on damage:
    projectile is a snowball:
        damage the victim by 1 hearts

on shoot:
    trail projectile with particle lava


Buyur

Kod:
command /cevrimici:
    trigger:
        send "&6Cevrimici Oyuncular: &f%{oyuncusayisi}%"

on join:
    add 1 to {oyuncusayisi}

on quit:
    remove 1 from {oyuncusayisi}

at 14:00 or 19:00:
    execute console command "..."
öyle bir şey yaptım test etmek icin çalışmadı napıcam


at 19:10 or 19:11:
send "sa" to players
 

SerhatGundogdu

Zombi Katili
En iyi cevaplar
0
on break:
if player's tool is not flint and steel:
cancel event

on place:
if player's tool is not flint and steel:
cancel event

Cakmak Yakılabilir Fakat Oplar Bile Kırıp Koyamıyor Block


öyle bir şey yaptım test etmek icin çalışmadı napıcam


at 19:10 or 19:11:
send "sa" to players


bildiğim kadarıyla at oyunun saati

Bunu dene
Kod:
every second:
    set {time} to "%hour%%minute%"
    if {time} is "1911":
        send "sa"

Bu arada denemedim kodu
 
Üst