KirazTR

Kömür Madencisi
En iyi cevaplar
0
İyi günler ben serverime böyle bir efekt istiyorum komutla ve permissionlu olursa iyi olur.
Ama burdaki kırmızı particle değil happyVillager particlesi olsa sevinirim.
Linki görebilmek için üye olmanız gerekiyor. Giriş yap veya üye ol.

Ben bunun farklı bir plugin eklentisi olmadan sadece skriptle çalışanı varsa istiyorum.
Yapabilirseniz çok sevinirim şimdiden teşekkürler.
@Minecraftplayerr @Rosenrot @Blueyescat @iAtakanHD
 

Rosenrot

LAGOMORPHA
En iyi cevaplar
0
Buyur
Linki görebilmek için üye olmanız gerekiyor. Giriş yap veya üye ol.

Üstün geometri yeteneklerimle yapıldı :ci:

PHP:
command /efekt <player>:
    trigger:
        if argument is set:
            while argument is online:
                wait 0.5 second
                set {_yaricap} to 1
                set {_aci} to 10
                set {_alcalma} to 1
                set {_boy} to 3
                set {_sayi} to (360 / {_aci})
                set {_yukselme} to ({_alcalma} / {_sayi})
                set {_daralma} to ({_yaricap} / ( {_boy} / {_yukselme}))
                set {_uzunluk} to 0
                set {_suanki} to 0
                while {_uzunluk} is smaller than {_boy}:
                    reduce {_yaricap} by {_daralma}
                    increase {_uzunluk} by {_yukselme}
                    add {_aci} to {_suanki}
                    Set {_hesap} to ({_suanki} / 180) * 3.14159265358979323846
                    Set {_x} to (cos {_hesap}) * {_yaricap}
                    Set {_z} to (sin {_hesap}) * {_yaricap}
                    set {_lokasyon} to location of argument
                    increase x-coordinate of {_lokasyon} by {_x}            
                    increase y-coordinate of {_lokasyon} by {_uzunluk}  
                    increase Z-coordinate of {_lokasyon} by {_z}
                    spawn 10 of particle happy villager at location of {_lokasyon}
                    wait 0.7 ticks
Kullanım: "/efekt <isim/oyuncu>"
 

KirazTR

Kömür Madencisi
En iyi cevaplar
0
Buyur
Linki görebilmek için üye olmanız gerekiyor. Giriş yap veya üye ol.

Üstün geometri yeteneklerimle yapıldı :ci:

PHP:
command /efekt <player>:
    trigger:
        if argument is set:
            while argument is online:
                wait 0.5 second
                set {_yaricap} to 1
                set {_aci} to 10
                set {_alcalma} to 1
                set {_boy} to 3
                set {_sayi} to (360 / {_aci})
                set {_yukselme} to ({_alcalma} / {_sayi})
                set {_daralma} to ({_yaricap} / ( {_boy} / {_yukselme}))
                set {_uzunluk} to 0
                set {_suanki} to 0
                while {_uzunluk} is smaller than {_boy}:
                    reduce {_yaricap} by {_daralma}
                    increase {_uzunluk} by {_yukselme}
                    add {_aci} to {_suanki}
                    Set {_hesap} to ({_suanki} / 180) * 3.14159265358979323846
                    Set {_x} to (cos {_hesap}) * {_yaricap}
                    Set {_z} to (sin {_hesap}) * {_yaricap}
                    set {_lokasyon} to location of argument
                    increase x-coordinate of {_lokasyon} by {_x}           
                    increase y-coordinate of {_lokasyon} by {_uzunluk} 
                    increase Z-coordinate of {_lokasyon} by {_z}
                    spawn 10 of particle happy villager at location of {_lokasyon}
                    wait 0.7 ticks
Kullanım: "/efekt <isim/oyuncu>"
Süpersin.Teşekkürler.

Buyur
Linki görebilmek için üye olmanız gerekiyor. Giriş yap veya üye ol.

Üstün geometri yeteneklerimle yapıldı :ci:

PHP:
command /efekt <player>:
    trigger:
        if argument is set:
            while argument is online:
                wait 0.5 second
                set {_yaricap} to 1
                set {_aci} to 10
                set {_alcalma} to 1
                set {_boy} to 3
                set {_sayi} to (360 / {_aci})
                set {_yukselme} to ({_alcalma} / {_sayi})
                set {_daralma} to ({_yaricap} / ( {_boy} / {_yukselme}))
                set {_uzunluk} to 0
                set {_suanki} to 0
                while {_uzunluk} is smaller than {_boy}:
                    reduce {_yaricap} by {_daralma}
                    increase {_uzunluk} by {_yukselme}
                    add {_aci} to {_suanki}
                    Set {_hesap} to ({_suanki} / 180) * 3.14159265358979323846
                    Set {_x} to (cos {_hesap}) * {_yaricap}
                    Set {_z} to (sin {_hesap}) * {_yaricap}
                    set {_lokasyon} to location of argument
                    increase x-coordinate of {_lokasyon} by {_x}           
                    increase y-coordinate of {_lokasyon} by {_uzunluk} 
                    increase Z-coordinate of {_lokasyon} by {_z}
                    spawn 10 of particle happy villager at location of {_lokasyon}
                    wait 0.7 ticks
Kullanım: "/efekt <isim/oyuncu>"
3 hata çıktı :/ eminmisin sadece skriptle yapıldığına,bende olmuyor da.
 

KirazTR

Kömür Madencisi
En iyi cevaplar
0
Ben bunun farklı bir plugin eklentisi olmadan sadece skriptle çalışanı varsa istiyorum. Demiştim...
 

Dantero

Elmas Madencisi
En iyi cevaplar
0
skript ile yapılıyorsa pluginlede yapılır zaten , skript de bir plugindir!
 

OrangeLemon

Let it die
En iyi cevaplar
0
Benim kendi yapmış olduğum bir plugin var ama fiyatı 1USD ama bu diğer efekt pluginlerine benzemez 30 dan fazla efekt var :(
 
Üst