Bulundu Kazı Kazan

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

AhmetKerkuk

Birisi mi Spawnlandı?
Katılım
24 Ocak 2020
Mesajlar
4
Elmaslar
0
Puan
0
Yaş
30
Aşağıya atacağım videodaki skeipti istiyorum lütfen biraz acil
Gönderi otomatik olarak birleştirildi:

 
Kod:
n right click on chest with lever:
    cancel event
    if {sandik::%location of targeted block%} is set:
        if tool's name is "&eKazı Kazan &fAnahtarı":
            remove 1 lever named "&eKazı Kazan &fAnahtarı" from player
            create gui with virtual chest inventory:
                change gui inventory to name "&8&l❃ &eKazı Kazan &8&l❃" and size 3
                make gui slot (numbers between 0 and 26) with white stained glass pane named "&8❃ &6Tıkla ve aç &8❃":
                    add 1 to {kazıldı.%player%}
                    if chance of 70%:
                        make gui slot gui-slot with 5 iron ingot named "&E5 TL"
                        execute console command "money give %player% 5"
                    else if chance of 25%:
                        make gui slot gui-slot with 15 gold ingot named "&e15 TL"
                        execute console command "money give %player% 15"
                    else if chance of 20%:
                        make gui slot gui-slot with 50 diamond named "&e50 TL"
                        execute console command "money give %player% 50"
                    else if chance of 10%:
                        make gui slot gui-slot with emerald named "&f&l100 TL"
                        execute console command "money give %player% 100"
                    else:
                        make gui slot gui-slot with 1 iron ingot named "&e1 TL"
                        execute console command "money give %player% 1"
                    if {kazıldı.%player%} is 3:
                        delete {kazıldı.%player%}
                        close inventory of player
                open last gui to player
        else:
            send "&cAnahtara ihtiyacın var"
          
on place of chest:
    if tool's name is "&eKazı Kazan &fKasası":
        set {_loc} to location of targeted block
        set {sandik::%{_loc}%} to {_loc}
 
command /kasaver:
    permission: op
    trigger:
        give 1 chest named "&eKazı Kazan &fKasası" to player
      
command /anahtarver:
    permission: op
    trigger:
        give 1 lever named "&eKazı Kazan &fAnahtarı" to player
      
on place of lever:
    if tool's name is "&eKazı Kazan &fAnahtarı":
        cancel event
        send "&cAnahtarları yere koyamazsın!"
      
on right click on chest:
    if {sandik::%location of targeted block%} is set:
        cancel event
 
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