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 event-block is sponge:
give 1 of sunflower named "&eMetin Coin" to player
send "&71 adet &eMetin Coin &7 kazandın."
Demek istediğinizi tam anlayamadım ama bundan mı bahsediyorsunuz?
Bu kodu kullanırsa sadece arena dünyasında fly açmaya çalışanı engeller ama fly açıkken dünyaya gelen kişiyi engellemez yanlış mıyım?
Eğer arena farklı bir dünya ise on player world change ile kontrol edebilir.
command /start:
if player is op:
execute console command "minecraft:give @a minecraft:netherite_pickaxe{Enchantments:[{id:efficiency,lvl:5},{id:unbreaking,lvl:3},{id:fortune,lvl:3},{id:mending,lvl:1}]} 1"
command /sustur [<text>] [<int>] [<text>]:
trigger:
if arg-1 is set:
if arg-2 is set:
if arg-3 is set:
execute player command "mute %arg-1% %arg-2% %arg-3%"
send ""
send "----------------------"...
on rightclick:
if event-item is water_bottle:16453:
if {potcooldown::%player%} is set:
send "Biraz sakinleş."
cancel event
else:
set {potcooldown::%player%} to 1
wait 2 seconds
delete {potcooldown::%player%}
on...
command /mute [<text>] [<int>] [<text>]:
trigger:
if arg-1 is set:
if arg-2 is set:
if arg-3 is set:
send ""
send "----------------------"
send "Susturan kişi: %player%"...
on break:
if event-block is obsidian:
add 1 to {obsidyen::%player%}
if {obsidyen::%player%} >= 48:
if player has 48 of obsidian in inventory of player:
remove 48 from {obsidyen::%player%}
remove 48 of obsidian from player...
on break:
if event-block is obsidian:
add 1 to {obsidyen::%player%}
if {obsidyen::%player%} is 48:
set {obsidyen::%player%} to 0
give 1 of nether star named "&5Obsi &eCoin" to player
if event-block is mossy cobblestone:
add 1 to...
on break of stone or dirt:
if chance of 10%:
send "&8&l&m---------------------------" to player
send "&e&lTebrikler 1 &8&l[&bHerusCoin&8&l] &ekazandın!" to player
send "&8&l&m---------------------------" to player
give 1 of sunflower named...
every 60 minutes:
set {para::durumu} to a random integer between 1 and 15
wait 1 second
send " &6&lPara &8» &7Para durumu değişti: &a%{para::durumu}%" to players
Aradığınız şey bu tarz mı?