İstek Minecraft Metin Taşı Skripti

SametGuven

Taş Madencisi
Mesajlar
93
En iyi cevaplar
0
Beğeniler
6
Puanları
110
Ruh hali
Beyler Çok Fazla bir şey mi İstedim Bilmiyorum Ama Bana Bi Skript Lazım

Balkabağı Olucak Oyuncular Ona Vurdukca Canı Azalıcak Ve Canı Bitince Bir Kağıt Atıcak O Kağıda Basan Kişi Dinar Parası Alıcak Yapılabilir mi Bu
Yapılıyor Sa Yapıp Atarmısınız ?
 


byElysion

fara á brott með víkingum, standa upp í stafni
Emekli
Mesajlar
458
En iyi cevaplar
58
Beğeniler
1,596
Puanları
2,460
Ruh hali
Aradığın skripte aşağıdan ulaşabilirsin.

Kod:
options:
    Prefix: &e| &7- &cMetinTASI &7- &e| &7

command /tasayarla:
    trigger:
        if player has permission "tas.admin":
            if targeted block is obsidian:
                if {ozeltas::%location of targeted block%} is not set:
                    set {_loc} to location of targeted block
                    set {ozeltas::%{_loc}%} to {_loc}
                    message "{@Prefix} &7Onunuzdeki obsidyeni metin tasina cevirdiniz normale cevirmek icin tekrar &c/tasayarla &7yaziniz..!"
                    stop
                else if {ozeltas::%location of targeted block%} is set:
                    clear {ozeltas::%location of targeted block%}
                    message "{@Prefix} &7Metin tasini normal obsidyene cevirdiniz tekrar metin tasi yapmak icin &c/tasayarla &7yaziniz..!"
            else:
                message "{@Prefix} &7Bu komutu gerceklestirebilmek icin bir &cobsidyene &7dogru bakiyor olmaniz gerekmektedir..!"
        else:
            message "{@Prefix} &7Bunun icin gerekli yetkiye sahip degilsin.."


on break of obsidian:
    if {ozeltas::can} is smaller than 0:
        message "&f[&a%{ozeltas::can}% &7x &cMetin Tasini Kirdin !i&f]"
        drop 30 Gray dye named "&c&lTas Parcasi"
        drop 20 Rose red named "&c&lPet Parcasi"
        drop 2 diamond helmet of protection 75, unbreaking 75 named "&c&lYildiz Kask"
        drop 2 diamond chestplate of protection 75, unbreaking 75 named "&c&lYildiz Zirh"
        drop 2 diamond leggings of protection 75, unbreaking 75 named "&c&lYildiz Pantolon"
        drop 2 diamond boots of protection 75, unbreaking 75 named "&c&lYildiz Ayakkabi"
        drop 2 diamond sword of sharpness 90, unbreaking 90, smite 90 named "&c&lYildiz Silah"
        set {ozeltas::can} to 400
        set event-block to air
        message "&e| &7- &cMetinTASI &7- &e| &7Oyuncular &cmetin tasini &7parcaladi , &c3 dakika &7icinde tekrar cikacaktir..!" to players
        wait 180 seconds
        set event-block to obsidian
        message "&e| &7- &cMetinTASI &7- &e| &cMetin tasi &7yeniden dustu , &c/warp metintasi &7giderek metin tasini kesebilirsiniz..!" to players
    if {ozeltas::%location of event-block%} is set:
        message "&f[ &cCAN &7x &a%{ozeltas::can}% &7x &f]"
        remove 1 from {ozeltas::can}
        chance of 20%:
            damage the player by 3 heart
            chance of 20%:
                damage the player by 6 heart
                message "&e| &7- &cMetinTASI &7- &e| &7Metin tasina &4Kritik Vurus &7yaptin .. !!" to player
            chance of 5%:
                damage the player by 8 heart
                message "&e| &7- &cMetinTASI &7- &e| &7Metin tasina &cDelici Vurus &7yaptin .. !!" to player
            chance of 70%:
                spawn 50 zombie at player's location
            chance of 50%:
                spawn 80 zombie at player's location
            chance of 30%:
                spawn 90 zombie at player's location
                spawn 12 skeleton at player's location
            chance of 15%:
                spawn 100 zombie at player's location
                spawn 24 skeleton at player's location
                spawn 12 creeper at player's location
        cancel event
        stop
        set {ozeltas::can} to 400
 

