Çözüldü WorldGuard Extra Flags hakkında !

Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...

KingProtection

Bir Kömür Göründü Kaptanım!
Katılım
14 Şubat 2021
Mesajlar
130
Elmaslar
20
Puan
6.410
Yaş
26
Konum
Aydın

Discord:

vacentiastudios

Merhaba iyi günler başlıktan'da anlıcayanız üzere worldguard extra flags pluginini kullanıyorum. Ancak bir kaç saatir uğraştığım ve çözemediğim bir şey var sadece "deneme" adlı wg'de tamamen büyümüş olan ekinlerin kırılabilmesini istiyorum bunlar "havuç, patates ve buydağ" adlı ekinlerdir sadece bu ekinlerin kırılabilmesini istiyorum ancak bir türlü yapamadım yardımcı olabilicek varmıdır ?
 
Merhaba, Skript kullanarak bu sorunun önüne geçebiliriz. Skript kullanıyor musunuz?
 
evet bazı yerlerde tercih ediyorum.
Öyleyse bu Skript'i deneyin;
Kod:
on break:
    if "%region at player%" contains "deneme":
        if event-block isn't carrot plant or potato plant or wheat:
            cancel event
            send "Bu ekin kırılamaz." to player
            stop
        if data value of event-block isn't 7:
            cancel event
            send "Ekin tam büyümemiş." to player
            stop
 
Öyleyse bu Skript'i deneyin;
Kod:
on break:
    if "%region at player%" contains "deneme":
        if event-block isn't carrot plant or potato plant or wheat:
            cancel event
            send "Bu ekin kırılamaz." to player
            stop
        if data value of event-block isn't 7:
            cancel event
            send "Ekin tam büyümemiş." to player
            stop
Kod:
[01:16:09 ERROR]: Can't compare a block with ('carrot plant', 'potato plant' or 'wheat') (genel.sk, line 6: if event-block isn't carrot plant or potato plant or wheat:')

Yukardaki hatayı alıyorum.
 
Kod:
[01:16:09 ERROR]: Can't compare a block with ('carrot plant', 'potato plant' or 'wheat') (genel.sk, line 6: if event-block isn't carrot plant or potato plant or wheat:')

Yukardaki hatayı alıyorum.
Bu halini deneyin;
Kod:
on break:
    if "%region at player%" contains "deneme":
        if event-block isn't carrot plant or potato plant or wheat plant:
            cancel event
            send "Bu ekin kırılamaz." to player
            stop
        if data value of event-block isn't 7:
            cancel event
            send "Ekin tam büyümemiş." to player
            stop
 
Bu halini deneyin;
Kod:
on break:
    if "%region at player%" contains "deneme":
        if event-block isn't carrot plant or potato plant or wheat plant:
            cancel event
            send "Bu ekin kırılamaz." to player
            stop
        if data value of event-block isn't 7:
            cancel event
            send "Ekin tam büyümemiş." to player
            stop
Kod:
[01:30:54 ERROR]: Can't compare a block with ('carrot plant', 'potato plant' or 'wheat plant') (genel.sk, line 6: if event-block isn't carrot plant or potato plant or wheat plant:')

yine benzer bir hata alıyorum
 
Kod:
[01:30:54 ERROR]: Can't compare a block with ('carrot plant', 'potato plant' or 'wheat plant') (genel.sk, line 6: if event-block isn't carrot plant or potato plant or wheat plant:')

yine benzer bir hata alıyorum
Son olarak bu halini deneyin;
Kod:
on break:
    if "%region at player%" contains "deneme":
        if event-block isn't ripe carrot plant or ripe potato plant or ripe wheat plant:
            cancel event
            send "Bu ekin kırılamaz." to player
            stop
        if data value of event-block isn't 7:
            cancel event
            send "Ekin tam büyümemiş." to player
            stop
 
Son olarak bu halini deneyin;
Kod:
on break:
    if "%region at player%" contains "deneme":
        if event-block isn't ripe carrot plant or ripe potato plant or ripe wheat plant:
            cancel event
            send "Bu ekin kırılamaz." to player
            stop
        if data value of event-block isn't 7:
            cancel event
            send "Ekin tam büyümemiş." to player
            stop
Kod:
[01:55:31 ERROR]: Can't compare a block with ('ripe carrot plant', 'ripe potato plant' or 'ripe wheat plant') (genel.sk, line 6: if event-block isn't ripe carrot plant or ripe potato plant or ripe wheat plant:')

hata veriyor.
 
Kod:
[01:55:31 ERROR]: Can't compare a block with ('ripe carrot plant', 'ripe potato plant' or 'ripe wheat plant') (genel.sk, line 6: if event-block isn't ripe carrot plant or ripe potato plant or ripe wheat plant:')

hata veriyor.
Deneme olarak bu halini denemenizi rica edeceğim;
Kod:
on break:
    if "%region at player%" contains "deneme":
        if event-block isn't carrot plant:
            cancel event
            send "Bu ekin kırılamaz." to player
            stop
        if data value of event-block isn't 7:
            cancel event
            send "Ekin tam büyümemiş." to player
            stop
 
Deneme olarak bu halini denemenizi rica edeceğim;
Kod:
on break:
    if "%region at player%" contains "deneme":
        if event-block isn't carrot plant:
            cancel event
            send "Bu ekin kırılamaz." to player
            stop
        if data value of event-block isn't 7:
            cancel event
            send "Ekin tam büyümemiş." to player
            stop
Kod:
on break:
    if "%region at player%" contains "deneme":
        if event-block is wheat:
            if data value of event-block is 7:
                send "Ekin tam büyümüş" to player
                stop

Kodu yukardaki şekilde düzenledim ancak çalışmadı acaba aliases hatası vs. diye düşündüm skript pluginini tekrardan kurdum ve sorun çözüldü. Yardımın için çok teşekkür ederim.
 
Kod:
on break:
    if "%region at player%" contains "deneme":
        if event-block is wheat:
            if data value of event-block is 7:
                send "Ekin tam büyümüş" to player
                stop

Kodu yukardaki şekilde düzenledim ancak çalışmadı acaba aliases hatası vs. diye düşündüm skript pluginini tekrardan kurdum ve sorun çözüldü. Yardımın için çok teşekkür ederim.
Rica ederim, konuyu çözüldü olarak işaretlerseniz seviniriz.
 
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