Sol Reklam

Skript Paylaşımı Edit İksirler / Menülü / Ayarlanabilir!

Yazdığım ilk skript olduğunu düşünürsek durum?

  • Güzel

  • Fena değil

  • Kötü


Sonuçlar yalnızca oylamadan sonra görülebilir.
Durum
Mesaj gönderimine kapalı.

HyperionX_09

Odunlara Vur Vur Vur!

Discord:

HyperionX #5914

Katılım
20 Temmuz 2018
Mesajlar
40
Elmaslar
7
Puanlar
0
Yer
Türkiye
Selamlar dostlar sizlere yazmış olduğum ilk skripti paylaşmak istiyorum.
Fazla ayrınıtısı olmayan bir skript (acemilik)

Kullanım:
/iksirler (iksiri vermek istediğiniz kişi) yazdıktan sonra bir menu açılacaktır menuden vermek istediğiniz iksire tıklamanız yeterli.
73779

biraz skript bilginiz varsa daha çok iksir ekleyebilir yada iksirlerin sürelerini veya güçlerini arttırabilirsiniz.

bir tane güçlü bir iksir ekledim içtiğiniz zaman menude bulunan bütün iksirleri içmiş sayılıyorsunuz.
73780

Screenshot_3.png


Buyrun Kod:
Kod:
command /iksirler [<player>]:
    trigger:
        if arg 1 is set:
            player has permission "cezaver.yetkili":
                open virtual chest with size 5 named "             &3&lEdit &5&lİksir" to player
                wait 1 tick
                make gui slot 11 of player with bottle of water named "&eHız İksiri"  to close then run player command "hız %arg 1%"
                make gui slot 12 of player with bottle of water named "&cAcele İksiri" to close then run player command "acele %arg 1%"
                make gui slot 13 of player with bottle of water named "&6Güç İksiri" to close then run player command "güç %arg 1%"
                make gui slot 14 of player with bottle of water named "&4Zıplama İksiri" to close then run player command "zıplama %arg 1%"
                make gui slot 15 of player with bottle of water named "&bYenileme İksiri" to close then run player command "yenileme %arg 1%"
                make gui slot 21 of player with bottle of water named "&1Direnç İksiri" to close then run player command "direnç %arg 1%"
                make gui slot 22 of player with bottle of water named "&8Ateş Direnci İksiri" to close then run player command "ateş %arg 1%"
                make gui slot 23 of player with bottle of water named "&aCan İksiri" to close then run player command "can %arg 1%"
                make gui slot 31 of player with bottle of water named "&3Edit &cIksir" to close then run player command "editiksirver %arg 1%"
                make gui slot 0 of player with magenta glass named " " to close then run player command ""
                make gui slot 1 of player with magenta glass named " " to close then run player command ""
                make gui slot 2 of player with magenta glass named " " to close then run player command ""
                make gui slot 3 of player with magenta glass named " " to close then run player command ""
                make gui slot 4 of player with magenta glass named " " to close then run player command ""
                make gui slot 5 of player with magenta glass named " " to close then run player command ""
                make gui slot 6 of player with magenta glass named " " to close then run player command ""
                make gui slot 7 of player with magenta glass named " " to close then run player command ""
                make gui slot 8 of player with magenta glass named " " to close then run player command ""
                make gui slot 9 of player with magenta glass named " " to close then run player command ""
                make gui slot 10 of player with purple glass named " " to close then run player command ""
                make gui slot 16 of player with purple glass named " " to close then run player command ""
                make gui slot 17 of player with magenta glass named " " to close then run player command ""
                make gui slot 18 of player with magenta glass named " " to close then run player command ""
                make gui slot 19 of player with purple glass named " " to close then run player command ""
                make gui slot 20 of player with purple glass named " " to close then run player command ""
                make gui slot 24 of player with purple glass named " " to close then run player command ""
                make gui slot 25 of player with purple glass named " " to close then run player command ""
                make gui slot 26 of player with magenta glass named " " to close then run player command ""
                make gui slot 27 of player with magenta glass named " " to close then run player command ""
                make gui slot 28 of player with purple glass named " " to close then run player command ""
                make gui slot 29 of player with purple glass named " " to close then run player command ""
                make gui slot 30 of player with purple glass named " " to close then run player command ""
                make gui slot 32 of player with purple glass named " " to close then run player command ""
                make gui slot 33 of player with purple glass named " " to close then run player command ""
                make gui slot 34 of player with purple glass named " " to close then run player command ""
                make gui slot 35 of player with magenta glass named " " to close then run player command ""
                make gui slot 36 of player with magenta glass named " " to close then run player command ""
                make gui slot 37 of player with magenta glass named " " to close then run player command ""
                make gui slot 38 of player with magenta glass named " " to close then run player command ""
                make gui slot 39 of player with magenta glass named " " to close then run player command ""
                make gui slot 40 of player with magenta glass named " " to close then run player command ""
                make gui slot 41 of player with magenta glass named " " to close then run player command ""
                make gui slot 42 of player with magenta glass named " " to close then run player command ""
                make gui slot 43 of player with magenta glass named " " to close then run player command ""
                make gui slot 44 of player with magenta glass named " " to close then run player command ""