SametGuven

Taş Madencisi
Mesajlar
93
En iyi cevaplar
0
Beğeniler
6
Puanları
110
Ruh hali
Aradığın skripte aşağıdan ulaşabilirsin.

Kod:
options:
    Prefix: &e| &7- &cMetinTASI &7- &e| &7

command /tasayarla:
    trigger:
        if player has permission "tas.admin":
            if targeted block is obsidian:
                if {ozeltas::%location of targeted block%} is not set:
                    set {_loc} to location of targeted block
                    set {ozeltas::%{_loc}%} to {_loc}
                    message "{@Prefix} &7Onunuzdeki obsidyeni metin tasina cevirdiniz normale cevirmek icin tekrar &c/tasayarla &7yaziniz..!"
                    stop
                else if {ozeltas::%location of targeted block%} is set:
                    clear {ozeltas::%location of targeted block%}
                    message "{@Prefix} &7Metin tasini normal obsidyene cevirdiniz tekrar metin tasi yapmak icin &c/tasayarla &7yaziniz..!"
            else:
                message "{@Prefix} &7Bu komutu gerceklestirebilmek icin bir &cobsidyene &7dogru bakiyor olmaniz gerekmektedir..!"
        else:
            message "{@Prefix} &7Bunun icin gerekli yetkiye sahip degilsin.."


on break of obsidian:
    if {ozeltas::can} is smaller than 0:
        message "&f[&a%{ozeltas::can}% &7x &cMetin Tasini Kirdin !i&f]"
        drop 30 Gray dye named "&c&lTas Parcasi"
        drop 20 Rose red named "&c&lPet Parcasi"
        drop 2 diamond helmet of protection 75, unbreaking 75 named "&c&lYildiz Kask"
        drop 2 diamond chestplate of protection 75, unbreaking 75 named "&c&lYildiz Zirh"
        drop 2 diamond leggings of protection 75, unbreaking 75 named "&c&lYildiz Pantolon"
        drop 2 diamond boots of protection 75, unbreaking 75 named "&c&lYildiz Ayakkabi"
        drop 2 diamond sword of sharpness 90, unbreaking 90, smite 90 named "&c&lYildiz Silah"
        set {ozeltas::can} to 400
        set event-block to air
        message "&e| &7- &cMetinTASI &7- &e| &7Oyuncular &cmetin tasini &7parcaladi , &c3 dakika &7icinde tekrar cikacaktir..!" to players
        wait 180 seconds
        set event-block to obsidian
        message "&e| &7- &cMetinTASI &7- &e| &cMetin tasi &7yeniden dustu , &c/warp metintasi &7giderek metin tasini kesebilirsiniz..!" to players
    if {ozeltas::%location of event-block%} is set:
        message "&f[ &cCAN &7x &a%{ozeltas::can}% &7x &f]"
        remove 1 from {ozeltas::can}
        chance of 20%:
            damage the player by 3 heart
            chance of 20%:
                damage the player by 6 heart
                message "&e| &7- &cMetinTASI &7- &e| &7Metin tasina &4Kritik Vurus &7yaptin .. !!" to player
            chance of 5%:
                damage the player by 8 heart
                message "&e| &7- &cMetinTASI &7- &e| &7Metin tasina &cDelici Vurus &7yaptin .. !!" to player
            chance of 70%:
                spawn 50 zombie at player's location
            chance of 50%:
                spawn 80 zombie at player's location
            chance of 30%:
                spawn 90 zombie at player's location
                spawn 12 skeleton at player's location
            chance of 15%:
                spawn 100 zombie at player's location
                spawn 24 skeleton at player's location
                spawn 12 creeper at player's location
        cancel event
        stop
        set {ozeltas::can} to 400
Bu Gibi Ama Kırınca İçinden Elmas Fln Değilde Bi Kağıt Çıksın İstiyorum Oyuncular Sağ Tıklayınca Dinar Versin İstiyorum Bide Canı Chat da Değilde Üstünde Hologram Olarak İstiyorum O Gibi Olabiliyormu
 

ChiaX

