Bulundu Metin Taşı için İstek

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

trex79

Bir Kömür Göründü Kaptanım!
Katılım
11 Ocak 2015
Mesajlar
148
Elmaslar
15
Puan
13.370
Yaş
32
Elimde forumdan bulduğum bi metin taşı skripti var ama sadece 1 tane metin taşı oluşturuyo hologramıyla birlikte ben onu birden fazla koymak istiyorum nasıl yaparım
Kod:
options:
    Prefix: &e&lMETİN TAŞI &f?

command /metintaşıayarla:
    trigger:
        if player has permission "metintasi.admin":
            if targeted block is obsidian:
                if {metintasi::%location of targeted block%} is not set:
                    set {_loc} to location of targeted block
                    set {metintasi::%{_loc}%} to {_loc}
                    message "{@Prefix} &7Önünüzdeki obsidyeni metin taşına çevirdiniz. Normale çevirmek için &a/metintaşıayarla &7yazınız!"
                    stop
                else if {metintasi::%location of targeted block%} is set:
                    clear {metintasi::%location of targeted block%}
                    message "{@Prefix} &7Metin taşını normal obsidyene çevirdiniz tekrar metin taşı yapmak için &a/metintaşıayarla &7yazınız!"
            else:
                message "{@Prefix} &7Bloğun metin taşı olması için obsidyen olması gerekir"
        else:
            message "{@Prefix} &cBunu yapabilmek için gerekli yetkiye sahip değilsin!"


on break of obsidian:
    if {metintasi::can} is smaller than 2:
        execute console command "itemsp give %player% demirblock"
        set {metintasi::can} to 501
        execute console command "hd setline metintasi 2 &e&n10 Dakika &7içinde doğacak!"
        set event-block to bedrock
        message "&e&lMETİN TAŞI &f? &7Oyuncular &aMetin Taşı&7'nı parçaladı , &e10 Dakika  &7içinde tekrar doğacak!" to players
        wait 10 minutes
        execute console command "hd setline metintasi 2 &6| &eKALAN CAN &7x&f%{metintasi::can}% &6|"
        set event-block to obsidian
        message "&e&lMETİN TAŞI &f? &eMetin Taşı&7 tekrar doğdu!" to players
    if {metintasi::%location of event-block%} is set:
        chance of 20%:
            damage player by 1 hearts
        remove 1 from {metintasi::can}
        execute console command "hd setline metintasi 2 &7| &eKALAN CAN &7x&f%{metintasi::can}% &7|"
        cancel event
        stop
command /metinholo:
    permission: *.admin
    permission message: &cGerekli yetkiye sahip değilsiniz.
    trigger:
        execute player command "hd create metintasi &a&lMETİN TAŞI"
        execute player command "hd addline metintasi &7| &eKALAN CAN &7x&f%{metintasi::can}% &7|"
 
Kod:
options:
    Prefix: &e&lMETİN TAŞI &f?

command /metintaşıayarla:
    trigger:
        if player has permission "metintasi.admin":
            if targeted block is obsidian:
                if {metintasi::%location of targeted block%} is not set:
                    set {_loc} to location of targeted block
                    set {metintasi::%{_loc}%} to {_loc}
                    message "{@Prefix} &7Önünüzdeki obsidyeni metin taşına çevirdiniz. Normale çevirmek için &a/metintaşıayarla &7yazınız!"
                    stop
                else if {metintasi::%location of targeted block%} is set:
                    clear {metintasi::%location of targeted block%}
                    message "{@Prefix} &7Metin taşını normal obsidyene çevirdiniz tekrar metin taşı yapmak için &a/metintaşıayarla &7yazınız!"
            else:
                message "{@Prefix} &7Bloğun metin taşı olması için obsidyen olması gerekir"
        else:
            message "{@Prefix} &cBunu yapabilmek için gerekli yetkiye sahip değilsin!"


on break of obsidian:
    if {metintasi::%location of event-block%::can} is smaller than 2:
        execute console command "itemsp give %player% demirblock"
        set {metintasi::%location of event-block%::can} to 501
        execute console command "hd setline %location of event-block% 2 &e&n10 Dakika &7içinde doğacak!"
        set event-block to bedrock
        message "&e&lMETİN TAŞI &f? &7Oyuncular &aMetin Taşı&7'nı parçaladı , &e10 Dakika  &7içinde tekrar doğacak!" to players
        wait 10 minutes
        execute console command "hd setline %location of event-block% 2 &6| &eKALAN CAN &7x&f%{metintasi::can}% &6|"
        set event-block to obsidian
        message "&e&lMETİN TAŞI &f? &eMetin Taşı&7 tekrar doğdu!" to players
    if {metintasi::%location of event-block%} is set:
        chance of 20%:
            damage player by 1 hearts
        remove 1 from {metintasi::%location of event-block%::can}
        execute console command "hd setline %location of event-block% 2 &7| &eKALAN CAN &7x&f%{metintasi::%location of event-block%::can}% &7|"
        cancel event
        stop
command /metinholo:
    permission: *.admin
    permission message: &cGerekli yetkiye sahip değilsiniz.
    trigger:
        set {_loc} to location of targeted block
        execute player command "hd create %{_loc}% &a&lMETİN TAŞI"
        execute player command "hd addline %{_loc}% &7| &eKALAN CAN &7x&f%{metintasi::%{_loc}%::can}% &7|"

