En gelişmiş AirDrop skripti!

AhmetDS12

Marangoz
Mesajlar
63
En iyi cevaplar
0
Beğeniler
6
Puanları
80
Ruh hali
Fazla bilgi vermiyeceğim tek şu bilgiyi versem yeterli:
Skriptin başında item1 vesaire görebilirsiniz o kısma istediğiniz kadar item ekleyebilirsiniz.​
PHP:
options:
    dunya: World
    Yapımcı: Tycho

variables:
    {item1} = leather boots
    {item1.isim} = "ananıdöveyto"
    {item1.lore} = "anancıazçe"
    {item1.nbt} = "{AttributeModifiers:[{AttributeName:""generic.maxHealth"",Name:""Health"",Amount:4,Operation:0,UUIDLeast:1,UUIDMost:1}]}"
# #################################################################################
    {maxitemçıkmasayısı} = 20
    {sanscikmaoranı}= 25
    {kaçdakikada1}= 60
    {dunya}= world
    {Yeri}= "anandöviym %x-coordinate of {_location}% %y-coordinate of {_location}% %z-coordinate of {_location}%"
    {acti}= "%player% %location of event-block% sandığını açtı!"
function Kalp(l: location):
    show 1 Heart particles at {_l} offset by 0, -1.0, 0
    show 1 Heart particles at {_l} offset by 0, 0, 0
    show 1 Heart particles at {_l} offset by 0, 1.0, 0
    show 1 Heart particles at {_l} offset by -1.0, 0, 0
    show 1 Heart particles at {_l} offset by 1.0, 0, 0
    show 1 Heart particles at {_l} offset by 0, 0, -1.0
    show 1 Heart particles at {_l} offset by 0, 0, 1.0
every minute in "world":
    add 1 to {saat.sayac.kutu}
    if {saat.sayac.kutu} >= {kaçdakikada1}:
        set {saat.sayac.kutu} to 0
        loop 62 times:
            set {_loc::*} to location at random integer between -999999 and 999999, 128, random integer between -999999 and 999999 in world "{@dunya}"
            wait a tick
        wait 1 second
        loop {_loc::*}:
            if block 0 above loop-value's location is air:
                set {_location} to block 0 above loop-value's location
                while {_location} is air:
                    y-coordinate of {_location} > 1:
                        set {_location1} to block 1 above 0 east of {_location}
                        set block at {_location1} to air
                        set {_location} to block 1 below 0 east of {_location}
                        show 1 Heart particles at {_location} offset by 0, -1.0, 0
                        show 1 Heart particles at {_location} offset by 0, 0, 0.2
                        show 1 Heart particles at {_location} offset by 0, 1.0, 0
                        show 1 Heart particles at {_location} offset by -0.3, 0, 0
                        show 1 Heart particles at {_location} offset by 0.2, 0, 0
                        show 1 Heart particles at {_location} offset by 0, 0, -1.2
                        show 1 Heart particles at {_location} offset by 0, 1, 0.2
                        set {_locatio2} to {_location}
                        loop 30 times:
                            show 1 redstone particles at {_locatio2} offset by 0, -1, 0
                            wait 2 tick
                            set {_locatio2} to block 1 below 0 east of {_locatio2}
                        loop all players:
                            set action bar of loop-player to "%{Yeri}%"
                set block 1 above {_location} to chest
                set {_loc.loc} to location at x-coordinate of {_location}, y-coordinate of {_location}+1, z-coordinate of {_location} in world "{@dunya}"
                set {sandık.ozel::%{_loc.loc}%} to {_loc.loc}
                broadcast "%{Yeri}%"
                loop all players:
                    send loop-player title "%{Yeri}%"
                stop loop
                stop
every 1 minute:
    loop all players:
        send "1" to loop-player
        wipe loop-player's SIDEBAR
        set score "&b&lDropa kalan süre &f&l>> %{kaçdakikada1} - {saat.sayac.kutu}% dakika" in sidebar of loop-player to 10
        send "2" to loop-player
on rightclick on chest:
    if {sandık.ozel::%location of event-block%} is set:
        delete {sandık.ozel::%location of event-block%}
        broadcast "%{acti}%"
        loop {maxitemçıkmasayısı} times:
            if {maxitemçıkmasayısı} is {maxitemçıkmasayısı}:
                add 1 to {_n}
                chance of {sanscikmaoranı}%:
                    add {item%{_n}%} named "%{item%{_n}%.isim}%" with lore "%{item%{_n}%.lore}%" with custom nbt "%{item%{_n}%.nbt}%" to event-block's inventory
                    wait 1 tick
                    stop loop
        loop 11 times:
            Kalp(location of event-block)
            wait a tick
 


Son düzenleme:

AhmetDS12

Marangoz
Mesajlar
63
En iyi cevaplar
0
Beğeniler
6
Puanları
80
Ruh hali
Hayır diğer airdropları kötülüyorsun pluginleri vesaire lulw
bunuda kötülemeni istedim
 

LifeMCServer

Nether Yerlisi
Mesajlar
2,410
En iyi cevaplar
98
Beğeniler
2,461
Puanları
10,250
Ruh hali
Koda bu kadar boşluk koymanız kodu düzensiz ve okunamaz hala getirmiş. Her satıra boşluk koymuşsunuz neredeyse. CSS syntax highlighting yerine javascript veya php yaparsanız renklendirmesi de konuda daha güzel duracaktır. Skript için forumda bir syntax highlighter yok. Java için de var mı bilmiyorum, emin değilim.
 

Üst