İstek Permissions'lu Block Kırınca İtem Verme Skripti

xcazzeri28

Kömür Madencisi
Mesajlar
110
En iyi cevaplar
1
Beğeniler
9
Puanları
220
Ruh hali
DeluxeMenusum Bozuk ve İnternetten Yeni bir şey Bulmak Yerine Skript Yazıyorum Hem Daha Fazla Yükseltme Var Hemde Daha Kolay her şey Bitti Yükseltmelerde Sadece Üreticiler Kaldı Fakat Blok Kırınca İtem Vermeyi Permissionslu Yapmak Istiyorum Yani Cobblestone kırınca %30 Şansla Taş %10 Şansla Demir Falan İstiyorum Fakat Eğer Biliyorsanızda Mesela Lav ile Su Birleşince Cobblestone Oluşuyor Sizden Ben %30 Şansla Taş %10 Şansla Demir İstemiştim o Su ile Lav Birleşince Cobblestone yerine %30 Şansla Taş Çıksa Veya %10 Şansla Demir Cevheri Çıksa Biliyorsanız Bunuda Yazarmısınız Lütfen Bugün Serverimi Açıcam Olmazsa Yarın
 


ChiaX

Team Arcenia
Emektar Üye
Mesajlar
596
En iyi cevaplar
37
Beğeniler
694
Puanları
2,620
Ruh hali
Buyurun:

Kod:
on break cobblestone:
    if player has permission "izin.kiriktas":
        chance of 30%:
            set event-block to stone
        chance of 10%:
            set event-block to iron ore

"izin.kiriktas" a sahip olan oyuncular için geçerlidir. :)
 

xcazzeri28

Kömür Madencisi
Mesajlar
110
En iyi cevaplar
1
Beğeniler
9
Puanları
220
Ruh hali
Buyurun:

Kod:
on break cobblestone:
    if player has permission "izin.kiriktas":
        chance of 30%:
            set event-block to stone
        chance of 10%:
            set event-block to iron ore

"izin.kiriktas" a sahip olan oyuncular için geçerlidir. :)
işe yaradı çok teşekkür ederim
 

xcazzeri28

Kömür Madencisi
Mesajlar
110
En iyi cevaplar
1
Beğeniler
9
Puanları
220
Ruh hali
Buyurun:

Kod:
on break cobblestone:
    if player has permission "izin.kiriktas":
        chance of 30%:
            set event-block to stone
        chance of 10%:
            set event-block to iron ore

"izin.kiriktas" a sahip olan oyuncular için geçerlidir. :)
fakat bir şey sölicem cobblestone kırdıktan sonra %30 stone geliyor %10 iron ore fakat bu başka oldu yani şöle istemiştim su ile lav birleşince %30 şansla stone oluşması %10 şansla iron ore geri kalanda normal bişe oluşmadan cobblestone oluşması
 

ChiaX

Team Arcenia
Emektar Üye
Mesajlar
596
En iyi cevaplar
37
Beğeniler
694
Puanları
2,620
Ruh hali
fakat bir şey sölicem cobblestone kırdıktan sonra %30 stone geliyor %10 iron ore fakat bu başka oldu yani şöle istemiştim su ile lav birleşince %30 şansla stone oluşması %10 şansla iron ore geri kalanda normal bişe oluşmadan cobblestone oluşması

Onu gerçekleştirmek... nasıl olur. Hmm:ciddi:
 

ChiaX

Team Arcenia
Emektar Üye
Mesajlar
596
En iyi cevaplar
37
Beğeniler
694
Puanları
2,620
Ruh hali
fakat bir şey sölicem cobblestone kırdıktan sonra %30 stone geliyor %10 iron ore fakat bu başka oldu yani şöle istemiştim su ile lav birleşince %30 şansla stone oluşması %10 şansla iron ore geri kalanda normal bişe oluşmadan cobblestone oluşması
Belki oluyordur ama ben sanmıyorum.
 

xcazzeri28

Kömür Madencisi
Mesajlar
110
En iyi cevaplar
1
Beğeniler
9
Puanları
220
Ruh hali
Belki oluyordur ama ben sanmıyorum.
yani şöle sölim cobblestone kırınca %30 şansla stone %10 şansla iron ore %60 şanslada direk bir şey gelmeden kırılıyor cobblestone kırcamız yerine o %30 şansla stone olsa lav ile su birleşince öle bir şey olmuyormu plugini falanmı var yoksa
 

Mirai

Sanırım burası boş.
Mesajlar
83
En iyi cevaplar
12
Beğeniler
31
Puanları
200
Ruh hali
İşine y(a)rayabilir.
Kod:
on block growth:
    if event-block is cobblestone:
        chance of 30%:
            set event-block to coal ore
            stop
        chance of 17%:
            set event-block to stone
            stop
        chance of 17%:
            set event-block to cobblestone
            stop
        chance of 14%:
            set event-block to iron ore
            stop
        chance of 9%:
            set  event-block to gold ore
            stop
        chance of 9%:
            set event-block to quartz ore
            stop
        chance of 2%:
            set event-block to diamond ore
            stop
        chance of 1%:
            set event-block to emerald ore
            stop
 

Timgr

Yeni Doğmuş
Mesajlar
1
En iyi cevaplar
0
Beğeniler
0
Puanları
10
Ruh hali
İşine y(a)rayabilir.
Kod:
on block growth:
    if event-block is cobblestone:
        chance of 30%:
            set event-block to coal ore
            stop
        chance of 17%:
            set event-block to stone
            stop
        chance of 17%:
            set event-block to cobblestone
            stop
        chance of 14%:
            set event-block to iron ore
            stop
        chance of 9%:
            set  event-block to gold ore
            stop
        chance of 9%:
            set event-block to quartz ore
            stop
        chance of 2%:
            set event-block to diamond ore
            stop
        chance of 1%:
            set event-block to emerald ore
            stop
Bloka can verme komutu biliyormusunuz ??
 

BurakKing37

Sudan Çıkmış
Mesajlar
5
En iyi cevaplar
0
Beğeniler
0
Puanları
60
Ruh hali
İşine y(a)rayabilir.
Kod:
on block growth:
    if event-block is cobblestone:
        chance of 30%:
            set event-block to coal ore
            stop
        chance of 17%:
            set event-block to stone
            stop
        chance of 17%:
            set event-block to cobblestone
            stop
        chance of 14%:
            set event-block to iron ore
            stop
        chance of 9%:
            set  event-block to gold ore
            stop
        chance of 9%:
            set event-block to quartz ore
            stop
        chance of 2%:
            set event-block to diamond ore
            stop
        chance of 1%:
            set event-block to emerald ore
            stop[/
Kod:
ilk yerdeki on block growth hata veriyor kaynagi nedir acaba
 

Üst