command /hız [<player>]:
    permission: editiksir.admin
    trigger:
        if arg 1 is set:
            give 1 bottle of water named "&eHız İksiri" to player
        
on rightclick with bottle of water:
    if tool's name is "&eHız İksiri":
        remove 1 bottle of water named "&eHız İksiri" from player's inventory
        wait 1 second
        apply speed 4 to player for 5 minute
    
command /acele [<player>]:
    permission: editiksir.admin
    trigger:
        if arg 1 is set:
            give 1 bottle of water named "&cAcele İksiri" to player
        
on rightclick with bottle of water:
    if tool's name is "&cAcele İksiri":
        remove 1 bottle of water named "&cAcele İksiri" from player's inventory
        wait 1 second
        apply haste 3 to player for 3 minute
    
command /güç [<player>]:
    permission: editiksir.admin
    trigger:
        if arg 1 is set:
            give 1 bottle of water named "&6Güç İksiri" to player
        
on rightclick with bottle of water:
    if tool's name is "&6Güç İksiri":
        remove 1 bottle of water named "&6Güç İksiri" from player's inventory
        wait 1 second
        apply strength 4 to player for 8 minute
    
command /zıplama [<player>]:
    permission: editiksir.admin
    trigger:
        if arg 1 is set:
            give 1 bottle of water named "&4Zıplama İksiri" to player
        
on rightclick with bottle of water:
    if tool's name is "&4Zıplama İksiri":
        remove 1 bottle of water named "&4Zıplama İksiri" from player's inventory
        wait 1 second
        apply jump boost 3 to player for 5 minute
    
command /yenileme [<player>]:
    permission: editiksir.admin
    trigger:
        if arg 1 is set:
            give 1 bottle of water named "&bYenileme İksiri" to player
        
on rightclick with bottle of water:
    if tool's name is "&bYenileme İksiri":
        remove 1 bottle of water named "&bYenileme İksiri" from player's inventory
        wait 1 second
        apply regeneration 4 to player for 8 minute
    
command /direnç [<player>]:
    permission: editiksir.admin
    trigger:
        if arg 1 is set:
            give 1 bottle of water named "&bDirenç İksiri" to player
        
on rightclick with bottle of water:
    if tool's name is "&bDirenç İksiri":
        remove 1 bottle of water named "&bDirenç İksiri" from player's inventory
        wait 1 second
        apply resistance 3 to player for 4 minute
    
command /ateş [<player>]:
    permission: editiksir.admin
    trigger:
        if arg 1 is set:
            give 1 bottle of water named "&bAteş Direnci İksiri" to player
        
on rightclick with bottle of water:
    if tool's name is "&bAteş Direnci İksiri":
        remove 1 bottle of water named "&bAteş Direnci İksiri" from player's inventory
        wait 1 second
        apply fire resistance 3 to player for 5 minute
    
command /can [<player>]:
    permission: editiksir.admin
    trigger:
        if arg 1 is set:
            give 1 bottle of water named "&bCan İksiri" to player
        
on rightclick with bottle of water:
    if tool's name is "&bCan İksiri":
        remove 1 bottle of water named "&bCan İksiri" from player's inventory
        wait 1 second
        apply health boost 3 to player for 8 minute
    
command /editiksirver [<player>]:
    permission: editiksir.admin
    trigger:
        if arg 1 is set:
            give 1 bottle of water named "&3Edit&aIksir" to player
            send " &aBasarili ! &b%arg 1% &eAdli Kisiye &3Edit&aIksir &eVerdin!" to player
            send " &cDikkat » &b%player% &eAdli Kisi Sana &3Edit&aIksir &eVerdi." to arg 1
        if arg 1 is not set:
            send " &cBasarisiz ! &eOyuncu Ismi Eksik!"
        
on rightclick with bottle of water:
    if tool's name is "&3Edit&aIksir":
        remove 1 bottle of water named "&3Edit&aIksir" from player's inventory
        wait 1 second
        apply speed 4 to player for 5 minute
        apply haste 3 to player for 3 minute
        apply strength 4 to player for 8 minute
        apply jump boost 3 to player for 5 minute
        apply regeneration 4 to player for 8 minute
        apply resistance 3 to player for 4 minute
        apply fire resistance 3 to player for 5 minute
        apply water breathing 2 to player for 2 minute
        apply night vision 3 to player for 15 minute
        apply health boost 3 to player for 8 minute
        apply absorption 4 to player for 6 minute
        apply saturation 2 to player for 15 minute
 
Son düzenleme:

Minezoid

oyna.minezoid.com

Discord:

Minezoid#4994

Katılım
21 Haziran 2016
Mesajlar
1.567
Elmaslar
1.020
Puanlar
13.735
Yer
Minezoid Network
İlk skriptin böyleyse diğer skriptlerinde heralde özel oyun kodluyacaksın :) cidden başarılı buldum arşivime ekledim ve seni takip ediyorum artık skript paylaşmaya devam et discord üzerinden ulaşabilirsen 1-2 şey var kafamda yapalım istersen
 

HyperionX_09

Odunlara Vur Vur Vur!

Discord:

HyperionX #5914

Katılım
20 Temmuz 2018
Mesajlar
40
Elmaslar
7
Puanlar
0
Yer
Türkiye
İlk skriptin böyleyse diğer skriptlerinde heralde özel oyun kodluyacaksın :) cidden başarılı buldum arşivime ekledim ve seni takip ediyorum artık skript paylaşmaya devam et discord üzerinden ulaşabilirsen 1-2 şey var kafamda yapalım istersen
Çok teşekkür ederim discord üzerinden ulaşabilirim fakat bu skripti yazmak bile 1-2 saatimi aldı ne kadar yardımcı olabilirim bilmiyorum.
 

Garoz

Simplicitas tollit virtutem.
Emekli

Discord:

MonBoyhiner#2885

Katılım
16 Aralık 2017
Mesajlar
953
Elmaslar
469
Puanlar
16.160
Yer
Türkiye
Minecraft
GarozLite
Gui başlığı değiştirilebilir (güzel gözükmüyor). Boş slotlara cam doldurulabilir.
Başarılar...
 

HyperionX_09

Odunlara Vur Vur Vur!

Discord:

HyperionX #5914

Katılım
20 Temmuz 2018
Mesajlar
40
Elmaslar
7
Puanlar
0
Yer
Türkiye
S

Silinen üye 79251

Ziyaretçi

Ben bunun yaptığınız ilk Skript olduğuna inanamıyorum. Daha doğrusu gerçekten çok güzel olmuş. Bu şekilde devam etmelisin!
 

HyperionX_09

Odunlara Vur Vur Vur!

Discord:

HyperionX #5914

Katılım
20 Temmuz 2018
Mesajlar
40
Elmaslar
7
Puanlar
0
Yer
Türkiye

HyperionX_09

Odunlara Vur Vur Vur!

Discord:

HyperionX #5914

Katılım
20 Temmuz 2018
Mesajlar
40
Elmaslar
7
Puanlar
0
Yer
Türkiye
Camlar Eklendi Menu Başılığı Düzeltildi!
 

NotPatch

Skript <3

Discord:

NotPatch#0836

Katılım
19 Ocak 2019
Mesajlar
275
Elmaslar
100
Puanlar
7.005
Yer
Bursa
Minecraft
NotPatch
İlk Skriptine Göre Gerçekten Başarılı Olmuş, görselliğe biraz daha önem verdiğin sürece her şey daha güzel olabilir, devam etmelisin. Başarılar :alkis:
 

HyperionX_09

Odunlara Vur Vur Vur!

Discord:

HyperionX #5914

Katılım
20 Temmuz 2018
Mesajlar
40
Elmaslar
7
Puanlar
0
Yer
Türkiye
İlk Skriptine Göre Gerçekten Başarılı Olmuş, görselliğe biraz daha önem verdiğin sürece her şey daha güzel olabilir, devam etmelisin. Başarılar :alkis:
Paylaşım olarak açtığım ilk konu olduğu için zamanla düzelteceğime inanıyorum Teşekkürler
 

Callifax

Play.SahraCraft.com

Discord:

Callifax

Katılım
26 Mayıs 2017
Mesajlar
72
Elmaslar
53
Puanlar
13.580
Minecraft
Callifax
Güzel lakin görselliğe biraz daha dikkat etmen gerekiyor
 

TekSurvival

Somon Balığı Selam Vermeye Geldi

Discord:

Furkan

Katılım
13 Temmuz 2019
Mesajlar
12
Elmaslar
5
Puanlar
0
Yaş
24
Minecraft
ChesTer
Harika güzel olmuş tb
 

Bayram Sezer

ToXiNetwork.Keyubu.Com

Discord:

ßy-ram SEZERツ#9089

Katılım
18 Temmuz 2019
Mesajlar
47
Elmaslar
19
Puanlar
0
Güzel olmuş.Ben beğendim Başarılar...:))
 
Durum
Mesaj gönderimine kapalı.
Neden altınlarını Discord sunucumuzda kazmıyorsun? TIKLA VE KATIL!
Yukarı