Bulundu /iksir skript

Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

VirtualGod

Somon Balığı Selam Vermeye Geldi
Katılım
26 Aralık 2019
Mesajlar
19
Elmaslar
4
Puan
0
Yaş
23
Konum
Giresun
Minecraft
VirtualGod28

Discord:

VirtualGod#5090

istediğim skript şu şekilde /iksir yazılacak ve
Bütün iksirler çıkacak 1 adeti 8000 para olucak kenarları sarmaşık ile süslecenek foruma baktım buna benzer var ama tam dediğim yok hayrına yapıcak varsa çok sevinirim
 
Selam, İksir Market Gibi Bir Şey mi İstiyorsun ?​
 
Hamza evet iksir market istiyorum
 
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
 
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
Çok sağol şey sorcam bu skript serveri çok yorarmı ona göre command ile yapcam
 
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
Çalışmadı :(
 
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

Hala Discord sunucumuza katılmadın mı?

Büyük bir topluluğun parçası ol, etkinliklere katıl ve özel hediyeler kazanma şansı yakala!

Şimdi Katıl
Üst