Kemalist1881
Kömür Madencisi
- En iyi cevaplar
- 0
Arkadaşlar isteklerinizi varsa yazın kodluyayım veya yardımda isteyebilirsiniz.
Animasyonlu Menü Yapabilirmisin?
Camlar Renk Değiştirecek Fln
command /testanimategui:
trigger:
open chest with 1 rows named "&e&lTEST" to player
wait 0.2 tick
format slot 0 of player with white stained glass named "&e&lTest" to close
wait 0.2 seconds
format slot 0 of player with orange stained glass named "&e&lTest" to close
wait 0.2 seconds
format slot 0 of player with magenta stained glass named "&e&lTest" to close
wait 0.2 seconds
format slot 0 of player with light blue stained glass named "&e&lTest" to close
wait 0.2 seconds
format slot 0 of player with yellow stained glass named "&e&lTest" to close
wait 0.2
format slot 0 of player glass named "&e&lTest is finished" to close
Ama Bu farklı Chester Aciyor Ben Yeniden Açmadan Halletmek İstiyorum CSGO Kutusu Gibi Yap YapabilirsenBu olur yaniPHP:command /testanimategui: trigger: open chest with 1 rows named "&e&lTEST" to player wait 0.2 tick format slot 0 of player with white stained glass named "&e&lTest" to close wait 0.2 seconds format slot 0 of player with orange stained glass named "&e&lTest" to close wait 0.2 seconds format slot 0 of player with magenta stained glass named "&e&lTest" to close wait 0.2 seconds format slot 0 of player with light blue stained glass named "&e&lTest" to close wait 0.2 seconds format slot 0 of player with yellow stained glass named "&e&lTest" to close wait 0.2 format slot 0 of player glass named "&e&lTest is finished" to close![]()
bunu uzun süre yapabilirsin @YasirUS mesela arkadaş atmış üstte. en sonda wait 0.2 yazmışsın second eklememişsin @Kemalist1881 fakat tick yapsan daha hoş olabilir.
command /za:
trigger:
open chest with 1 rows named "&e&lTEST" to player
wait 2 tick
format slot 0 of player with white stained glass named "&e&lTest" to close
wait 0.2 tick
format slot 0 of player with orange stained glass named "&e&lTest" to close
wait 0.2 tick
format slot 0 of player with magenta stained glass named "&e&lTest" to close
wait 0.2 tick
format slot 0 of player with light blue stained glass named "&e&lTest" to close
wait 0.2 tick
format slot 0 of player with yellow stained glass named "&e&lTest" to close
wait 0.2 tick
format slot 0 of player glass named "&e&lTest is finished" to close
Ayip ettin benden ister insan :/Ama Bu farklı Chester Aciyor Ben Yeniden Açmadan Halletmek İstiyorum CSGO Kutusu Gibi Yap Yapabilirsen![]()
Kolaymıiiiiiii ssaaaannnniiiooorrrsssuuunn kolaysaaaaa yaaappppp o zaaaammaaannnAyip ettin benden ister insan :/
Ne istedigine bagli mesela:kardeşim bu komut ile kontrol yapılmıyor hata yok ama problem var nasıl çözerim ?
Kod:if player has {test.%player%} of obsidian:
if {test.%player%} is "obsidian":
Blueyescat bunu bende düşündüm algılamıyor.
player's inventory contains {test.%player%} obsidian:
set {_sayi} to {test.%player%} parsed as integer
inventory of player contains "%{_sayi}%" obsidian:
2. de integer diye belirleyip text olarak yazdırmışsın..Kod:player's inventory contains {test.%player%} obsidian:Kod:set {_sayi} to {test.%player%} parsed as integer inventory of player contains "%{_sayi}%" obsidian: