SayMNK
Demir Cevheri Gibiyim
- Katılım
- 5 Haziran 2018
- Mesajlar
- 177
- Elmaslar
- 76
- Puan
- 8.955
- Konum
- Ezberçimee
- Minecraft
- x_kraltr12
Discord:
YavruSteveJobs#8232
arkadaşlar bi türlü çözemedim sürekli indentation hatası veriyor 11 satırda
format slot 1 of player with chest named "&b&lBilgi" to close then run [execute player command "/bilgi"]
de hata veriyor lütfen yardım edecek varmı
Kod:
variables:
{coin.%player%} = 0
{enerzi.%player%} = 0
{sinif.%player%} = 0
command /basla:
trigger:
open chest with 1 row named "[&b&lDragonBall &c&lSuper]" to player
format slot 0 of player with chest named "&bOyuna Basla" to close then run [execute player command "/sidebar"]
format slot 1 of player with chest named "&b&lBilgi" to close then run [execute player command "/bilgi"]
command /sidebar:
trigger:
set name of sidebar of player to "[&b&lDragonBall &c&lSuper]"
set score "&c&lOyuncu &b&l[%player%]" in sidebar of player to 10
set score "&a&lSınıfın: &b&l%{sinif.%player%}%" in sidebar of player to 9
set score "&d&lEnerji Seviyen: &b%{enerzi.%player%}%" in sidebar of player to 8
set score "&e&lCoinin: &4%{coin.%player%}% " in sidebar of player to 7
command /bilgi:
trigger:
send "&d&l[==========================]"
send "&c&lDragon Balla hos geldin"
Gönderi otomatik olarak birleştirildi:
format slot 1 of player with chest named "&b&lBilgi" to close then run [execute player command "/bilgi"]
de hata veriyor lütfen yardım edecek varmı