Team Arcenia
Emektar Üye
Mesajlar
596
En iyi cevaplar
37
Beğeniler
694
Puanları
2,620
Ruh hali
Bu Gibi Ama Kırınca İçinden Elmas Fln Değilde Bi Kağıt Çıksın İstiyorum Oyuncular Sağ Tıklayınca Dinar Versin İstiyorum Bide Canı Chat da Değilde Üstünde Hologram Olarak İstiyorum O Gibi Olabiliyormu

@byElysion zaten sana burada senin istediğin türden bir Skript yapmış. Sana şahsi önerim, bu gibi işlere girmeden önce 5'in üzerinde yardım konusu açmayacak kadar bilgi sahibi olman. Ricam olur ki; bu senin moralini bozmasın veya hayal kırıklığı uğratmasın. Ancak buradan gördüğüm kadarıyla gerçekler bu yönde. Kendini eğitip ve geliştirip bunları kendin yapman daha doğru.

Sadece bir öneri. :)
 

SametGuven

Taş Madencisi
Mesajlar
93
En iyi cevaplar
0
Beğeniler
6
Puanları
110
Ruh hali
@byElysion zaten sana burada senin istediğin türden bir Skript yapmış. Sana şahsi önerim, bu gibi işlere girmeden önce 5'in üzerinde yardım konusu açmayacak kadar bilgi sahibi olman. Ricam olur ki; bu senin moralini bozmasın veya hayal kırıklığı uğratmasın. Ancak buradan gördüğüm kadarıyla gerçekler bu yönde. Kendini eğitip ve geliştirip bunları kendin yapman daha doğru.

Sadece bir öneri. :)
Hayır birçok Şeyi Biliyorum Da Sadece NPC Ve Skript De Sorun Yaşıyorum
 

Visions

Sudan Çıkmış
Mesajlar
3
En iyi cevaplar
0
Beğeniler
0
Puanları
10
Aradığın skripte aşağıdan ulaşabilirsin.

Kod:
options:
    Prefix: &e| &7- &cMetinTASI &7- &e| &7

command /tasayarla:
    trigger:
        if player has permission "tas.admin":
            if targeted block is obsidian:
                if {ozeltas::%location of targeted block%} is not set:
                    set {_loc} to location of targeted block
                    set {ozeltas::%{_loc}%} to {_loc}
                    message "{@Prefix} &7Onunuzdeki obsidyeni metin tasina cevirdiniz normale cevirmek icin tekrar &c/tasayarla &7yaziniz..!"
                    stop
                else if {ozeltas::%location of targeted block%} is set:
                    clear {ozeltas::%location of targeted block%}
                    message "{@Prefix} &7Metin tasini normal obsidyene cevirdiniz tekrar metin tasi yapmak icin &c/tasayarla &7yaziniz..!"
            else:
                message "{@Prefix} &7Bu komutu gerceklestirebilmek icin bir &cobsidyene &7dogru bakiyor olmaniz gerekmektedir..!"
        else:
            message "{@Prefix} &7Bunun icin gerekli yetkiye sahip degilsin.."


on break of obsidian:
    if {ozeltas::can} is smaller than 0:
        message "&f[&a%{ozeltas::can}% &7x &cMetin Tasini Kirdin !i&f]"
        drop 30 Gray dye named "&c&lTas Parcasi"
        drop 20 Rose red named "&c&lPet Parcasi"
        drop 2 diamond helmet of protection 75, unbreaking 75 named "&c&lYildiz Kask"
        drop 2 diamond chestplate of protection 75, unbreaking 75 named "&c&lYildiz Zirh"
        drop 2 diamond leggings of protection 75, unbreaking 75 named "&c&lYildiz Pantolon"
        drop 2 diamond boots of protection 75, unbreaking 75 named "&c&lYildiz Ayakkabi"
        drop 2 diamond sword of sharpness 90, unbreaking 90, smite 90 named "&c&lYildiz Silah"
        set {ozeltas::can} to 400
        set event-block to air
        message "&e| &7- &cMetinTASI &7- &e| &7Oyuncular &cmetin tasini &7parcaladi , &c3 dakika &7icinde tekrar cikacaktir..!" to players
        wait 180 seconds
        set event-block to obsidian
        message "&e| &7- &cMetinTASI &7- &e| &cMetin tasi &7yeniden dustu , &c/warp metintasi &7giderek metin tasini kesebilirsiniz..!" to players
    if {ozeltas::%location of event-block%} is set:
        message "&f[ &cCAN &7x &a%{ozeltas::can}% &7x &f]"
        remove 1 from {ozeltas::can}
        chance of 20%:
            damage the player by 3 heart
            chance of 20%:
                damage the player by 6 heart
                message "&e| &7- &cMetinTASI &7- &e| &7Metin tasina &4Kritik Vurus &7yaptin .. !!" to player
            chance of 5%:
                damage the player by 8 heart
                message "&e| &7- &cMetinTASI &7- &e| &7Metin tasina &cDelici Vurus &7yaptin .. !!" to player
            chance of 70%:
                spawn 50 zombie at player's location
            chance of 50%:
                spawn 80 zombie at player's location
            chance of 30%:
                spawn 90 zombie at player's location
                spawn 12 skeleton at player's location
            chance of 15%:
                spawn 100 zombie at player's location
                spawn 24 skeleton at player's location
                spawn 12 creeper at player's location
        cancel event
        stop
        set {ozeltas::can} to 400
