Skript market

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

HEXAGON74

Odunlara Vur Vur Vur!
Katılım
9 Temmuz 2017
Mesajlar
35
Elmaslar
0
Puan
0
Yaş
31
Arkadaşlar elimde söyle bir kod var:
Kod:
command /marketalma [<text>] [<text>]:
    permission: market.alma
    trigger:
        if target block is sign:
            set line 1 of target block to "Market"
            set line 2 of target block to "%arg 2%"
            set line 3 of target block to "B %arg 1%"
            set line 4 of target block to "%player's tool's ID%"
Örneğin oyuncu bir tabelaya bakıyorsa ve bakarken bu komudu kullanıyorsa market oluşturuyor fakat "%player's tool's ID%" kısmında elindeki itemin ID'si 17:1 ise onu sadece tabelaya 17 olarak yazıyor.Bunu nasıl ayarlayabilirim?
 
Kod:
command /marketalma [<text>] [<text>]:
    permission: market.alma
    trigger:
        if target block is sign:
            set line 1 of target block to "Market"
            set line 2 of target block to "%arg 2%"
            set line 3 of target block to "B %arg 1%"
            if data value of player's tool is 0:
                set line 4 of target block to "%id of player's tool%"
            else:
                set line 4 of target block to "%id of player's tool%:%data value of player's tool%"
 
Kod:
command /marketalma [<text>] [<text>]:
    permission: market.alma
    trigger:
        if target block is sign:
            set line 1 of target block to "Market"
            set line 2 of target block to "%arg 2%"
            set line 3 of target block to "B %arg 1%"
            if data value of player's tool is 0:
                set line 4 of target block to "%id of player's tool%"
            else:
                set line 4 of target block to "%id of player's tool%:%data value of player's tool%"
Arkadaşın yazdığı skript çalışıyor fakat konu sahibi belirtmemiş sorunun çözüldüğünü sanırım konu kilitlenmeli.
 
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