Yazar ve Destek Ekibi Alımları Aktif!
Merhaba Ziyaretçi!, Forumumuzun yazar ve destek ekibine katılmak ister misiniz? Yetkili market, yetkili sistemi ve başvuru formu gibi birçok bilgiye ulaşmak için buraya tıklayın.
Çok eski bir web tarayıcısı kullanıyorsunuz. Bu veya diğer siteleri görüntülemekte sorunlar yaşayabilirsiniz.. Tarayıcınızı güncellemeli veya alternatif bir tarayıcı kullanmalısınız.
on break:
if player is in world "PANELDE DUNYANIN İSMİ":
if player is not op:
if event-block is sponge or obsidian or mossy cobblestone:
stop
else:
cancel event
else:
stop
Enchant belirtmeme gerek yok skriptte diye düşünüyorum çünkü oyuncular zaten renkli bakır yapamaz herhangi bir itemin ismini. Dolayısıyla ismi bir hayli yeterli.
options:
fiyat: 1000 #Dilediğiniz gibi ayarlayınız.
command /spitemsat:
trigger:
if player has brick named "&c&lBakir":
set {_b} to amount of bricks in inventory of player
remove {_b} of bricks from player's inventory
set {_f} to {_b} *...
options:
fiyat: 1000 #Dilediğiniz gibi ayarlayınız.
command /spitemsat:
trigger:
if player has brick named "&c&lBakir" in inventory of player:
set {_b} to amount of bricks in inventory of player
remove {_b} of bricks from player's inventory...
Bu skriptte {komut.durum.%player%} değişkeni 1 olmayan kişi de komut kullanabilir yanlış değilsem.
on command:
If "%world of player%" is "banka":
if player has permission "banka.p":
stop
else:
cancel event
stop
if...
command /tavuk1:
trigger:
if player is op:
give 1 sugar named "&aÇalışkan Tavuk Yumurtası" with lore "&aÜretim:&e Tüy ||&aÜretim Süresi:&e 30 Saniye||&a30 Saniyede Üretim:&e 4 Adet||&r||&6&nPlay.SansarCraft.ml" to player
stop
command /tavukal1:
trigger...
on death:
if victim is zombie or skeleton or creeper or spider or blaze or zombie pigman or iron golem or cow or sheep or horse or pig or chicken:
if attacker has permission "mobcoin.vip":
give 1 ghast tear named "&eMobCoin" with lore "&c&n/MobCoin&a Yazarak...
Merhaba dostum.
Biraz değişik bir anlatımla karşı karşıya kaldım ne yapacağımı şaşırdım ama aradığın şey sanırım şu:
command /alan1:
trigger:
set {alan1::%player%} to location of targeted block
send "&aAlan 1 &7başarılı bir şekilde belirlendi."
command /alan2...
command /cek [<integer>]:
trigger:
if arg-1 is set:
if player's balance > arg-1:
remove arg-1 from player's balance
give 1 paper named "&e%arg-1%TL Cek” with lore “&ePara Ceki” to player
else:
send "&cBelirttiğin...
command /cek [<integer>]:
trigger:
if arg-1 is set:
if player's balance > arg-1:
remove arg-1 from player's balance
give 1 paper named "&e%arg-1%TL Cek" to player
else:
send "&cBelirttiğin miktarda paran yok!"...
command /s [<integer>]:
trigger:
if arg-1 is set:
execute player command "pv %arg-1%"
if arg-1 is not set:
send "&7Lütfen bir sandık numarası girin."
Komudu /s olarak değiştirdim bir de böyle deneyin. Sorun devam ederse, kendinizi /deop komuduyla...