Minecraft İtem Satma Skripti

Dark_4

Sudan Çıkmış
Mesajlar
9
En iyi cevaplar
0
Beğeniler
0
Puanları
50
Kod:
command /sat:
    trigger:
        player has 128 of mossy cobblestone:
            player's money >= 0:
                execute console command "eco give %player% 500"
                remove 1 of diamond from player's inventory
                send "&aBaşarıyla &e2 Stack &aYosunlu Taş Sattın"
            else: 
                send "&cYeterli paran yok!"
        else:
            send "&cYeterli Yosunlu Taşın Yok!"
Al Bu Çalışıyor mossy cobblestone yerine elmas istediğini koyarsın eco give %player% 500 burdanda vereceği parayı ayarlayabilirsin biraz geç olmuş bu konu ama kusura bakma
 

Dark_4

Sudan Çıkmış
Mesajlar
9
En iyi cevaplar
0
Beğeniler
0
Puanları
50
Kod:
command /sat:
    trigger:
        player has 128 of mossy cobblestone:
            player's money >= 0:
                execute console command "eco give %player% 500"
                remove 1 of diamond from player's inventory
                send "&aBaşarıyla &e2 Stack &aYosunlu Taş Sattın"
            else:
                send "&cYeterli paran yok!"
        else:
            send "&cYeterli Yosunlu Taşın Yok!"
Kusura Bakma Konu Biraz Geç Oldu Ama Mossy Cobblestone Yerine İstediğin Materyali Koyup
 

Üst