Buglu bu skript. Bazen tekrar doğurmuyor obsidyeni
 

SametGuven

Taş Madencisi
Mesajlar
93
En iyi cevaplar
0
Beğeniler
6
Puanları
110
Ruh hali
Aradığın skripte aşağıdan ulaşabilirsin.

Kod:
options:
    Prefix: &e| &7- &cMetinTASI &7- &e| &7

command /tasayarla:
    trigger:
        if player has permission "tas.admin":
            if targeted block is obsidian:
                if {ozeltas::%location of targeted block%} is not set:
                    set {_loc} to location of targeted block
                    set {ozeltas::%{_loc}%} to {_loc}
                    message "{@Prefix} &7Onunuzdeki obsidyeni metin tasina cevirdiniz normale cevirmek icin tekrar &c/tasayarla &7yaziniz..!"
                    stop
                else if {ozeltas::%location of targeted block%} is set:
                    clear {ozeltas::%location of targeted block%}
                    message "{@Prefix} &7Metin tasini normal obsidyene cevirdiniz tekrar metin tasi yapmak icin &c/tasayarla &7yaziniz..!"
            else:
                message "{@Prefix} &7Bu komutu gerceklestirebilmek icin bir &cobsidyene &7dogru bakiyor olmaniz gerekmektedir..!"
        else:
            message "{@Prefix} &7Bunun icin gerekli yetkiye sahip degilsin.."


on break of obsidian:
    if {ozeltas::can} is smaller than 0:
        message "&f[&a%{ozeltas::can}% &7x &cMetin Tasini Kirdin !i&f]"
        drop 30 Gray dye named "&c&lTas Parcasi"
        drop 20 Rose red named "&c&lPet Parcasi"
        drop 2 diamond helmet of protection 75, unbreaking 75 named "&c&lYildiz Kask"
        drop 2 diamond chestplate of protection 75, unbreaking 75 named "&c&lYildiz Zirh"
        drop 2 diamond leggings of protection 75, unbreaking 75 named "&c&lYildiz Pantolon"
        drop 2 diamond boots of protection 75, unbreaking 75 named "&c&lYildiz Ayakkabi"
        drop 2 diamond sword of sharpness 90, unbreaking 90, smite 90 named "&c&lYildiz Silah"
        set {ozeltas::can} to 400
        set event-block to air
        message "&e| &7- &cMetinTASI &7- &e| &7Oyuncular &cmetin tasini &7parcaladi , &c3 dakika &7icinde tekrar cikacaktir..!" to players
        wait 180 seconds
        set event-block to obsidian
        message "&e| &7- &cMetinTASI &7- &e| &cMetin tasi &7yeniden dustu , &c/warp metintasi &7giderek metin tasini kesebilirsiniz..!" to players
    if {ozeltas::%location of event-block%} is set:
        message "&f[ &cCAN &7x &a%{ozeltas::can}% &7x &f]"
        remove 1 from {ozeltas::can}
        chance of 20%:
            damage the player by 3 heart
            chance of 20%:
                damage the player by 6 heart
                message "&e| &7- &cMetinTASI &7- &e| &7Metin tasina &4Kritik Vurus &7yaptin .. !!" to player
            chance of 5%:
                damage the player by 8 heart
                message "&e| &7- &cMetinTASI &7- &e| &7Metin tasina &cDelici Vurus &7yaptin .. !!" to player
            chance of 70%:
                spawn 50 zombie at player's location
            chance of 50%:
                spawn 80 zombie at player's location
            chance of 30%:
                spawn 90 zombie at player's location
                spawn 12 skeleton at player's location
            chance of 15%:
                spawn 100 zombie at player's location
                spawn 24 skeleton at player's location
                spawn 12 creeper at player's location
        cancel event
        stop
        set {ozeltas::can} to 400
