İtem Veren Kağıt Skripti

ProBab

Sudan Çıkmış
Mesajlar
7
En iyi cevaplar
0
Beğeniler
0
Puanları
80
arkadaşlar ben serverimde bir kağıt skripti istiyorum kağıda sağ tıklayınca bize elmas set versin öyle bir skript bide verirken yavaşlık büyüsü versin yapabilenler yoruma yazarsa sevinirim adını vesayre ben ayarlarım siz rrastgele bir ad koyabilirsiniz bide lore olcak bana sağ tıkla diye
 


Cazcez

Taş Madencisi
Mesajlar
96
En iyi cevaplar
1
Beğeniler
33
Puanları
600
Kod:
on rightclick paper:
    if display name of tool is named "&e&lElmas Set" with lore "&b&lBana sağ tıkla!":
        give diamond sword to player
        give diamond boots to player
        give diamond chestplate to player
        give diamond helmet to player
        give diamond leggings to player
        apply potion of slowness of tier 2 to player for 15 seconds
 

ProBab

Sudan Çıkmış
Mesajlar
7
En iyi cevaplar
0
Beğeniler
0
Puanları
80
Kod:
on rightclick paper:
    if display name of tool is named "&e&lElmas Set" with lore "&b&lBana sağ tıkla!":
        give diamond sword to player
        give diamond boots to player
        give diamond chestplate to player
        give diamond helmet to player
        give diamond leggings to player
        apply potion of slowness of tier 2 to player for 15 seconds
bir şey söyliycem set büyülü olabilirmi bi de şey bir komut olsun sadece opler yapabilsin o komutu yazdığımda kağıt direk bana gelsin
 

ProBab

Sudan Çıkmış
Mesajlar
7
En iyi cevaplar
0
Beğeniler
0
Puanları
80
Kod:
on rightclick paper:
    if display name of tool is named "&e&lElmas Set" with lore "&b&lBana sağ tıkla!":
        give diamond sword to player
        give diamond boots to player
        give diamond chestplate to player
        give diamond helmet to player
        give diamond leggings to player
        apply potion of slowness of tier 2 to player for 15 seconds
Bu arada skript çalışmıyo
 

LordOfTürk

Bööö!
Site İK Yöneticisi
Mesajlar
1,214
En iyi cevaplar
83
Beğeniler
973
Puanları
4,290
Ruh hali
Kod:
command /eset:

    permission : op

    trigger:

        give 1 paper named "&c&lElmas Set Ceki" to player





on rightclick holding a paper:

    if tool's name is "&c&lElmas Set Ceki":

        execute console command "give %player 310 1"

        execute console command "give %player 311 1"

        execute console command "give %player 312 1"

        execute console command "give %player 313 1"
       
        execute console command "effect %player 2 30 2"

        remove 1 of player's tool from player's inventory

        send "&c&oElmas Set Ceki&a&lkullanildi!" to player
denermisin emin değilim ama /eset komutu ile alabilirsin çeki hata varsa düzeltin skript dan anlayanlar :D
 

vicdum

Demir Madencisi
Mesajlar
272
En iyi cevaplar
2
Beğeniler
102
Puanları
635
Ruh hali
Alttaki zırhı üzerine giydirir,
options kısmından çekin adını ve açıklamasını değiştirebilirsin

Kod:
options:
    çekadı: Bana Elmas Set Ver!
    çekaçıklaması: Lütfen!!

command /banaelmassetverirmisintşk:
    permission: op
    trigger:
        give a paper named "%{@çekadı}%" with lore "%{@çekaçıklaması}%"

on rightclick with paper:
    name of tool is "%{@çekadı}%"
    lore of tool is "%{@çekaçıklaması}%"
    set helmet of the player to a diamond helmet of unbraking 10
    set chestplate of the player to a diamond chestplate of unbraking 10
    set leggings of the player to a diamond leggings of unbraking 10
    set boots of the player to a diamond boots of unbraking 10
    apply potion of slowness of tier 2 to player for 15 seconds
    send "Elmas zırh ile donatıldın evlat!"

Alttaki zırhı envanterine ekler,

Kod:
options:
    çekadı: Bana Elmas Set Ver!
    çekaçıklaması: Lütfen!!

command /banaelmassetverirmisintşk:
    permission: op
    trigger:
        give a paper named "%{@çekadı}%" with lore "%{@çekaçıklaması}%"

on rightclick with paper:
    name of tool is "%{@çekadı}%"
    lore of tool is "%{@çekaçıklaması}%"
    give diamond boots of unbraking 10 to player
    give diamond chestplate of unbraking 10 to player
    give diamond helmet of unbraking 10 to player
    give diamond leggings of unbraking 10 to player
    apply potion of slowness of tier 2 to player for 15 seconds
    send "Elmas zırh ile kazandın evlat!"
 

Üst