FurkanHanPvp
Kömür Madencisi
- En iyi cevaplar
- 0
Minigames Lobisinin olduğu Dünyada envanterde bir blok olsun ona tıklayıncada kit menüsü açılsın istiyorum nasıl yapabilirim
Minigames Lobisinin olduğu Dünyada envanterde bir blok olsun ona tıklayıncada kit menüsü açılsın istiyorum nasıl yapabilirim
on rightclick with stone:
open chest with 1 rows named "Kit Menusu" to player
format slot 0 of player with diamond sword named "&eBaslangic Kiti" with lore "Yeni oyuncular icin ideal" to close then run [give 1 apple to player]
Evet bunu yapabilirim peki o stone nasıl seçtiğim bir dünyada envantere yerlestirebilirimBu koddan örnek alarak geliştirebilirsin.
JavaScript:on rightclick with stone: open chest with 1 rows named "Kit Menusu" to player format slot 0 of player with diamond sword named "&eBaslangic Kiti" with lore "Yeni oyuncular icin ideal" to close then run [give 1 apple to player]
Evet bunu yapabilirim peki o stone nasıl seçtiğim bir dünyada envantere yerlestirebilirim
options:
dünya: world
on join:
if player's world is "%{@dünya}%":
set slot 4 of player to stone named "Menü"
on rightclick:
if player's tool is a stone named "Menü":
open chest with 1 rows named "Kit Menusu" to player
format slot 0 of player with diamond sword named "&eBaslangic Kiti" with lore "Yeni oyuncular icin ideal" to close then run [give 1 apple to player]
3 tane hata veriyor Neden ?Sanırım istediğin bu oyuna girince eğer oyuncu "world" dünyasındaysa oyuncunun 4. slotuna bir taş koyar sağ tıklayınca menü açılır. Options kısmına dünya adını yazmalısın.
JavaScript:options: dünya: world on join: if player's world is "%{@dünya}%": set slot 4 of player to stone named "Menü" on rightclick: if player's tool is a stone named "Menü": open chest with 1 rows named "Kit Menusu" to player format slot 0 of player with diamond sword named "&eBaslangic Kiti" with lore "Yeni oyuncular icin ideal" to close then run [give 1 apple to player]
3 tane hata veriyor Neden ?Ekli dosyayı görüntüle 131570
options:
dünya: world
on join:
if player's world is "%{@dünya}%":
set slot 4 of player to stone named "Menü"
on rightclick:
if player's tool is a stone named "Menü":
open virtual chest with size 3 named "Kit Menü" to player
make gui slot 13 of player with diamond sword named "&bBaşlangıç Kiti" with lore "&fYeni oyuncular icin ideal" to close then run player command "/kit baslangic"
Tuske Yükledim Ama Neden Böyle YineTuSke adlı eklentiyiLinki görebilmek için üye olmanız gerekiyor. Giriş yap veya üye ol.ve bunu kullanın, kit komutlarını düzenlemeyi unutmayın.
Kod:options: dünya: world on join: if player's world is "%{@dünya}%": set slot 4 of player to stone named "Menü" on rightclick: if player's tool is a stone named "Menü": open virtual chest with size 3 named "Kit Menü" to player make gui slot 13 of player with diamond sword named "&bBaşlangıç Kiti" with lore "&fYeni oyuncular icin ideal" to close then run player command "/kit baslangic"
Tuske Yükledim Ama Neden Böyle YineEkli dosyayı görüntüle 131573
SkQuery yüklü skript sürümüm ne olmalı? sunucu 1.8Skquery yüklü mü? Yüklüyse sorun büyük ihtimal skript sürümünüzden kaynaklı olabilir. Skripti doğru kopyaladığınızdan emin olun. Eğer olmaz ise sunucu sürümünüze göre skripti atacağım.
SkQuery yüklü skript sürümüm ne olmalı? sunucu 1.8
bu sefer hata mesajı çıkmıyor ama envanterede taş gelmiyorLinki görebilmek için üye olmanız gerekiyor. Giriş yap veya üye ol.
bu sefer hata mesajı çıkmıyor ama envanterede taş gelmiyor![]()
options:
dünya: world
on join:
if player's world is "{@dünya}":
set slot 1 of player to stone named "Menü"
on rightclick:
if player's tool is a stone named "Menü":
open virtual chest with size 3 named "Kit Menü" to player
make gui slot 13 of player with diamond sword named "&bBaşlangıç Kiti" with lore "&fYeni oyuncular icin ideal" to close then run player command "/kit baslangic"
bir işe yaramadı multiverse inventory plugini ile bir alakası olabilirmi?Kod:options: dünya: world on join: if player's world is "{@dünya}": set slot 1 of player to stone named "Menü" on rightclick: if player's tool is a stone named "Menü": open virtual chest with size 3 named "Kit Menü" to player make gui slot 13 of player with diamond sword named "&bBaşlangıç Kiti" with lore "&fYeni oyuncular icin ideal" to close then run player command "/kit baslangic"