Dener misin ?
 
Kod:
options:
    Prefix: &e&lMETİN TAŞI &f?

command /metintaşıayarla:
    trigger:
        if player has permission "metintasi.admin":
            if targeted block is obsidian:
                if {metintasi::%location of targeted block%} is not set:
                    set {_loc} to location of targeted block
                    set {metintasi::%{_loc}%} to {_loc}
                    message "{@Prefix} &7Önünüzdeki obsidyeni metin taşına çevirdiniz. Normale çevirmek için &a/metintaşıayarla &7yazınız!"
                    stop
                else if {metintasi::%location of targeted block%} is set:
                    clear {metintasi::%location of targeted block%}
                    message "{@Prefix} &7Metin taşını normal obsidyene çevirdiniz tekrar metin taşı yapmak için &a/metintaşıayarla &7yazınız!"
            else:
                message "{@Prefix} &7Bloğun metin taşı olması için obsidyen olması gerekir"
        else:
            message "{@Prefix} &cBunu yapabilmek için gerekli yetkiye sahip değilsin!"


on break of obsidian:
    if {metintasi::%location of event-block%::can} is smaller than 2:
        execute console command "itemsp give %player% demirblock"
        set {metintasi::%location of event-block%::can} to 501
        execute console command "hd setline %location of event-block% 2 &e&n10 Dakika &7içinde doğacak!"
        set event-block to bedrock
        message "&e&lMETİN TAŞI &f? &7Oyuncular &aMetin Taşı&7'nı parçaladı , &e10 Dakika  &7içinde tekrar doğacak!" to players
        wait 10 minutes
        execute console command "hd setline %location of event-block% 2 &6| &eKALAN CAN &7x&f%{metintasi::can}% &6|"
        set event-block to obsidian
        message "&e&lMETİN TAŞI &f? &eMetin Taşı&7 tekrar doğdu!" to players
    if {metintasi::%location of event-block%} is set:
        chance of 20%:
            damage player by 1 hearts
        remove 1 from {metintasi::%location of event-block%::can}
        execute console command "hd setline %location of event-block% 2 &7| &eKALAN CAN &7x&f%{metintasi::%location of event-block%::can}% &7|"
        cancel event
        stop
command /metinholo:
    permission: *.admin
    permission message: &cGerekli yetkiye sahip değilsiniz.
    trigger:
        set {_loc} to location of targeted block
        execute player command "hd create %{_loc}% &a&lMETİN TAŞI"
        execute player command "hd addline %{_loc}% &7| &eKALAN CAN &7x&f%{metintasi::%{_loc}%::can}% &7|"

Dener misin ?
deniyorum
 
Kod:
options:
    Prefix: &e&lMETİN TAŞI &f?

command /metintaşıayarla:
    trigger:
        if player has permission "metintasi.admin":
            if targeted block is obsidian:
                if {metintasi::%location of targeted block%} is not set:
                    set {_loc} to location of targeted block
                    set {metintasi::%{_loc}%} to {_loc}
                    message "{@Prefix} &7Önünüzdeki obsidyeni metin taşına çevirdiniz. Normale çevirmek için &a/metintaşıayarla &7yazınız!"
                    stop
                else if {metintasi::%location of targeted block%} is set:
                    clear {metintasi::%location of targeted block%}
                    message "{@Prefix} &7Metin taşını normal obsidyene çevirdiniz tekrar metin taşı yapmak için &a/metintaşıayarla &7yazınız!"
            else:
                message "{@Prefix} &7Bloğun metin taşı olması için obsidyen olması gerekir"
        else:
            message "{@Prefix} &cBunu yapabilmek için gerekli yetkiye sahip değilsin!"


on break of obsidian:
    if {metintasi::%location of event-block%::can} is smaller than 2:
        execute console command "itemsp give %player% demirblock"
        set {metintasi::%location of event-block%::can} to 501
        execute console command "hd setline %location of event-block% 2 &e&n10 Dakika &7içinde doğacak!"
        set event-block to bedrock
        message "&e&lMETİN TAŞI &f? &7Oyuncular &aMetin Taşı&7'nı parçaladı , &e10 Dakika  &7içinde tekrar doğacak!" to players
        wait 10 minutes
        execute console command "hd setline %location of event-block% 2 &6| &eKALAN CAN &7x&f%{metintasi::can}% &6|"
        set event-block to obsidian
        message "&e&lMETİN TAŞI &f? &eMetin Taşı&7 tekrar doğdu!" to players
    if {metintasi::%location of event-block%} is set:
        chance of 20%:
            damage player by 1 hearts
        remove 1 from {metintasi::%location of event-block%::can}
        execute console command "hd setline %location of event-block% 2 &7| &eKALAN CAN &7x&f%{metintasi::%location of event-block%::can}% &7|"
        cancel event
        stop
command /metinholo:
    permission: *.admin
    permission message: &cGerekli yetkiye sahip değilsiniz.
    trigger:
        set {_loc} to location of targeted block
        execute player command "hd create %{_loc}% &a&lMETİN TAŞI"
        execute player command "hd addline %{_loc}% &7| &eKALAN CAN &7x&f%{metintasi::%{_loc}%::can}% &7|"

Dener misin ?
/metinholo diyince böyle oluyor
1583695546441.png

Gönderi otomatik olarak birleştirildi:

tamam ayarladm
 
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