Bulundu Sandıksatar

  • Konuyu Başlatan Konuyu Başlatan Guarsapli
  • Başlangıç tarihi Başlangıç tarihi
  • Görüntüleme 513
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

Guarsapli

Koydum Çalışma Masasını
Katılım
20 Mayıs 2017
Mesajlar
53
Elmaslar
1
Puan
13.335
Yaş
26
Merhabalar sizden skript istiyeceğim lütf,en başka konuya yönlendirmeyin hepsine baktım hiç birşey anlamadım sandıksatar istiyorum cevher blokalrını ve cevherlerini satılmasını istiyorum blok ve cevherden 1 tane örnek verseniz yeter ben çoağltırım
 
Kod:
command /sandıksatar:
    trigger:
        give 1 diamond hoe named "&c&lSANDIK SATAR" to player
        send "&e&lSKYBLOCK &8► &aSandık satar çubuğu başarıyla alındı." to player

on right click with diamond hoe:
    if name of player's tool is "&c&lSANDIK SATAR":
        if clicked block is a chest:
            if amount of iron ingot in clicked block is greater than 0:
                add (amount of iron ingot in clicked block * 85) to player's money
                send "&e&lSKYBLOCK &8► &7Elde edilen gelir: &a%(amount of iron ingot in clicked block * 85)% TL" to player
                remove every iron ingots from clicked block
            else if amount of iron block in clicked block is greater than 0:
                add (amount of iron block in clicked block * 781) to player's money
                send "&e&lSKYBLOCK &8► &7Elde edilen gelir: &a%(amount of iron block in clicked block * 781)% TL" to player
                remove every iron blocks from clicked block
            else if amount of gold ingot in clicked block is greater than 0:
                add (amount of gold ingot in clicked block * 103) to player's money
                send "&e&lSKYBLOCK &8► &7Elde edilen gelir: &a%(amount of gold ingot in clicked block * 103)% TL" to player
                remove every gold ingots from clicked block             
            else if amount of gold block in clicked block is greater than 0:
                add (amount of gold block in clicked block * 937) to player's money
                send "&e&lSKYBLOCK &8► &7Elde edilen gelir: &a%(amount of gold block in clicked block * 937)% TL" to player
                remove every gold blocks from clicked block             
            else if amount of emerald in clicked block is greater than 0:
                add (amount of emerald in clicked block * 156) to player's money
                send "&e&lSKYBLOCK &8► &7Elde edilen gelir: &a%(amount of emerald in clicked block * 156)% TL" to player
                remove every emeralds from clicked block             
            else if amount of emerald block in clicked block is greater than 0:
                add (amount of emerald block in clicked block * 1406) to player's money
                send "&e&lSKYBLOCK &8► &7Elde edilen gelir: &a%(amount of emerald block in clicked block * 1406)% TL" to player
                remove every emerald blocks from clicked block
            else if amount of diamond in clicked block is greater than 0:
                add (amount of diamond in clicked block * 203) to player's money
                send "&e&lSKYBLOCK &8► &7Elde edilen gelir: &a%(amount of diamond in clicked block * 203)% TL" to player
                remove every diamonds from clicked block
            else if amount of diamond in clicked block is greater than 0:
            if amount of diamond block in clicked block is greater than 0:
                add (amount of diamond block in clicked block * 1875) to player's money
                send "&e&lSKYBLOCK &8► &7Elde edilen gelir: &a%(amount of diamond block in clicked block * 1875)% TL" to player
                remove every diamond blocks from clicked block

İşine yarayacaktır diye düşünüyorum. Fiyatlar taneye göre ayarlı. Elmas-Zümrüt-Altın-Demir Blok ve Elmas-Zümrüt-Altın-Demir'e göre ayarlı. Kendine göre düzenlersin. Kendi kullandığım skript sorunsuz çalışıyor.
 
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