Bir iteme tıklayınca bir chest

YellowCactus

Ağaç Yumruklayıcı
Mesajlar
14
En iyi cevaplar
0
Beğeniler
4
Puanları
0
Arkadaşlar /yetkilimenu yazınca bir chest açılcak chestin içindeki iteme tıklayınca yeni bir menu açılacak (menu derken chest acılacak)
 


HqeS

Elmas Madencisi
Mesajlar
888
En iyi cevaplar
0
Beğeniler
134
Puanları
570
Ruh hali
1-plugin olarak var
2- skript olarakta var

plugini > ChestCommands
Skripti >
Kod:
command /yetkilimenu:   
    trigger:   
        open chest with 3 rows named "&cMenu" to player
        put diamond to 1th slot named "&e2.menu" to chest

on click on diamond:   
    open chest with 3 rows named "&c2.menu"
    put stick to 1th slot named "&e1.menu" to chest

on click on stick:
    open chest with 3 rows named "&cMenu" to player
    put diamond to 1th slot named "&e2.menu" to chest
 

Minecraftplayerr

Java, Skript, Php, Html, Css, Javascript, Anime
Mesajlar
3,980
En iyi cevaplar
6
Beğeniler
3,788
Puanları
7,080
Ruh hali
1-plugin olarak var
2- skript olarakta var

plugini > ChestCommands
Skripti >
Kod:
command /yetkilimenu:  
    trigger:  
        open chest with 3 rows named "&cMenu" to player
        put diamond to 1th slot named "&e2.menu" to chest

on click on diamond:  
    open chest with 3 rows named "&c2.menu"
    put stick to 1th slot named "&e1.menu" to chest

on click on stick:
    open chest with 3 rows named "&cMenu" to player
    put diamond to 1th slot named "&e2.menu" to chest
Hatalı:
[15:06:42 ERROR]: 'chest' is not a text (abc.sk, line 4: put diamond to 1th slot
named "&e2.menu" to chest')
[15:06:42 ERROR]: 'chest with 3 rows named "&c2.menu"' is not a block (abc.sk, l
ine 7: open chest with 3 rows named "&c2.menu"')
[15:06:42 ERROR]: 'chest' is not a text (abc.sk, line 8: put stick to 1th slot n
amed "&e1.menu" to chest')
[15:06:42 ERROR]: 'chest' is not a text (abc.sk, line 12: put diamond to 1th slo
t named "&e2.menu" to chest')
[15:06:42 INFO]: [Skript] Encountered 4 errors while reloading abc.sk!
 

HqeS

Elmas Madencisi
Mesajlar
888
En iyi cevaplar
0
Beğeniler
134
Puanları
570
Ruh hali
"&c2.menu" to player yap orayı
Kod:
command /yetkilimenu:  
    trigger:  
        open chest with 3 rows named "&cMenu" to player
        add 1 diamond named "&c2.menu" to chest 

on click on diamond:  
    open chest with 3 rows named "&c2.menu" to player
    add 1 stick named "&c1.menu" to chest    

on click on stick:
    open chest with 3 rows named "&cMenu" to player
    add 1 diamond named "&c2.menu" to chest
,
dene
 

Epistomoloji

Lapis Toplayıcısı
Mesajlar
1,005
En iyi cevaplar
0
Beğeniler
704
Puanları
0
PHP:
command /menuac:
    trigger:
        open chest with 1 row named "&4Menu" to player
        format slot 0 of chest to diamond named "Spawn" to close then run "/warp spawn"
gibi birşeydi sanırsam. Denenmemiştir.
 

Üst