Çözüldü Hologramlı Ödüllü Odun Fırını

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

GamersYT

Yay Yok, İskelet Yok
Katılım
14 Haziran 2017
Mesajlar
292
Elmaslar
69
Puan
13.925
Minecraft
SaitoHajim

Discord:

SaitoHajim#8228

Öncelikle Merhabalar Değerli MC-TR Ailesi
Başlıkta Tam Anlamda Yazamadım O Yüzden Şimdi Detaya Giricem.
Ben Bir Fırın Yapıcam (Yapı Şeklinde Küçük Şömine Tarzında)
Bunun İçine Odun Atıcam Ve Odun Kaybolacak Ardından O Noktanın Üstünde Bulunacak Olan Hologramda 1/640 Yazıcak
Her Odun Atışında O Artıcak 2/640 3/640 Filan
640 Olunca Odun Atmış Ve Aktif Olan Oyunculara Ödül Vericek Ve 0/640 Olucak.
Ödülü Ve Adetini Ayrıca Odun Limitini "options:" Şeklinde Ekleyebilirseniz Kullanım Açısından Güzel Olur.
Sunucu Sürümü 1.11.2
Şimdiden Teşekkürler :)​
 
/fırın fırın - Bloğu fırına çevirirsin.
/fırın hologram - Hologramı yaratırsın
Bu arada odunu atınca değil de sağ tıklayınca çalışıyor.


Kod:
options:
    ödül: 64 diamond
   
on rightclick:
    {fırın::%location of targeted block%} is set:
        if player's tool is any log:
            remove 1 log from player's inventory
            add 1 to {odunfırın}
            add player to {odun::oyuncu::*}
            loop lines of {odunholo}:
                delete loop-hologram line
                wait 1 tick
                prepend "%{odunfırın}% &f/ &a640" to {odunholo}
            if {odunfırın} is greater than or equal to 640:
                loop {odun::oyuncu::*}:
                    give {@ödül} to loop-player
           
command /fırın:
    trigger:
        if arg-1 is "fırın":
            {fırın::%location of targeted block%} is not set:
                set {fırın::%location of targeted block%} to location of targeted block
                send "&6Fırına çevrildi."
            else:
                delete {fırın::%location of targeted block%}
                send "&6Fırın iptal edildi."
        if arg-1 is "hologram":
            create holo with line "%{odunfırın}% &f/ &a640" and store in {odunholo}
            allow placeholders in the created hologram
            send "&6Hologram oluşturuldu."
 
Konu kilit sanırım ?
 

Skript işinize yaradı mı? İsterseniz bende yardımcı olabilirim.
 
/fırın fırın - Bloğu fırına çevirirsin.
/fırın hologram - Hologramı yaratırsın
Bu arada odunu atınca değil de sağ tıklayınca çalışıyor.


Kod:
options:
    ödül: 64 diamond
  
on rightclick:
    {fırın::%location of targeted block%} is set:
        if player's tool is any log:
            remove 1 log from player's inventory
            add 1 to {odunfırın}
            add player to {odun::oyuncu::*}
            loop lines of {odunholo}:
                delete loop-hologram line
                wait 1 tick
                prepend "%{odunfırın}% &f/ &a640" to {odunholo}
            if {odunfırın} is greater than or equal to 640:
                loop {odun::oyuncu::*}:
                    give {@ödül} to loop-player
          
command /fırın:
    trigger:
        if arg-1 is "fırın":
            {fırın::%location of targeted block%} is not set:
                set {fırın::%location of targeted block%} to location of targeted block
                send "&6Fırına çevrildi."
            else:
                delete {fırın::%location of targeted block%}
                send "&6Fırın iptal edildi."
        if arg-1 is "hologram":
            create holo with line "%{odunfırın}% &f/ &a640" and store in {odunholo}
            allow placeholders in the created hologram
            send "&6Hologram oluşturuldu."
Öncelikle Argüman Eklemeyi Unutmuşsun :D Şöyle Düzenledim Ben Ama Yine De Şu Hataları Verdi.
Kod:
options:
    ödül: 64 diamond
  
on rightclick:
    {fırın::%location of targeted block%} is set:
        if player's tool is any log:
            remove 1 log from player's inventory
            add 1 to {odunfırın}
            add player to {odun::oyuncu::*}
            loop lines of {odunholo}:
                delete loop-hologram line
                wait 1 tick
                prepend "%{odunfırın}% &f/ &a640" to {odunholo}
            if {odunfırın} is greater than or equal to 640:
                loop {odun::oyuncu::*}:
                    give {@ödül} to loop-player
          
command /fırın [<text>]:
    permission: fırın.yetki
    permission Message: &cBuna Yetkin Yok!
    trigger:
        if arg-1 is "fırın":
            {fırın::%location of targeted block%} is not set:
                set {fırın::%location of targeted block%} to location of targeted block
                send "&6Fırına çevrildi."
            else:
                delete {fırın::%location of targeted block%}
                send "&6Fırın iptal edildi."
        if arg-1 is "hologram":
            create holo with line "%{odunfırın}% &f/ &a640" and store in {odunholo}
            allow placeholders in the created hologram
            send "&6Hologram oluşturuldu."