Knk Buldum da Ben Geçti Artık Ya :&
 

Noview

Sudan Çıkmış
Mesajlar
2
En iyi cevaplar
0
Beğeniler
0
Puanları
20
Aradığın skripte aşağıdan ulaşabilirsin.

Kod:
options:
    Prefix: &e| &7- &cMetinTASI &7- &e| &7

command /tasayarla:
    trigger:
        if player has permission "tas.admin":
            if targeted block is obsidian:
                if {ozeltas::%location of targeted block%} is not set:
                    set {_loc} to location of targeted block
                    set {ozeltas::%{_loc}%} to {_loc}
                    message "{@Prefix} &7Onunuzdeki obsidyeni metin tasina cevirdiniz normale cevirmek icin tekrar &c/tasayarla &7yaziniz..!"
                    stop
                else if {ozeltas::%location of targeted block%} is set:
                    clear {ozeltas::%location of targeted block%}
                    message "{@Prefix} &7Metin tasini normal obsidyene cevirdiniz tekrar metin tasi yapmak icin &c/tasayarla &7yaziniz..!"
            else:
                message "{@Prefix} &7Bu komutu gerceklestirebilmek icin bir &cobsidyene &7dogru bakiyor olmaniz gerekmektedir..!"
        else:
            message "{@Prefix} &7Bunun icin gerekli yetkiye sahip degilsin.."


on break of obsidian:
    if {ozeltas::can} is smaller than 0:
        message "&f[&a%{ozeltas::can}% &7x &cMetin Tasini Kirdin !i&f]"
        drop 30 Gray dye named "&c&lTas Parcasi"
        drop 20 Rose red named "&c&lPet Parcasi"
        drop 2 diamond helmet of protection 75, unbreaking 75 named "&c&lYildiz Kask"
        drop 2 diamond chestplate of protection 75, unbreaking 75 named "&c&lYildiz Zirh"
        drop 2 diamond leggings of protection 75, unbreaking 75 named "&c&lYildiz Pantolon"
        drop 2 diamond boots of protection 75, unbreaking 75 named "&c&lYildiz Ayakkabi"
        drop 2 diamond sword of sharpness 90, unbreaking 90, smite 90 named "&c&lYildiz Silah"
        set {ozeltas::can} to 400
        set event-block to air
        message "&e| &7- &cMetinTASI &7- &e| &7Oyuncular &cmetin tasini &7parcaladi , &c3 dakika &7icinde tekrar cikacaktir..!" to players
        wait 180 seconds
        set event-block to obsidian
        message "&e| &7- &cMetinTASI &7- &e| &cMetin tasi &7yeniden dustu , &c/warp metintasi &7giderek metin tasini kesebilirsiniz..!" to players
    if {ozeltas::%location of event-block%} is set:
        message "&f[ &cCAN &7x &a%{ozeltas::can}% &7x &f]"
        remove 1 from {ozeltas::can}
        chance of 20%:
            damage the player by 3 heart
            chance of 20%:
                damage the player by 6 heart
                message "&e| &7- &cMetinTASI &7- &e| &7Metin tasina &4Kritik Vurus &7yaptin .. !!" to player
            chance of 5%:
                damage the player by 8 heart
                message "&e| &7- &cMetinTASI &7- &e| &7Metin tasina &cDelici Vurus &7yaptin .. !!" to player
            chance of 70%:
                spawn 50 zombie at player's location
            chance of 50%:
                spawn 80 zombie at player's location
            chance of 30%:
                spawn 90 zombie at player's location
                spawn 12 skeleton at player's location
            chance of 15%:
                spawn 100 zombie at player's location
                spawn 24 skeleton at player's location
                spawn 12 creeper at player's location
        cancel event
        stop
        set {ozeltas::can} to 400
hocam bunu 30 dk da bir mapin belirli yerlerine spawn edecek ve sohbete * * * kordinatlarında bir metin taşı belirdi diyecek şekilde ayarlayabilir miyiz ?
 

Üst