Boss bar

GolcuOsman

Kızıltaş Madencisi
En iyi cevaplar
0
Boss barı kullanmak istiyorum 1.11.2 ama hata alıyorum hepsi ile aşağadakilerde /komutu yazınca Skellet Bossbar yazıyor Clash kısmı hata veriyor
PHP:
command /testi:
    trigger:
        set {_bar} to new bossbar
        add player to bossbar {_bar}
        set title of bossbar {_bar} to "Clash"
        broadcast "&b%title of bossbar {_bar}%"
        display "You have just killed" on bossbar for player

on command "/example":
    set {_bar} to new bossbar
    add player to bossbar {_bar}
    set the visibility of bossbar {_bar} to true #This is 1.10+ Use show state if you have 1.9 below
    show bossbar {_bar}
 
Üst