Çözüldü Sunucumda, open chest 'li skriptler çalışmıyor..

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

AltusNW

Odunlara Vur Vur Vur!
Katılım
21 Kasım 2014
Mesajlar
28
Elmaslar
8
Puan
8.750
Yaş
47
Minecraft
MrPars
Sunucumda, open chest with 1 raw vb vb. tür skriptler çalışmıyor. Yazınca chest falan açılmıyor, bir yardım ederseniz. ^^
 
Örnek bir skripti atabilirmisiniz?
Bir dakika.
Gönderi otomatik olarak birleştirildi:

Örnek olarak şöyle bir skript.

Kod:
command /stats:
    aliases: stat
    trigger:
        if {classload.%player%} is set:
            if {stats.ap::%player%::%{classload.%player%}%}>0:
                wait 1 tick
                open chest with 1 row named "Level up! Choose an attribute to upgrade!" to player
                set slot 2 of player's current inventory to book named "Health" with lore "%{stats.health::%player%::%{classload.%player%}%}%"
 
Kod:
command /stats:
    aliases: stat
    trigger:
        if {classload.%player%} is set:
            if {stats.ap::%player%::%{classload.%player%}%}>0:
                wait 1 tick
                open chest with 1 rows named "Level up! Choose an attribute to upgrade!" to player
                format slot 2 of player with book named "Health" with lore "%{stats.health::%player%::%{classload.%player%}%}%" to be unstealable
Bu şekilde dener misin?
 
Bir dakika.
Gönderi otomatik olarak birleştirildi:

Örnek olarak şöyle bir skript.


Kod:
command /stats:
    aliases: stat
    trigger:
        if {classload.%player%} is set:
            if {stats.ap::%player%::%{classload.%player%}%}>0:
                wait 1 tick
                open chest with 1 rows named "Level up! Choose an attribute to upgrade!" to player
                format slot 2 of player with book named "Health" with lore "%{stats.health::%player%::%{classload.%player%}%}%" to close

Bu şekilde denermisiniz.
 
Menü ismi uzun olduğun da menü çalışmayabilir.
Menü ismi "TEST" yapın deneyin.
 
Kod:
command /stats:
    aliases: stat
    trigger:
        if {classload.%player%} is set:
            if {stats.ap::%player%::%{classload.%player%}%}>0:
                wait 1 tick
                open chest with 1 rows named "Level up! Choose an attribute to upgrade!" to player
                format slot 2 of player with book named "Health" with lore "%{stats.health::%player%::%{classload.%player%}%}%" to be unstealable
Bu şekilde dener misin?
Kod:
command /stats:
    aliases: stat
    trigger:
        if {classload.%player%} is set:
            if {stats.ap::%player%::%{classload.%player%}%}>0:
                wait 1 tick
                open chest with 1 rows named "Level up! Choose an attribute to upgrade!" to player
                format slot 2 of player with book named "Health" with lore "%{stats.health::%player%::%{classload.%player%}%}%" to close

Bu şekilde denermisiniz.


Öncelikle 2 'side olmadı ve ben şöyle birşey istiyorum.

command /stats:
aliases: stat
trigger:
wait 1 tick
open chest with 1 rows named "TEST1" to player
format slot 2 of player with book named "TEST2" with lore "TEST" to close
Gönderi otomatik olarak birleştirildi:

--
Çözülmedi halen.
 
Son düzenleme:
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