Ekran Alıntısı3.PNG
 
teşekkür ederim [<text>] eklemeyi unutmuşum

skholo gereklidir addon olarak
 
Kod:
options:
    ödül: 64 diamond
 
on rightclick:
    {fırın::%location of targeted block%} is set:
        if player's tool is any log:
            remove 1 log from player's inventory
            add 1 to {odunfırın}
            add player to {odun::oyuncu::*}
            loop lines of {odunholo}:
                delete loop-hologram line
                wait 1 tick
                prepend "%{odunfırın}% &f/ &a640" to {odunholo}
            if {odunfırın} is greater than or equal to 640:
                give {@ödül} to {odun::oyuncu::*}
          
command /fırın:
    trigger:
        if arg-1 is "fırın":
            {fırın::%location of targeted block%} is not set:
                set {fırın::%location of targeted block%} to location of targeted block
                send "&6Fırına çevrildi."
            else:
                delete {fırın::%location of targeted block%}
                send "&6Fırın iptal edildi."
        if arg-1 is "hologram":
            create holo with line "%{odunfırın}% &f/ &a640" and store in {odunholo}
            allow placeholders in the created hologram
            send "&6Hologram oluşturuldu."

Deneyebilir misin olmazsa bir çözüm daha var
 
Kod:
options:
    ödül: 64 diamond

on rightclick:
    {fırın::%location of targeted block%} is set:
        if player's tool is any log:
            remove 1 log from player's inventory
            add 1 to {odunfırın}
            add player to {odun::oyuncu::*}
            loop lines of {odunholo}:
                delete loop-hologram line
                wait 1 tick
                prepend "%{odunfırın}% &f/ &a640" to {odunholo}
            if {odunfırın} is greater than or equal to 640:
                give {@ödül} to {odun::oyuncu::*}
        
command /fırın:
    trigger:
        if arg-1 is "fırın":
            {fırın::%location of targeted block%} is not set:
                set {fırın::%location of targeted block%} to location of targeted block
                send "&6Fırına çevrildi."
            else:
                delete {fırın::%location of targeted block%}
                send "&6Fırın iptal edildi."
        if arg-1 is "hologram":
            create holo with line "%{odunfırın}% &f/ &a640" and store in {odunholo}
            allow placeholders in the created hologram
            send "&6Hologram oluşturuldu."

Deneyebilir misin olmazsa bir çözüm daha var
Koyduğum Yerden Odun Silinmiyor Ayrıca Önceki Hologramları Kaldırma Gibi Birşey Ekleyebilir Misin ?
 
Kod:
options:
    ödül: 64 diamond

on rightclick:
    {fırın::%location of targeted block%} is set:
        if player's tool is any log:
            cancel event
            remove 1 log from player's inventory
            add 1 to {odunfırın}
            add player to {odun::oyuncu::*}
            loop lines of {odunholo}:
                delete loop-hologram line
                wait 1 tick
                prepend "%{odunfırın}% &f/ &a640" to {odunholo}
            if {odunfırın} is greater than or equal to 640:
                give {@ödül} to {odun::oyuncu::*}
        
command /fırın:
    trigger:
        if arg-1 is "fırın":
            {fırın::%location of targeted block%} is not set:
                set {fırın::%location of targeted block%} to location of targeted block
                send "&6Fırına çevrildi."
            else:
                delete {fırın::%location of targeted block%}
                send "&6Fırın iptal edildi."
        if arg-1 is "hologram":
            create holo with line "%{odunfırın}% &f/ &a640" and store in {odunholo}
            allow placeholders in the created hologram
            send "&6Hologram oluşturuldu."
        if arg-1 is "hologramsil":
            delete holo {odunholo}

Düzeltildi.
/fırın hologramsil
 
Kod:
options:
    ödül: 64 diamond

on rightclick:
    {fırın::%location of targeted block%} is set:
        if player's tool is any log:
            cancel event
            remove 1 log from player's inventory
            add 1 to {odunfırın}
            add player to {odun::oyuncu::*}
            loop lines of {odunholo}:
                delete loop-hologram line
                wait 1 tick
                prepend "%{odunfırın}% &f/ &a640" to {odunholo}
            if {odunfırın} is greater than or equal to 640:
                give {@ödül} to {odun::oyuncu::*}
       
command /fırın:
    trigger:
        if arg-1 is "fırın":
            {fırın::%location of targeted block%} is not set:
                set {fırın::%location of targeted block%} to location of targeted block
                send "&6Fırına çevrildi."
            else:
                delete {fırın::%location of targeted block%}
                send "&6Fırın iptal edildi."
        if arg-1 is "hologram":
            create holo with line "%{odunfırın}% &f/ &a640" and store in {odunholo}
            allow placeholders in the created hologram
            send "&6Hologram oluşturuldu."
        if arg-1 is "hologramsil":
            delete holo {odunholo}

Düzeltildi.
/fırın hologramsil
640 da Sıfırlanmıyor Ve Ödül Vermiyor 641 den Devam Ediyor
 
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